-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Error "Failed to get logs for block" on eth_getCalls #24606
Comments
Did you notice any other warnings or errors around the log line ( |
Related to the empty response: golang/go#47229 When we hit a timeout, the response becomes empty. |
The request is to gather all logs from block |
Please try the latest release, and also provide some logs from the geth startup sequence |
@holiman Hello, we have the same issue by using web3.js
From our internal tests, every eth_getLogs request longer 30 seconds will return an empty response. Do you maybe have an idea where this timeout limit can be managed? Thanks in advance. |
same questions
|
same questions |
I bet this request is taking longer than 30s and is timing out. I'm working on returning an error in case of timeout so it's less confusing: #25457 |
Fixed via #25457 |
System information
Geth version:
1.10.13-stable
OS & Version: linux
Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Backtrace
This issue is similar to #23875
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: