-
Notifications
You must be signed in to change notification settings - Fork 85
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
Server returned error: 0: Timeout #99
Comments
Thanks for reporting the issue. I assume you're running the Theta software on Linux? Are you running the Theta software with the downloaded binaries or compiling from the source code? |
Yes, Ubuntu 18.04. |
Thanks. We have just committed a fix for this issue a few hours ago to the Could you pull the latest code from the |
Some transactions proceed faster, but errors still appear on some of them. |
We rolled out a fix to the validators a few days ago. Please let us know if you still see the errors. Thanks! |
No, error still appears. |
Hello.
After updating to version 2.1.0 we getting an errors on withdrawing theta and tfuel.
While sending some theta or tfuel via api (thetacli.Send, async=false), request executes very long and sometimes we getting this error:
But transaction successfully pushed to blockchain.
In logs theta:
[2020-12-11 09:09:42] ERROR [rpc] HTTP request timed out: requestBody={"{\"jsonrpc\":\"2.0\",\"method\":\"theta.BroadcastRawTransaction\",\"params\":[{\"tx_bytes\":\"SOME_TX_BYTES\"}],\"id\":0}"}
Request body:
Switch to async transactions we can't.
The text was updated successfully, but these errors were encountered: