Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.82k stars 2.03k forks source link

[BUG] Wallet not syncing, Response highly appreciated, its been going on for weeks #5660

Closed felebowski closed 3 years ago

felebowski commented 3 years ago

Describe the bug Every now and then my wallet goes out of sync and farming stops. It says Connected and Syncing, but it does not Sync. Plotting however works, but i am not able to farm. I have the error message in my developer tools DevTools failed to load SourceMap: Could not parse content for file:///C:/Users/felix/AppData/Local/chia-blockchain/app-1.1.6/resources/app.asar/build/renderer/js/80.js.map: Unexpected end of JSON input. Even uninstalling, deleting the folders and installing it again does not help.

To Reproduce Steps to reproduce the behavior:

  1. Go to Full Node
  2. Look at Status
  3. See its not syncing.
  4. Go to developer tools, check table

Expected behavior I expect the wallet to sync and farm Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

rvp8762446 commented 3 years ago

Hi,

Syncing issues seem to have been fixed for me with release 1.1.6 (so far, just installed it). I suggest that if both your full node and wallet are not syncing, try to uninstall everything (again).

To uninstall: Make sure you stopped all the proceses completely:

To install: follow Wiki installation instructions

If syncing still does not work, try to analyse further: start to learn how to use the debug logs (change log level to INFO) and how to interpret them (I am still learning myself). It could be network related, firewalll related etc, hard to tell. Also, if possible, try and use a cabled connection instead of WiFi always!

I hope this helps you further.

rvp8762446 commented 3 years ago

However... As I was typing my reply, having installed 1.1.6, on my windows install I am having (only wallet, node is fine) syncing issues again:

-I stopped all Chia processes, reopened. Now the GUI stated that is was stuck at 203007 suddenly (which makes more sense comparing to error I found in log..)

mariano54 commented 3 years ago

Duplicate of https://github.com/Chia-Network/chia-blockchain/issues/6993, please check and discuss in that issue