I have an error that keeps popping up but I have no clue on where to troubleshoot it. Any help would be much appreciated.
[3:48 PM]
2021-06-06T09:15:54.211 full_node full_node_server : ERROR Exception: Failed to fetch block 393084 from None, timed out <class 'ValueError'>, closing connection None. Traceback (most recent call last):
File "chia\server\server.py", line 536, in api_call
File "asyncio\tasks.py", line 414, in wait_for
File "chia\server\server.py", line 533, in wrapped_coroutine
File "chia\server\server.py", line 526, in wrapped_coroutine
File "chia\full_node\full_node_api.py", line 104, in new_peak
File "chia\full_node\full_node.py", line 373, in new_peak
File "chia\full_node\full_node.py", line 322, in short_sync_backtrack
File "chia\full_node\full_node.py", line 307, in short_sync_backtrack
ValueError: Failed to fetch block 393084 from None, timed out
It looks as if I had a chance to try to win a block but it failed and I have quite a few errors on this.
If nothing else, I believe the above link reflects that this error message occurs when you drop a peer. As you drop peers regularly and pick up others, this may not really be an error unless you are getting lots of them.
P.S. I found this info using a google search for, āValueError: Failed to fetch block from Noneā.