-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
More information with invalid response - 0 #608
Comments
You can try Please let me know if you find anything. At the very least, I’d like to fix that to at least give a better error on what went wrong. :) |
Ok will do thanks. Is it just called with single argument? provider.on("debug", (data: any) => console.log(data)) Is there a changelist for V5? Would be happy to beta it. Even some hack docs would be useful. |
There are changelogs for both v4 and v5 now. :) The v5 changelog is managed automatically by the admin scripts (although does not go back to the beginning of v5, but most of those were still fairly early changes), the v4 were generated by a one-off script I wrote yesterday. Yes, I think it returns just one item, but to be safe you can use |
Did you ever find out more about this? |
hi @ricmoo. I did find the actual error, and it seems to be a provider thing. I logged the request from XMLHttpRequest:
|
so did u fix it? I use etherscan provider got this error too |
I think this issue is stale as ethers no longer uses XMLHttpRequest, so I'm going to close it. If you still have this issue though, please re-open it. Thanks! :) |
Hi there,
Seem to be getting
a lot recently with some providers. I know it is a provider issue and not with ethers, but is there a flag that can be set to get the full response back so it can be more easily debugged?
Thanks
The text was updated successfully, but these errors were encountered: