Alpha: Running List of Bugs Found #5
Replies: 8 comments 32 replies
-
I think I need to do a full reset. I've run the install a couple of times and I think things are mixed up. When I run I get
but does not correct the issue. Should i delete everything and start over? Or something else? |
Beta Was this translation helpful? Give feedback.
-
I had the same issue with "Failed to login to datastore: You are already logged in to this datastore. Run "dig logout" to login again". I deleted the contents of the ".dig" folder and re-ran the command. That did the trick. Hope this works for you as well. |
Beta Was this translation helpful? Give feedback.
-
All seems to be working now (except my service configuration but that's ok). I am seeing payouts coming in... yay! But when I try to browse the one store im subscribed to it 404's http://dig.kackman.net:4161/ Am seeing some messages about a null root hash, not sure if related
|
Beta Was this translation helpful? Give feedback.
-
Hi Micheal, thanks for your hard work! |
Beta Was this translation helpful? Give feedback.
-
In an effort to resolve https://github.com/orgs/DIG-Network/discussions/8 I ran "dignode remote store subscribe c7c0bc885b02531d42c72f11e90be6a22f76ac7d467acbfae76bc02d2221c352" and have found that the command hangs permanently at "Remote is subscribing to store". I hafta CTRL+C to escape it. Update: I guess I finally found a responsive peer because after rebooting my dev machine and re-running the command it finally completed naturally. However, it did not resolve the "Program inactive" error from issue #8 - so still looking for some guidance on that. |
Beta Was this translation helpful? Give feedback.
-
My propagation server seems to stop running periodically with the last log message being "Finalizing sync for store c7c0bc885b02531d42c72f11e90be6a22f76ac7d467acbfae76bc02d2221c352...". I've observed this happening twice so far in the past 24 hours. Restarting the service resolves the issue - but it seems to reoccur several hours later. Not sure if this is a node discovery or node communication issue. If I can provide more details just let me know what you need. |
Beta Was this translation helpful? Give feedback.
-
Gateway timeout on this route sometimes : /chia.<STORE_ID>
|
Beta Was this translation helpful? Give feedback.
-
Restarting / Updating the Chia node appears to affect DIG services, particularly the payout process. |
Beta Was this translation helpful? Give feedback.
-
EDIT: Locked this conversation, please move individual items/questions to their own thread. Thank you!
Will keep a running list of bugs found. If something was marked as "patched" you will need to pull the updates and retry the installer to get the update.
The command to get the latest updates:
Navigate to the chia-dig-node repo
run
git pull
The issue was the result of a null WORKING_DIR in the install.sh file, this has been patched
in install.sh, invalid regex expression - this has been patched
Cant run install.sh
To fix make sure to run
sudo chmod +x ./install.sh
This is missing from the documentation. Will post here when its updated.
Install file incorrectly says to install docker desktop when it should just be docker for linux: https://wiki.crowncloud.net/?How_to_Install_and_use_Docker_Compose_on_Ubuntu_24_04 this has been patched
Beta Was this translation helpful? Give feedback.
All reactions