-
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
eth_newFilter: Invalid JSON RPC response: "" #88
Comments
also happens on 0.20.5 |
I believe this was related to a service interruption we were experiencing, can you confirm if you're still seeing the issue? If you are, we need the RPC payload that was sent (the POST body) to debug the issue. Thanks. |
This is still occurring. How can I obtain the payload? |
|
Also fails with
|
Ah, I see. We don't support eth_newFilter on our endpoints, see the supported RPC methods here: We do have experimental support for filters in our websocket endpoints, see #29 Specifically the websocket endpoints are at:
|
Okay. It's supported by Metamask. Do they use the websocket endpoints? |
I'm not on web3.js 1.0 so I can't use websockets. I'm curious what metamask does since I thought they used infura. |
I can workaround by requerying the logs with xmlHttp. |
web3.version is 0.20.2
http provider is https://mainnet.infura.io/x6jRpmEj17uLQR1TuV1E
The text was updated successfully, but these errors were encountered: