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
Okay, here is the thing: some days ago started, a new type never-seen error message appeared in WatchNewPairs.ts at the line:
...this.web3.eth.subscribe('logs', ....
Scripts says "Error handling logs" and the details: "Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced."
Any idea?
Perhaps the used web3 library starting to be outdated..?
First I thought it's just some kind of network problem - but it looks too persistent for that.
The text was updated successfully, but these errors were encountered:
Okay, here is the thing: some days ago started, a new type never-seen error message appeared in WatchNewPairs.ts at the line:
...this.web3.eth.subscribe('logs', ....
Scripts says "Error handling logs" and the details: "Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced."
Any idea?
Perhaps the used web3 library starting to be outdated..?
First I thought it's just some kind of network problem - but it looks too persistent for that.
The text was updated successfully, but these errors were encountered: