mission-control-indexer icon indicating copy to clipboard operation
mission-control-indexer copied to clipboard

indexer-agent: Failed to check for network pause

Open suntzu93 opened this issue 4 years ago • 0 comments

Version 0.4.1

3|start_indexer_agent | (node:2992911) UnhandledPromiseRejectionWarning: Error: call revert exception (method="getReserves()", errorSignature=null, errorArgs=[null], reason=null, code=CALL_EXCEPTION, version=abi/5.0.9) 3|start_indexer_agent | at Logger.makeError (/usr/local/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@ethersproject/logger/lib/index.js:179:21) 3|start_indexer_agent | at Logger.throwError (/usr/local/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@ethersproject/logger/lib/index.js:188:20) 3|start_indexer_agent | at Interface.decodeFunctionResult (/usr/local/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@ethersproject/abi/lib/interface.js:286:23) 3|start_indexer_agent | at Contract. (/usr/local/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@ethersproject/contracts/lib/index.js:319:56) 3|start_indexer_agent | at step (/usr/local/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@ethersproject/contracts/lib/index.js:46:23) 3|start_indexer_agent | at Object.next (/usr/local/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@ethersproject/contracts/lib/index.js:27:53) 3|start_indexer_agent | at fulfilled (/usr/local/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@ethersproject/contracts/lib/index.js:18:58) 3|start_indexer_agent | at processTicksAndRejections (internal/process/task_queues.js:93:5) 3|start_indexer_agent | (Use node --trace-warnings ... to show where the warning was created) 3|start_indexer_agent | (node:2992911) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2) 3|start_indexer_agent | (node:2992911) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

suntzu93 avatar Nov 28 '20 00:11 suntzu93