-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getPastEvents does not work anymore #54
Comments
Also have this problem and seeing this error:
|
@CineTek @eccheung4 Can you provide more information? Such as the requests you are making |
Looks like the problem is that Infura updates Geth which has this bug: ethereum/go-ethereum#15871 |
nice find @CineTek thanks! @tueric I have code that does something like this:
|
Same code except issue on Ropsten using https instead of websockets. Everything worked like a charm and then suddenly stopped working yesterday morning |
Looks like geth has been updated by infura, everything working fine for me again 👍 |
Error: CONNECTION ERROR: Couldn't connect to node on IPC. I also getting connection error too. |
Anybody here? |
Hi @johanherman , it was solved, thank you. |
I'm getting this suddenly today. Could it be related to response size from getPastEvents? Something like that is suggested in #75 |
For the last few days and weeks getPastEvents worked like a charm, but starting today we were not able to retrieve any events/logs from infura - has something changed with the way the node works?
The text was updated successfully, but these errors were encountered: