-
Notifications
You must be signed in to change notification settings - Fork 335
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
Sending a request too rapidly after node startup makes it crash #2917
Comments
thanks for reporting, we'll look into it |
Hi, I have a similar error even if I wait for the "Idle" log.
|
Thanks for the reports @rbauduin @gullomagico PR #2983 will fix the issue. You still need to wait for the node to be ready like you are currently doing, but it will no longer crash and instead will propagate the error to be included in the RPC response. |
I'm running my tests with a Makefile, which starts the local moonbeam node with docker if it is not yet running.
However, sending a query (to deploy the contract under test) to the node that was just started regularly (i.e. not always) results in a crash with this log:
I had this happen for a query sent after the log message
Development Service Ready
, but before the first log of this kind:My solution is to wait for the occurence of the
Idle
log message.I'm happy to help reproduce it with our code if you want.
The text was updated successfully, but these errors were encountered: