Replies: 2 comments
-
me to!!! 2021-05-18T16:44:54.996 full_node full_node_server : ERROR Exception: <class 'concurrent.futures._base.CancelledError'>, closing connection {'host': '127.0.0.1', 'port': 8449}. Traceback (most recent call last): 2021-05-18T16:44:55.204 full_node full_node_server : ERROR Exception: <class 'concurrent.futures._base.CancelledError'>, closing connection {'host': '127.0.0.1', 'port': 8449}. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
wallet not synced for a long time ,stop at height 41813,this is log
2021-05-17T12:29:32.460 full_node full_node_server : ERROR Exception: <class 'concurrent.futures._base.CancelledError'>, closing connection {'host': '127.0.0.1', 'port': 8449}. Traceback (most recent call last):
File "/usr/local/src/chia-blockchain/chia/server/server.py", line 531, in api_call
response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 435, in wait_for
await waiter
concurrent.futures._base.CancelledError
2021-05-17T12:29:32.461 full_node full_node_server : INFO <- new_transaction from peer 339f0d4f2e47bad5340f1e2c1e2d7a96272df746f677f81d1f145d484849ee5f 67.199.174.137
2021-05-17T12:29:32.461 full_node full_node_server : DEBUG Time taken to process new_transaction from 339f0d4f2e47bad5340f1e2c1e2d7a96272df746f677f81d1f145d484849ee5f is 0.0004956722259521484 seconds
2021-05-17T12:29:32.466 wallet wallet_server : INFO Connection closed: 127.0.0.1, node id: 6e42c2a487fc91a86eaa621fb23611b2357045a7f839c96767e32d5ef7b5568c
2021-05-17T12:29:32.467 wallet wallet_server : DEBUG Time for request request_header_blocks: None = 4.0255444049835205, None? True
2021-05-17T12:29:32.499 wallet chia.wallet.wallet_node : ERROR Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
File "/usr/local/src/chia-blockchain/chia/wallet/wallet_node.py", line 597, in _sync
peer, uint32(start_height), uint32(end_height), None if advanced_peak else fork_height
File "/usr/local/src/chia-blockchain/chia/wallet/wallet_node.py", line 635, in fetch_blocks_and_validate
raise ValueError("Peer returned no response")
ValueError: Peer returned no response
2021-05-17T12:29:32.500 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 41813-41845. Traceback (most recent call last):
File "/usr/local/src/chia-blockchain/chia/wallet/wallet_node.py", line 509, in sync_job
await self._sync()
File "/usr/local/src/chia-blockchain/chia/wallet/wallet_node.py", line 606, in _sync
raise RuntimeError(f"Was not able to add blocks {start_height}-{end_height}")
RuntimeError: Was not able to add blocks 41813-41845
Expected behavior
is there some solution to make wallet sync forward
OS
Beta Was this translation helpful? Give feedback.
All reactions