Wallet will not sync #8397
Replies: 7 comments 10 replies
-
The wallet should be syncing from the node - which is running on the same system. So it's rather unusual for the wallet to claim the node didn't respond. I believe there is a 60-second timeout for the node to respond here. Is your system load particularly high? I might consider reducing the number of peers your node is using. |
Beta Was this translation helpful? Give feedback.
-
I'm going to assume you are on Windows. You can also manually edit the config.yaml file that is located Yes, you are right, neither is unlikely to resolve the issue directly, however, we may get more details in the log file about which problems. You are having. |
Beta Was this translation helpful? Give feedback.
-
Just a quick update. I didn't fiddle with anything, I waited out the update which I've just done. Wallet still stuck unfortunately. I wonder if I should try for a 3rd time, to delete the wallet and sync from 0 again? |
Beta Was this translation helpful? Give feedback.
-
Here are my log files after my most recent "start wallet from scratch" for the third time. I am absolutely grateful if anyone can offer suggestions on this. I've been dead in the water for a week plus unfortunately. 2021-09-15T08:56:10.589 full_node full_node_server : ERROR Exception: bad encoding <class 'OSError'>, closing connection {'host': 'xxxxxx', 'port': 8449}. Traceback (most recent call last): 2021-09-15T08:56:10.599 full_node full_node_server : WARNING Trying to ban localhost for 10, but will not ban 2021-09-15T08:56:10.599 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 688864-688896. Traceback (most recent call last): 2021-09-15T08:56:16.669 full_node full_node_server : ERROR Exception: bad encoding, {'host': 'xxxx', 'port': 8449}. Traceback (most recent call last): 2021-09-15T08:56:16.669 full_node full_node_server : ERROR Exception: bad encoding <class 'OSError'>, closing connection {'host': 'xxxxxx', 'port': 8449}. Traceback (most recent call last): 2021-09-15T08:56:16.669 full_node full_node_server : WARNING Trying to ban localhost for 10, but will not ban 2021-09-15T08:56:16.679 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 688864-688896. Traceback (most recent call last): 2021-09-15T08:56:22.652 full_node full_node_server : ERROR Exception: bad encoding, {'host': 'xxxx', 'port': 8449}. Traceback (most recent call last): 2021-09-15T08:56:22.654 full_node full_node_server : ERROR Exception: bad encoding <class 'OSError'>, closing connection {'host': 'xxxxxxx', 'port': 8449}. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Whelp, after adding the "peer" change, I'm still stuck with sync on wallet. I will run one last plot to confirm that issue is resolved. As mentioned, I had one random reboot during the night when I tested a second plot, but I'm quite sure it was due to a Windows update. I want to be accurate, so I will run another plot and report back in the other thread. But wallet wise, I'm quite stuck here. No pun intended. 2021-09-16T09:42:34.812 full_node full_node_server : ERROR Exception: bad encoding, {'host': '', 'port': 8449}. Traceback (most recent call last): 2021-09-16T09:42:34.812 full_node full_node_server : ERROR Exception: bad encoding <class 'OSError'>, closing connection {'host': '', 'port': 8449}. Traceback (most recent call last): 2021-09-16T09:42:34.812 full_node full_node_server : WARNING Trying to ban localhost for 10, but will not ban 2021-09-16T09:42:34.812 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 688862-688894. Traceback (most recent call last): 2021-09-16T09:42:37.742 full_node full_node_server : ERROR Exception: bad encoding, {'host': '', 'port': 8449}. Traceback (most recent call last): 2021-09-16T09:42:37.742 full_node full_node_server : ERROR Exception: bad encoding <class 'OSError'>, closing connection {'host': '', 'port': 8449}. Traceback (most recent call last): 2021-09-16T09:42:37.742 full_node full_node_server : WARNING Trying to ban localhost for 10, but will not ban 2021-09-16T09:42:37.742 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 688862-688894. Traceback (most recent call last): 2021-09-16T09:42:40.809 full_node full_node_server : ERROR Exception: bad encoding, {'host': '', 'port': 8449}. Traceback (most recent call last): 2021-09-16T09:42:40.809 full_node full_node_server : ERROR Exception: bad encoding <class 'OSError'>, closing connection {'host': '', 'port': 8449}. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
This error The wallet will likely never sync correctly because of this error. Unfortunately, you probably need to re-sync the full node. |
Beta Was this translation helpful? Give feedback.
-
@ItsMrKnowItAll , based on your previous message it seems this issue has been resolved. 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently done a clean reinstallation of Chia to fix mainnet sync issue/stall. Currently sync to mainnet is working, however wallet sync is not. I've tried deleting the wallet files and started that sync from scratch, but once again it's stalled out on the sync. Because of this I cannot access my pool or do much of anything. Let's call this issue no.1 because there are more problems than this. I haven't been able to get a plot to complete in about a week of trying, but I'll save that for a different thread. I had no issues with earlier versions of Chia. I have plots, they didn't stall out and sync was never an issue.
Log entries:
2021-09-07T15:45:42.380 wallet chia.wallet.wallet_node : ERROR Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
File "chia\wallet\wallet_node.py", line 555, in batch_sync_to_peak
File "chia\wallet\wallet_node.py", line 687, in fetch_blocks_and_validate
ValueError: Peer returned no response
2021-09-07T15:45:42.380 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 688864-688896. Traceback (most recent call last):
File "chia\wallet\wallet_node.py", line 608, in sync_job
File "chia\wallet\wallet_node.py", line 668, in _sync
File "chia\wallet\wallet_node.py", line 565, in batch_sync_to_peak
RuntimeError: Was not able to add blocks 688864-688896
Beta Was this translation helpful? Give feedback.
All reactions