AustP / austs-one-click-node

An easy to use interface to run an Algorand or Voi consensus node.
MIT License
54 stars 10 forks source link

Node Cannot Be Synced #7

Closed WizardsEnterprise closed 1 month ago

WizardsEnterprise commented 1 year ago

Error: Command failed: "C:\Users\cliff\AppData\Local\austs_one_click_node\app-1.3.0\resources\goal.exe" node catchup -d "C:\Users\cliff\AppData\Roaming\Austs One-Click Node\data\algorand.mainnet" 32100000#SDKT4X5CCU3TJ24QGLWQFMCQTJQFNIUTZTQELFAMAJ26BWNKZ2OA Cannot contact Algorand node: HTTP 400 Bad Request: unable to start catchpoint catchup for '32100000#SDKT4X5CCU3TJ24QGLWQFMCQTJQFNIUTZTQELFAMAJ26BWNKZ2OA' - already catching up '32090000#5CZOYUGTR2UGKRIGKZWLXQT7X3ENX4UBYTIAJBFPCAMDYWCMSZYA'

os2 free space speed err3

AustP commented 1 year ago

I'm not exactly sure why this happens. I think it may be a race condition that happens when changing settings while the node is currently syncing. Did you do that perhaps? And after it finished syncing, did the app work as expected?

Algocleanup commented 1 year ago

I clicked on the settings during the sync but didn't change anything. After 12 hours of syncing, I received the same error.

AustP commented 1 year ago

Can you open the config.json and bump the MaxCatchpointDownloadDuration value up from 43200000000000 to 432000000000000? (add a 0) and restart the node?

AustP commented 10 months ago

I just was this happen again. It seems like it is a caching issue. If you're okay doing a complete resync, you can:

  1. Make sure A1CN is not running.
  2. Delete the C:\Users\\AppData\Roaming\Austs One-Click Node folder.
  3. Start the app again.