-
Notifications
You must be signed in to change notification settings - Fork 3
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
The sync child process broken and not restart #309
Comments
This error occurs in Neuron v0.111.0 and earlier because of an axios request timeout error in @nervosnetwork/ckb-sdk-core. |
It seems will happen at version 0.112.0.
|
fixed: nervosnetwork/neuron#3025 |
What happened
The synced block number stops increasing, after restarting the Neuron it will reach the latest block number quickly.
Here is the log
Reason
From the log, we know that the reason is sync child process stopped with an uncatched exception so it can not restart again.
The text was updated successfully, but these errors were encountered: