You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:379) UnhandledPromiseRejectionWarning: Error: Node error: {"code":-32603,"message":"request failed or timed out"}
at Function.validate (/home/****/projects/*********/gvcwssda-crypto-kitty-midwife/node_modules/web3-providers/dist/web3-providers.cjs.js:66:18)
at /home/****/projects/*********/gvcwssda-crypto-kitty-midwife/node_modules/web3-providers/dist/web3-providers.cjs.js:128:57
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
(node:379) 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(). (rejection id: 1)
(node:379) [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.
Expected behavior
Fetch all past events starting with a given block number
Actual behavior
It always return the following error:
Error: Node error: {"code":-32603,"message":"request failed or timed out"}
NOTE: Downgrading back to [email protected] fixes the issue.
Steps to reproduce the behavior
Error Logs
Versions
[NPM, Node, Web3.js, OS, device...]
[email protected]
[email protected]
[email protected]
OS: Linux/Ubuntu 18.04
The text was updated successfully, but these errors were encountered: