Node sync error on 1.1.4 #4064
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
At first, everything was sync-ing fine after upgraded to 1.1.4
However, just now suddenly stop sync and upon restarting the node, I see following error:
2021-05-07T21:59:44.686 full_node full_node_server : ERROR Exception: Error short batch syncing, failed to validate blocks 245084-245116 <class 'ValueError'>, closing connection {'host': 'xx.xxx.xx.xxx', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 531, in api_call
File "asyncio\tasks.py", line 414, in wait_for
File "chia\server\server.py", line 528, in wrapped_coroutine
File "chia\server\server.py", line 521, in wrapped_coroutine
File "chia\full_node\full_node_api.py", line 104, in new_peak
File "chia\full_node\full_node.py", line 374, in new_peak
File "chia\full_node\full_node.py", line 250, in short_sync_batch
ValueError: Error short batch syncing, failed to validate blocks 245084-245116
2021-05-07T21:59:44.687 full_node full_node_server : WARNING Banning xx.xxx.xx.xxx for 10 seconds
2021-05-07T22:01:26.276 full_node full_node_server : ERROR Exception: <class 'concurrent.futures._base.CancelledError'>, closing connection {'host': 'xx.xxx.xx.xxx', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 531, in api_call
File "asyncio\tasks.py", line 435, in wait_for
concurrent.futures._base.CancelledError
2021-05-07T22:04:55.943 full_node chia.full_node.full_node: ERROR Error: Err.UNKNOWN_UNSPENT, Invalid block from peer: {'host': '186.136.192.9', 'port': 8444}
2021-05-07T22:04:56.057 full_node full_node_server : WARNING Banning xxx.xxx.xxx.x for 600 seconds
2021-05-07T22:05:00.947 full_node chia.full_node.full_node: ERROR Error: Err.UNKNOWN_UNSPENT, Invalid block from peer: {'host': 'xxx.x.xx.xxx', 'port': 8444}
2021-05-07T22:05:00.949 full_node full_node_server : WARNING Banning xxx.x.xx.xxx for 600 seconds
2021-05-07T22:06:31.086 full_node chia.full_node.full_node: WARNING Invalid response for slot None
What can I do to make it sync again? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions