Created
July 15, 2018 05:41
-
-
Save tinybike/c1f25c518c853ef76c949dc73ac104a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jack@substrate:~/src/augur-app$ npm start | |
| > [email protected] start /home/jack/src/augur-app | |
| > electron-forge start .src/main/main.js | |
| ✔ Checking your system | |
| ✔ Locating Application | |
| ✔ Preparing native dependencies: 8 / 8 | |
| ✔ Launching Application | |
| [22:33:05.942] [info] network name Mainnet | |
| [22:33:07.539] [info] Starting Augur UI Server | |
| [22:33:07.540] [info] Looking for certificate files in /home/jack/.augur | |
| connecting to augur-node: undefined | |
| connecting to ethereum-node: {"http":"https://mainnet.infura.io/augur","ws":""} | |
| connected to ethereum | |
| [22:33:19.454] [info] Removing sync-only database: /home/jack/.augur/augur-1-syncing-2.db | |
| [22:33:19.460] [info] /home/jack/.augur/augur-1-syncing-2.db | |
| [22:33:19.883] [info] Getting Augur logs from block 5926223 to block 5966989 | |
| got 20 logs in blocks { fromBlock: 5926223, toBlock: 5926668 } | |
| got 590 logs in blocks { fromBlock: 5926669, toBlock: 5932428 } | |
| [22:33:31.193] [info] new block: 5926256 1531037003 | |
| [22:33:31.241] [info] Processing 1 logs | |
| [22:33:31.296] [info] new block: 5926279 1531037294 | |
| [22:33:31.303] [info] Processing 1 logs | |
| [22:33:31.341] [info] new block: 5926285 1531037356 | |
| [22:33:31.348] [info] Processing 1 logs | |
| [22:33:31.380] [info] new block: 5926311 1531037764 | |
| [22:33:31.386] [info] Processing 1 logs | |
| [22:33:34.120] [info] new block: 5926318 1531037871 | |
| [22:33:34.129] [info] Processing 1 logs | |
| [22:33:34.168] [info] new block: 5926320 1531037906 | |
| [22:33:34.188] [info] Processing 1 logs | |
| [22:33:34.221] [info] new block: 5926334 1531038143 | |
| [22:33:34.231] [info] Processing 1 logs | |
| [22:33:34.286] [info] new block: 5926347 1531038331 | |
| [22:33:34.311] [info] Processing 1 logs | |
| [22:33:34.351] [info] new block: 5926503 1531040865 | |
| [22:33:34.375] [info] Processing 1 logs | |
| [22:33:34.410] [info] new block: 5926531 1531041276 | |
| [22:33:34.434] [info] Processing 1 logs | |
| [22:33:34.474] [info] new block: 5926534 1531041346 | |
| [22:33:34.486] [info] Processing 2 logs | |
| [22:33:34.518] [info] new block: 5926535 1531041367 | |
| [22:33:34.523] [info] Processing 1 logs | |
| [22:33:34.555] [info] new block: 5926538 1531041424 | |
| [22:33:34.563] [info] Processing 1 logs | |
| [22:33:34.592] [info] new block: 5926542 1531041542 | |
| [22:33:34.598] [info] Processing 1 logs | |
| [22:33:34.633] [info] new block: 5926549 1531041661 | |
| [22:33:34.652] [info] Processing 2 logs | |
| [22:33:34.696] [info] new block: 5926592 1531042304 | |
| [22:33:34.705] [info] Processing 1 logs | |
| [22:33:34.735] [info] new block: 5926627 1531042806 | |
| [22:33:34.749] [info] Processing 1 logs | |
| [22:33:34.784] [info] new block: 5926641 1531043115 | |
| [22:33:34.793] [info] Processing 1 logs | |
| [ethrpc] http-transport 502 response null IncomingMessage { | |
| _readableState: | |
| ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: BufferList { head: null, tail: null, length: 0 }, | |
| length: 0, | |
| pipes: null, | |
| pipesCount: 0, | |
| flowing: true, | |
| ended: true, | |
| endEmitted: true, | |
| reading: false, | |
| sync: true, | |
| needReadable: false, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| destroyed: false, | |
| defaultEncoding: 'utf8', | |
| awaitDrain: 0, | |
| readingMore: false, | |
| decoder: null, | |
| encoding: null }, | |
| readable: false, | |
| domain: null, | |
| _events: | |
| { end: [ [Function: responseOnEnd], [Function] ], | |
| close: [ [Function], [Function] ], | |
| data: [Function], | |
| error: [Function] }, | |
| _eventsCount: 4, | |
| _maxListeners: undefined, | |
| socket: | |
| TLSSocket { | |
| _tlsOptions: | |
| { pipe: false, | |
| secureContext: [Object], | |
| isServer: false, | |
| requestCert: true, | |
| rejectUnauthorized: true, | |
| session: <Buffer 30 82 06 cf 02 01 01 02 02 03 03 04 02 c0 2f 04 20 82 75 98 c2 0a 8b 15 dc 1b 66 7c 1a 65 cf c2 01 84 88 71 40 89 db 39 7f c0 6a 04 13 b5 f7 52 4e 04 ... >, | |
| NPNProtocols: undefined, | |
| ALPNProtocols: undefined, | |
| requestOCSP: undefined }, | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: | |
| { close: [Array], | |
| end: [Object], | |
| finish: [Function: onSocketFinish], | |
| _socketEnd: [Function: onSocketEnd], | |
| secure: [Function], | |
| free: [Function: onFree], | |
| agentRemove: [Function: onRemove], | |
| drain: [Function: ondrain], | |
| error: [Function: socketErrorListener], | |
| timeout: [Object] }, | |
| _eventsCount: 10, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'mainnet.infura.io', | |
| _readableState: | |
| ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: [Object], | |
| length: 0, | |
| pipes: null, | |
| pipesCount: 0, | |
| flowing: true, | |
| ended: false, | |
| endEmitted: false, | |
| reading: true, | |
| sync: false, | |
| needReadable: true, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| destroyed: true, | |
| defaultEncoding: 'utf8', | |
| awaitDrain: 0, | |
| readingMore: false, | |
| decoder: null, | |
| encoding: null }, | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: | |
| WritableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| finalCalled: false, | |
| needDrain: false, | |
| ending: true, | |
| ended: true, | |
| finished: true, | |
| destroyed: true, | |
| decodeStrings: false, | |
| defaultEncoding: 'utf8', | |
| length: 0, | |
| writing: false, | |
| corked: 0, | |
| sync: false, | |
| bufferProcessing: false, | |
| onwrite: [Function: bound onwrite], | |
| writecb: null, | |
| writelen: 0, | |
| bufferedRequest: null, | |
| lastBufferedRequest: null, | |
| pendingcb: 0, | |
| prefinished: true, | |
| errorEmitted: false, | |
| bufferedRequestCount: 0, | |
| corkedRequestsFree: [Object] }, | |
| writable: false, | |
| allowHalfOpen: false, | |
| _bytesDispatched: 984, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: | |
| ClientRequest { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [Circular], | |
| connection: [Circular], | |
| _header: 'POST /augur HTTP/1.1\r\nhost: mainnet.infura.io\r\naccept: application/json\r\ncontent-type: application/json\r\ncontent-length: 837\r\nConnection: close\r\n\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: [Object], | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'POST', | |
| path: '/augur', | |
| _ended: true, | |
| res: [Circular], | |
| aborted: undefined, | |
| timeoutCb: [Function: emitTimeout], | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| [Symbol(outHeadersKey)]: [Object] }, | |
| read: [Function], | |
| _consuming: true, | |
| _idleTimeout: -1, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleStart: 45263, | |
| _destroyed: false, | |
| [Symbol(asyncId)]: 1119, | |
| [Symbol(bytesRead)]: 297, | |
| [Symbol(asyncId)]: 1131, | |
| [Symbol(triggerAsyncId)]: 1128 }, | |
| connection: | |
| TLSSocket { | |
| _tlsOptions: | |
| { pipe: false, | |
| secureContext: [Object], | |
| isServer: false, | |
| requestCert: true, | |
| rejectUnauthorized: true, | |
| session: <Buffer 30 82 06 cf 02 01 01 02 02 03 03 04 02 c0 2f 04 20 82 75 98 c2 0a 8b 15 dc 1b 66 7c 1a 65 cf c2 01 84 88 71 40 89 db 39 7f c0 6a 04 13 b5 f7 52 4e 04 ... >, | |
| NPNProtocols: undefined, | |
| ALPNProtocols: undefined, | |
| requestOCSP: undefined }, | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: | |
| { close: [Array], | |
| end: [Object], | |
| finish: [Function: onSocketFinish], | |
| _socketEnd: [Function: onSocketEnd], | |
| secure: [Function], | |
| free: [Function: onFree], | |
| agentRemove: [Function: onRemove], | |
| drain: [Function: ondrain], | |
| error: [Function: socketErrorListener], | |
| timeout: [Object] }, | |
| _eventsCount: 10, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'mainnet.infura.io', | |
| _readableState: | |
| ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: [Object], | |
| length: 0, | |
| pipes: null, | |
| pipesCount: 0, | |
| flowing: true, | |
| ended: false, | |
| endEmitted: false, | |
| reading: true, | |
| sync: false, | |
| needReadable: true, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| destroyed: true, | |
| defaultEncoding: 'utf8', | |
| awaitDrain: 0, | |
| readingMore: false, | |
| decoder: null, | |
| encoding: null }, | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: | |
| WritableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| finalCalled: false, | |
| needDrain: false, | |
| ending: true, | |
| ended: true, | |
| finished: true, | |
| destroyed: true, | |
| decodeStrings: false, | |
| defaultEncoding: 'utf8', | |
| length: 0, | |
| writing: false, | |
| corked: 0, | |
| sync: false, | |
| bufferProcessing: false, | |
| onwrite: [Function: bound onwrite], | |
| writecb: null, | |
| writelen: 0, | |
| bufferedRequest: null, | |
| lastBufferedRequest: null, | |
| pendingcb: 0, | |
| prefinished: true, | |
| errorEmitted: false, | |
| bufferedRequestCount: 0, | |
| corkedRequestsFree: [Object] }, | |
| writable: false, | |
| allowHalfOpen: false, | |
| _bytesDispatched: 984, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: | |
| ClientRequest { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [Circular], | |
| connection: [Circular], | |
| _header: 'POST /augur HTTP/1.1\r\nhost: mainnet.infura.io\r\naccept: application/json\r\ncontent-type: application/json\r\ncontent-length: 837\r\nConnection: close\r\n\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: [Object], | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'POST', | |
| path: '/augur', | |
| _ended: true, | |
| res: [Circular], | |
| aborted: undefined, | |
| timeoutCb: [Function: emitTimeout], | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| [Symbol(outHeadersKey)]: [Object] }, | |
| read: [Function], | |
| _consuming: true, | |
| _idleTimeout: -1, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleStart: 45263, | |
| _destroyed: false, | |
| [Symbol(asyncId)]: 1119, | |
| [Symbol(bytesRead)]: 297, | |
| [Symbol(asyncId)]: 1131, | |
| [Symbol(triggerAsyncId)]: 1128 }, | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: | |
| { date: 'Sun, 15 Jul 2018 05:33:48 GMT', | |
| 'content-type': 'text/html; charset=utf-8', | |
| 'content-length': '138', | |
| connection: 'close', | |
| vary: 'Origin' }, | |
| rawHeaders: | |
| [ 'Date', | |
| 'Sun, 15 Jul 2018 05:33:48 GMT', | |
| 'Content-Type', | |
| 'text/html; charset=utf-8', | |
| 'Content-Length', | |
| '138', | |
| 'Connection', | |
| 'close', | |
| 'Vary', | |
| 'Origin' ], | |
| trailers: {}, | |
| rawTrailers: [], | |
| upgrade: false, | |
| url: '', | |
| method: null, | |
| statusCode: 502, | |
| statusMessage: 'Bad Gateway', | |
| client: | |
| TLSSocket { | |
| _tlsOptions: | |
| { pipe: false, | |
| secureContext: [Object], | |
| isServer: false, | |
| requestCert: true, | |
| rejectUnauthorized: true, | |
| session: <Buffer 30 82 06 cf 02 01 01 02 02 03 03 04 02 c0 2f 04 20 82 75 98 c2 0a 8b 15 dc 1b 66 7c 1a 65 cf c2 01 84 88 71 40 89 db 39 7f c0 6a 04 13 b5 f7 52 4e 04 ... >, | |
| NPNProtocols: undefined, | |
| ALPNProtocols: undefined, | |
| requestOCSP: undefined }, | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: | |
| { close: [Array], | |
| end: [Object], | |
| finish: [Function: onSocketFinish], | |
| _socketEnd: [Function: onSocketEnd], | |
| secure: [Function], | |
| free: [Function: onFree], | |
| agentRemove: [Function: onRemove], | |
| drain: [Function: ondrain], | |
| error: [Function: socketErrorListener], | |
| timeout: [Object] }, | |
| _eventsCount: 10, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'mainnet.infura.io', | |
| _readableState: | |
| ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: [Object], | |
| length: 0, | |
| pipes: null, | |
| pipesCount: 0, | |
| flowing: true, | |
| ended: false, | |
| endEmitted: false, | |
| reading: true, | |
| sync: false, | |
| needReadable: true, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| destroyed: true, | |
| defaultEncoding: 'utf8', | |
| awaitDrain: 0, | |
| readingMore: false, | |
| decoder: null, | |
| encoding: null }, | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: | |
| WritableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| finalCalled: false, | |
| needDrain: false, | |
| ending: true, | |
| ended: true, | |
| finished: true, | |
| destroyed: true, | |
| decodeStrings: false, | |
| defaultEncoding: 'utf8', | |
| length: 0, | |
| writing: false, | |
| corked: 0, | |
| sync: false, | |
| bufferProcessing: false, | |
| onwrite: [Function: bound onwrite], | |
| writecb: null, | |
| writelen: 0, | |
| bufferedRequest: null, | |
| lastBufferedRequest: null, | |
| pendingcb: 0, | |
| prefinished: true, | |
| errorEmitted: false, | |
| bufferedRequestCount: 0, | |
| corkedRequestsFree: [Object] }, | |
| writable: false, | |
| allowHalfOpen: false, | |
| _bytesDispatched: 984, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: | |
| ClientRequest { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [Circular], | |
| connection: [Circular], | |
| _header: 'POST /augur HTTP/1.1\r\nhost: mainnet.infura.io\r\naccept: application/json\r\ncontent-type: application/json\r\ncontent-length: 837\r\nConnection: close\r\n\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: [Object], | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'POST', | |
| path: '/augur', | |
| _ended: true, | |
| res: [Circular], | |
| aborted: undefined, | |
| timeoutCb: [Function: emitTimeout], | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| [Symbol(outHeadersKey)]: [Object] }, | |
| read: [Function], | |
| _consuming: true, | |
| _idleTimeout: -1, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleStart: 45263, | |
| _destroyed: false, | |
| [Symbol(asyncId)]: 1119, | |
| [Symbol(bytesRead)]: 297, | |
| [Symbol(asyncId)]: 1131, | |
| [Symbol(triggerAsyncId)]: 1128 }, | |
| _consuming: true, | |
| _dumped: false, | |
| req: | |
| ClientRequest { | |
| domain: null, | |
| _events: | |
| { socket: [Function], | |
| response: [Function: bound ], | |
| error: [Array], | |
| drain: [Function], | |
| timeout: [Object], | |
| prefinish: [Function: requestOnPrefinish] }, | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 10, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'mainnet.infura.io', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| _bytesDispatched: 984, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| read: [Function], | |
| _consuming: true, | |
| _idleTimeout: -1, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleStart: 45263, | |
| _destroyed: false, | |
| [Symbol(asyncId)]: 1119, | |
| [Symbol(bytesRead)]: 297, | |
| [Symbol(asyncId)]: 1131, | |
| [Symbol(triggerAsyncId)]: 1128 }, | |
| connection: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 10, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'mainnet.infura.io', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| _bytesDispatched: 984, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| read: [Function], | |
| _consuming: true, | |
| _idleTimeout: -1, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleStart: 45263, | |
| _destroyed: false, | |
| [Symbol(asyncId)]: 1119, | |
| [Symbol(bytesRead)]: 297, | |
| [Symbol(asyncId)]: 1131, | |
| [Symbol(triggerAsyncId)]: 1128 }, | |
| _header: 'POST /augur HTTP/1.1\r\nhost: mainnet.infura.io\r\naccept: application/json\r\ncontent-type: application/json\r\ncontent-length: 837\r\nConnection: close\r\n\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: | |
| Agent { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: [Object], | |
| requests: {}, | |
| sockets: [Object], | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: [Object] }, | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'POST', | |
| path: '/augur', | |
| _ended: true, | |
| res: [Circular], | |
| aborted: undefined, | |
| timeoutCb: [Function: emitTimeout], | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| [Symbol(outHeadersKey)]: | |
| { host: [Array], | |
| accept: [Array], | |
| 'content-type': [Array], | |
| 'content-length': [Array] } }, | |
| request: | |
| Request { | |
| domain: null, | |
| _events: | |
| { error: [Function: bound ], | |
| complete: [Function: bound ], | |
| pipe: [Function], | |
| data: [Function], | |
| end: [Function] }, | |
| _eventsCount: 5, | |
| _maxListeners: undefined, | |
| method: 'POST', | |
| timeout: 60000, | |
| callback: [Function], | |
| readable: true, | |
| writable: true, | |
| explicitMethod: true, | |
| _qs: | |
| Querystring { | |
| request: [Circular], | |
| lib: [Object], | |
| useQuerystring: undefined, | |
| parseOptions: {}, | |
| stringifyOptions: {} }, | |
| _auth: | |
| Auth { | |
| request: [Circular], | |
| hasAuth: false, | |
| sentAuth: false, | |
| bearerToken: null, | |
| user: null, | |
| pass: null }, | |
| _oauth: OAuth { request: [Circular], params: null }, | |
| _multipart: | |
| Multipart { | |
| request: [Circular], | |
| boundary: 'c5f9e54a-fa8b-4e8b-b514-bee1bb06586e', | |
| chunked: false, | |
| body: null }, | |
| _redirect: | |
| Redirect { | |
| request: [Circular], | |
| followRedirect: true, | |
| followRedirects: true, | |
| followAllRedirects: false, | |
| followOriginalHttpMethod: false, | |
| allowRedirect: [Function], | |
| maxRedirects: 10, | |
| redirects: [], | |
| redirectsFollowed: 0, | |
| removeRefererHeader: false }, | |
| _tunnel: | |
| Tunnel { | |
| request: [Circular], | |
| proxyHeaderWhiteList: [Array], | |
| proxyHeaderExclusiveList: [] }, | |
| headers: | |
| { accept: 'application/json', | |
| 'content-type': 'application/json', | |
| 'content-length': 837 }, | |
| setHeader: [Function], | |
| hasHeader: [Function], | |
| getHeader: [Function], | |
| removeHeader: [Function], | |
| localAddress: undefined, | |
| pool: {}, | |
| dests: [], | |
| __isRequestRequest: true, | |
| _callback: [Function: bound ], | |
| uri: | |
| Url { | |
| protocol: 'https:', | |
| slashes: true, | |
| auth: null, | |
| host: 'mainnet.infura.io', | |
| port: 443, | |
| hostname: 'mainnet.infura.io', | |
| hash: null, | |
| search: null, | |
| query: null, | |
| pathname: '/augur', | |
| path: '/augur', | |
| href: 'https://mainnet.infura.io/augur' }, | |
| proxy: null, | |
| tunnel: true, | |
| setHost: true, | |
| originalCookieHeader: undefined, | |
| _disableCookies: true, | |
| _jar: undefined, | |
| port: 443, | |
| host: 'mainnet.infura.io', | |
| path: '/augur', | |
| _json: true, | |
| body: '{"id":25,"jsonrpc":"2.0","method":"eth_getLogs","params":[{"address":["0xb3337164e91b9f05c87c7662c7ac684e8e0ff3e7","0xe991247b78f937d7b69cfc00f1a487a293557677","0x75228dce4d82566d93068a8d5d49435216551599","0xe94327d07fc17907b4db788e5adf2ed424addff6","0x3448209268e97652bb67ea12777d4dfba81e3aaf","0xd5524179cb7ae012f5b642c1d6d700bbaa76b96b","0x4334477348222a986fc88a05410aa6b07507872a","0xa6bff4f91016c2b4aac140b2d8d7317b36afe5ab","0x7f27b0598949dbf9e539bbd217f15bf3f5e97999","0x39c230f89981274177e79708c921582bd4bd0303","0x75d789ef6344579fbe75a4d2d9217ec23b005f8f","0xd7a14019aeeba25e676a1b596bb19b6f37db74d2","0xa97a3e2ac932bc7a9c65393ee2c0f9d2f7b2e692","0x2a21d90745dfed999aa0b6e08d648855c5f14663","0x24e2b1d415e6e0d04042eaa45dc2a08fc33ca6cd","0x10b5589fc6922f5c27061ac79ad9a4af35e15806"],"fromBlock":"0x5a858d","toBlock":"0x5a9c0c"}]}', | |
| httpModule: | |
| { Server: [Object], | |
| createServer: [Function: createServer], | |
| globalAgent: [Object], | |
| Agent: [Object], | |
| request: [Function: request], | |
| get: [Function: get] }, | |
| agentClass: { [Function: Agent] super_: [Object] }, | |
| agent: | |
| Agent { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: [Object], | |
| requests: {}, | |
| sockets: [Object], | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: [Object] }, | |
| _started: true, | |
| href: 'https://mainnet.infura.io/augur', | |
| req: | |
| ClientRequest { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [Object], | |
| connection: [Object], | |
| _header: 'POST /augur HTTP/1.1\r\nhost: mainnet.infura.io\r\naccept: application/json\r\ncontent-type: application/json\r\ncontent-length: 837\r\nConnection: close\r\n\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: [Object], | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'POST', | |
| path: '/augur', | |
| _ended: true, | |
| res: [Circular], | |
| aborted: undefined, | |
| timeoutCb: [Function: emitTimeout], | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| [Symbol(outHeadersKey)]: [Object] }, | |
| ntick: true, | |
| timeoutTimer: null, | |
| response: [Circular], | |
| originalHost: 'mainnet.infura.io', | |
| originalHostHeaderName: 'host', | |
| responseContent: [Circular], | |
| _destdata: true, | |
| _ended: true, | |
| _callbackCalled: true }, | |
| toJSON: [Function: responseToJSON], | |
| caseless: | |
| Caseless { | |
| dict: | |
| { date: 'Sun, 15 Jul 2018 05:33:48 GMT', | |
| 'content-type': 'text/html; charset=utf-8', | |
| 'content-length': '138', | |
| connection: 'close', | |
| vary: 'Origin' } }, | |
| read: [Function], | |
| body: '<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n</body>\r\n</html>\r\n' } | |
| <--- Last few GCs ---> | |
| [16853:0x22b66e13000] 196902 ms: Mark-sweep 130.9 (139.5) -> 130.6 (144.5) MB, 25.5 / 0.0 ms (+ 28.6 ms in 253 steps since start of marking, biggest step 5.5 ms, walltime since start of marking 358 ms) allocation failure GC in old space requested | |
| [16853:0x22b66e13000] 200220 ms: Mark-sweep 410.6 (424.5) -> 383.2 (401.5) MB, 114.1 / 0.0 ms (+ 14.2 ms in 1 steps since start of marking, biggest step 14.2 ms, walltime since start of marking 2907 ms) allocation failure GC in old space requested | |
| <--- JS stacktrace ---> | |
| ==== JS stack trace ========================================= | |
| Security context: 0xefc7e4ab0a1 <JSObject> | |
| 2: arrayLikeKeys [/home/jack/src/augur-app/node_modules/lodash/lodash.js:2406] [bytecode=0xec6387e2a49 offset=134](this=0xc67f4b822b9 <JSGlobal Object>,value=0x18f607602201 <Very long string[19691757]>,inherited=0x32d451702311 <undefined>) | |
| 3: arguments adaptor frame: 1->2 | |
| 5: keys [/home/jack/src/augur-app/node_modules/lodash/lodash.js:13306] [bytecode=0x21a6e8d20229 offset=15](this=0x... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment