NEED HELP.
#5341
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HELLO. MY CHIA IS WORKING, IS SYNCED, CONECTED, buy if i go to the DEBUG FILE, THE ARE A LOTS OF ERRORS, I DONT KNOW WHAT TO DO, IS NOT Working Well. Thanks
EXAMPLES:
2021-05-17T16:44:54.188 full_node full_node_server : ERROR Exception: Failed to fetch block 296293 from {'host': '93.41.112.138', 'port': 8444}, timed out <class 'ValueError'>, closing connection {'host': '93.41.112.138', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 521, in api_call
File "asyncio\tasks.py", line 442, in wait_for
File "chia\server\server.py", line 518, in wrapped_coroutine
File "chia\server\server.py", line 511, in wrapped_coroutine
File "chia\full_node\full_node_api.py", line 100, in new_peak
File "chia\full_node\full_node.py", line 358, in new_peak
File "chia\full_node\full_node.py", line 307, in short_sync_backtrack
File "chia\full_node\full_node.py", line 292, in short_sync_backtrack
ValueError: Failed to fetch block 296293 from {'host': '93.41.112.138', 'port': 8444}, timed out
2021-05-17T16:44:54.189 full_node full_node_server : WARNING Banning 93.41.112.138 for 10 seconds
2021-05-17T16:44:54.189 full_node asyncio : ERROR Task exception was never retrieved
future: <Task finished coro=<ChiaServer.incoming_api_task..api_call() done, defined at chia\server\server.py:478> exception=CancelledError()>
concurrent.futures._base.CancelledError
2021-05-17T16:45:00.000 full_node chia.full_node.full_node: WARNING Invalid response for slot None
2021-05-17T16:58:45.812 full_node chia.full_node.full_node: WARNING Invalid response for slot None
2021-05-17T17:04:24.698 full_node full_node_server : ERROR Exception: <class 'concurrent.futures._base.CancelledError'>, closing connection {'host': '14.117.244.104', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 521, in api_call
File "asyncio\tasks.py", line 435, in wait_for
concurrent.futures._base.CancelledError
2021-05-17T17:13:15.476 full_node full_node_server : ERROR Exception: Failed to fetch block 296396 from {'host': '84.232.216.137', 'port': 8444}, timed out, {'host': '84.232.216.137', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 511, in wrapped_coroutine
File "chia\full_node\full_node_api.py", line 100, in new_peak
File "chia\full_node\full_node.py", line 358, in new_peak
File "chia\full_node\full_node.py", line 307, in short_sync_backtrack
File "chia\full_node\full_node.py", line 292, in short_sync_backtrack
ValueError: Failed to fetch block 296396 from {'host': '84.232.216.137', 'port': 8444}, timed out
2021-05-17T17:13:15.477 full_node full_node_server : ERROR Exception: Failed to fetch block 296396 from {'host': '84.232.216.137', 'port': 8444}, timed out <class 'ValueError'>, closing connection {'host': '84.232.216.137', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 521, in api_call
File "asyncio\tasks.py", line 442, in wait_for
File "chia\server\server.py", line 518, in wrapped_coroutine
File "chia\server\server.py", line 511, in wrapped_coroutine
File "chia\full_node\full_node_api.py", line 100, in new_peak
File "chia\full_node\full_node.py", line 358, in new_peak
File "chia\full_node\full_node.py", line 307, in short_sync_backtrack
File "chia\full_node\full_node.py", line 292, in short_sync_backtrack
ValueError: Failed to fetch block 296396 from {'host': '84.232.216.137', 'port': 8444}, timed out
2021-05-17T17:13:15.478 full_node full_node_server : WARNING Banning 84.232.216.137 for 10 seconds
2021-05-17T17:13:15.478 full_node asyncio : ERROR Task exception was never retrieved
future: <Task finished coro=<ChiaServer.incoming_api_task..api_call() done, defined at chia\server\server.py:478> exception=CancelledError()>
concurrent.futures._base.CancelledError
Beta Was this translation helpful? Give feedback.
All reactions