Not Synced
#5406
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried a lot of things nothing seems to help me
I am getting this errors in my logs what can I do?
2021-05-18T12:32:34.357 full_node asyncio : ERROR Task exception was never retrieved
future: <Task finished coro=<FullNode.initialize_weight_proof() done, defined at chia\full_node\full_node.py:165> exception=KeyError(291459)>
Traceback (most recent call last):
File "chia\full_node\full_node.py", line 169, in initialize_weight_proof
File "chia\full_node\weight_proof.py", line 253, in create_sub_epoch_segments
File "chia\full_node\weight_proof.py", line 262, in __create_persist_segment
File "chia\full_node\weight_proof.py", line 288, in __create_sub_epoch_segments
File "chia\full_node\weight_proof.py", line 353, in _create_challenge_segment
File "chia\full_node\weight_proof.py", line 475, in __slot_end_vdf
File "chia\consensus\blockchain.py", line 579, in height_to_hash
KeyError: 291459
2021-05-18T12:33:37.881 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 212, in safe_handle
File "chia\rpc\rpc_server.py", line 200, in ws_api
File "chia\rpc\rpc_server.py", line 161, in open_connection
ValueError: Start client failed, or server is not set
2021-05-18T12:36:57.299 full_node full_node_server : ERROR Exception , exception Stack: Traceback (most recent call last):
File "chia\server\server.py", line 356, in start_client
File "aiohttp\client.py", line 763, in _ws_connect
File "aiohttp\client.py", line 521, in _request
File "aiohttp\connector.py", line 535, in connect
File "aiohttp\connector.py", line 892, in _create_connection
File "aiohttp\connector.py", line 1032, in _create_direct_connection
File "aiohttp\connector.py", line 969, in _wrap_create_connection
File "asyncio\base_events.py", line 949, in create_connection
File "asyncio\selector_events.py", line 473, in sock_connect
concurrent.futures._base.CancelledError
2021-05-18T12:39:39.475 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 212, in safe_handle
File "chia\rpc\rpc_server.py", line 200, in ws_api
File "chia\rpc\rpc_server.py", line 154, in open_connection
ValueError: invalid literal for int() with base 10: ''
now i am getting this errors
2021-05-18T12:54:44.930 full_node full_node_server : WARNING Banning 111.235.231.100 for 600 seconds
2021-05-18T12:54:44.931 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 628, in _sync
RuntimeError: Weight proof did not arrive in time from peer: 111.235.231.100
2021-05-18T13:12:38.519 full_node full_node_server : WARNING Banning 37.112.174.113 for 600 seconds
2021-05-18T13:12:38.520 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 628, in _sync
RuntimeError: Weight proof did not arrive in time from peer: 37.112.174.113
what can t I do? I it a way to fix this?
It seems connections show up but they cant really do anything...
I want to mention everything worked fine since yesterday no issues at all what can I do to fix this? or it is a GUI iusue? I run my node on Windows 10
Beta Was this translation helpful? Give feedback.
All reactions