syncing problem #8250
Replies: 3 comments 3 replies
-
it had a problem fetching data from the 180.150 peer - it should try with another peer - does it seem to be stuck on block 552040-552072 ? |
Beta Was this translation helpful? Give feedback.
-
I have version 1.2.7 and i cant sync with this errors, please someone help me, where is the "chia\full_node\full_node.py", line 672, in _sync" 2021-09-26T15:16:20.165 full_node full_node_server : WARNING Cannot write to closing transport 14.120.115.33 2021-09-26T15:23:04.306 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-26T15:31:17.009 full_node chia.full_node.full_node: ERROR failed fetching 225760 to 225792 from peers 2021-09-26T15:39:10.397 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-26T15:44:36.199 full_node chia.full_node.full_node: ERROR failed fetching 225760 to 225792 from peers 2021-09-26T15:47:35.343 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-26T15:51:26.507 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-26T15:53:40.708 full_node chia.full_node.full_node: WARNING Received unsolicited/late block from peer {'host': '71.227.162.3', 'port': 8444} 2021-09-26T15:55:37.116 full_node chia.full_node.full_node: WARNING Received unsolicited/late block from peer {'host': '122.117.139.92', 'port': 8444} 2021-09-27T18:12:56.945 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-27T18:15:02.359 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-27T18:17:26.550 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-27T18:19:05.374 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-27T18:21:02.502 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-27T18:23:32.700 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-27T18:25:58.446 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): 2021-09-27T18:28:05.589 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
@anthony00t , the newest version of chia has fixes in place to resolve this issue. Please download it from here: https://www.chia.net/downloads/ Since this issue has been resolved with the latest version(s) of chia 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.
Side note - if you are still running a pre 1.3 version you will likely need to delete the blockchain database and resync, if this is the case you can find a snapshot of the blockchain db here: https://www.chia.net/downloads/ 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.
-
2021-08-28T02:41:16.475 full_node chia.full_node.full_node: ERROR failed fetching 552040 to 552072 from peers
2021-08-28T02:42:22.092 full_node asyncio : ERROR Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "asyncio\events.py", line 80, in _run
File "asyncio\proactor_events.py", line 162, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2021-08-28T02:45:16.126 full_node chia.full_node.full_node: ERROR failed fetching 552040 to 552072 from peers
2021-08-28T02:50:15.750 full_node chia.full_node.full_node: ERROR failed fetching 552040 to 552072 from peers
2021-08-28T02:52:37.383 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last):
File "chia\full_node\full_node.py", line 672, in _sync
RuntimeError: Weight proof did not arrive in time from peer: 180.150.55.192
2021-08-28T02:56:30.129 full_node chia.full_node.full_node: ERROR failed fetching 552040 to 552072 from peers
Beta Was this translation helpful? Give feedback.
All reactions