-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Steps to reproduce
I am trying to create a web app using the instructions from here:
https://in3.readthedocs.io/en/latest/api-ts.html
and following the examples from here:
https://github.com/slockit/in3/blob/master/examples/src/in3DirectAPI.ts
and I can't get anything to log out.
my versions of in3 and web3 are:
"web3": "^1.2.9"
"in3": "^2.1.3",
And I'm using a normal NodeJS server with Express.
This is all I get:
UnhandledPromiseRejectionWarning: Error: tried eth_getBlockByNumber("0x0",false) to https://in3-v2.slock.it/mainnet/nd-2 but failed and can not recover (No nodes found that fullfill the filter criteria ) from wrong response : Error: No nodes found that fullfill the filter criteria
And this is after a day of trying to request different hashes by blocks, numbers, etc.. The previous error is by copying the code from : https://github.com/slockit/in3/blob/master/examples/src/in3DirectAPI.ts
Expected behavior
Anything should login when I try to get information with the hash given in the test.
Actual behavior
I get errors.
System configuration
MacOS 10.15.1
Incubed version
"in3": "^2.1.3",
Request
Incubed Configuration
Chain
Metadata
Metadata
Assignees
Labels
No labels