chia-blockchain: [Bug] 1.3 Syncing stopped

What happened?

Syncing stopped again even with the beta of 1.3 and the v2 database.

Version

1.3

What platform are you using?

Linux

What ui mode are you using?

GUI

Relevant log output

2022-02-25T15:01:41.545 full_node full_node_server        : ERROR    Exception: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2>, {'host': '45.51.47.123', 'port': 8444}. Traceback (most recent call last):
  File "chia/server/server.py", line 595, in wrapped_coroutine
  File "chia/full_node/full_node_api.py", line 472, in respond_unfinished_block
  File "chia/full_node/full_node.py", line 1691, in respond_unfinished_block
  File "chia/consensus/blockchain.py", line 598, in validate_unfinished_block
  File "chia/consensus/block_body_validation.py", line 434, in validate_block_body
KeyError: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2>

2022-02-25T15:01:41.545 full_node full_node_server        : ERROR    Exception: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2> <class 'KeyError'>, closing connection {'host': '45.51.47.123', 'port': 8444}. Traceback (most recent call last):
  File "chia/server/server.py", line 605, in api_call
  File "asyncio/tasks.py", line 494, in wait_for
  File "chia/server/server.py", line 602, in wrapped_coroutine
  File "chia/server/server.py", line 595, in wrapped_coroutine
  File "chia/full_node/full_node_api.py", line 472, in respond_unfinished_block
  File "chia/full_node/full_node.py", line 1691, in respond_unfinished_block
  File "chia/consensus/blockchain.py", line 598, in validate_unfinished_block
  File "chia/consensus/block_body_validation.py", line 434, in validate_block_body
KeyError: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2>

2022-02-25T15:01:41.753 full_node full_node_server        : WARNING  Banning 45.51.47.123 for 10 seconds
2022-02-25T15:02:07.175 full_node full_node_server        : ERROR    Exception: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2>, {'host': '173.79.48.189', 'port': 8444}. Traceback (most recent call last):
  File "chia/server/server.py", line 595, in wrapped_coroutine
  File "chia/full_node/full_node_api.py", line 124, in new_peak
  File "chia/full_node/full_node.py", line 533, in new_peak
  File "chia/full_node/full_node.py", line 467, in short_sync_backtrack
  File "chia/full_node/full_node.py", line 464, in short_sync_backtrack
  File "chia/full_node/full_node.py", line 1486, in respond_block
  File "chia/consensus/blockchain.py", line 227, in receive_block
  File "chia/consensus/block_body_validation.py", line 434, in validate_block_body
KeyError: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2>

2022-02-25T15:02:07.176 full_node full_node_server        : ERROR    Exception: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2> <class 'KeyError'>, closing connection {'host': '173.79.48.189', 'port': 8444}. Traceback (most recent call last):
  File "chia/server/server.py", line 605, in api_call
  File "asyncio/tasks.py", line 455, in wait_for
  File "chia/server/server.py", line 602, in wrapped_coroutine
  File "chia/server/server.py", line 595, in wrapped_coroutine
  File "chia/full_node/full_node_api.py", line 124, in new_peak
  File "chia/full_node/full_node.py", line 533, in new_peak
  File "chia/full_node/full_node.py", line 467, in short_sync_backtrack
  File "chia/full_node/full_node.py", line 464, in short_sync_backtrack
  File "chia/full_node/full_node.py", line 1486, in respond_block
  File "chia/consensus/blockchain.py", line 227, in receive_block
  File "chia/consensus/block_body_validation.py", line 434, in validate_block_body
KeyError: <bytes32: 4125efe38aed2e33a6b718f423a711de8b6670162dee8469a03f4741aab7eef2>

2022-02-25T15:02:07.282 full_node full_node_server        : WARNING  Banning 173.79.48.189 for 10 seconds
2022-02-25T15:02:07.284 full_node full_node_server        : ERROR    Exception: Failed to fetch block 1614892 from {'host': '173.79.48.189', 'port': 8444}, timed out, {'host': '173.79.48.189', 'port': 8444}. Traceback (most recent call last):
  File "chia/server/server.py", line 595, in wrapped_coroutine
  File "chia/full_node/full_node_api.py", line 124, in new_peak
  File "chia/full_node/full_node.py", line 533, in new_peak
  File "chia/full_node/full_node.py", line 467, in short_sync_backtrack
  File "chia/full_node/full_node.py", line 452, in short_sync_backtrack
ValueError: Failed to fetch block 1614892 from {'host': '173.79.48.189', 'port': 8444}, timed out

2022-02-25T15:02:07.284 full_node full_node_server        : ERROR    Exception: Failed to fetch block 1614892 from {'host': '173.79.48.189', 'port': 8444}, timed out <class 'ValueError'>, closing connection {'host': '173.79.48.189', 'port': 8444}. Traceback (most recent call last):
  File "chia/server/server.py", line 605, in api_call
  File "asyncio/tasks.py", line 455, in wait_for
  File "chia/server/server.py", line 602, in wrapped_coroutine
  File "chia/server/server.py", line 595, in wrapped_coroutine
  File "chia/full_node/full_node_api.py", line 124, in new_peak
  File "chia/full_node/full_node.py", line 533, in new_peak
  File "chia/full_node/full_node.py", line 467, in short_sync_backtrack
  File "chia/full_node/full_node.py", line 452, in short_sync_backtrack
ValueError: Failed to fetch block 1614892 from {'host': '173.79.48.189', 'port': 8444}, timed out

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 1
  • Comments: 27 (11 by maintainers)

Most upvoted comments

I have this same issue. Stops syncing and then never can get it to catch up again. Internet is fast. Computer has nothing else running. Upgrades to 1.3 beta. Same thing happens. Have two machines running in different places and same thing happens. Havemoved for a faster drive, still has problem HELP.

image

There are many fully synced nodes connected