You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to start ZN and seeing no peers on dashboard zite, no trackers. Clicking Config link it says:
"1 configuration item value changed" which is:
saved and went to command line to exit and start, yet seen this:
[07:35:52] - Unhandled exception: ZeroDivisionError: division by zero in /greenlet.py line 908 > FileServer.py line 341
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 908, in gevent._gevent_cgreenlet.Greenlet.run
File "/root/zeronetx/core/src/File/FileServer.py", line 341, in announceSites
sleep = max(0, 60 * 20 / len(config.trackers) - taken)
ZeroDivisionError: division by zero
After next start, ZNX dashboard site still not connects:
UPDATE: the trackers i have tried to add as a workaround all failed per the log (not sure about acgn* one), but after i have added other trackers from my working ZN instance, it loaded main dashboard site and obtained additional working trackers & peers, so the tracker issue can be fixed by @canewsin by adding some working "bootstrap" trackers i guess, maybe automating it from https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt (remove empty lines) ?
Maybe even set mentioned Ngosang trackers URL as a source for new trackers (Zeronet will obtain these like if it is a Zeronet trackers file that is being produced by for example Syncronite ). Syncronite is automatically updated daily and it is ran by at least 2 people so it can be said it is decentralized source of a new trackers (to connect it one still needs trackers - obtained thanks to you to build Ngosang list URL into Zeronet as a trackers resource.
marek22k
pushed a commit
to marek22k/ZeroNet
that referenced
this issue
Oct 30, 2023
Step 1: Please describe your environment
# lsb_release -d;python3 --version;./ZeroNet.sh --version
Description: Debian GNU/Linux 11 (bullseye)
Python 3.9.2
Version: 0.8.5 r4625
Step 2: Describe the problem:
I was trying to start ZN and seeing no peers on dashboard zite, no trackers. Clicking Config link it says:
"1 configuration item value changed" which is:
It is empty. Even i did nothing since ZN start.
Screenshot:
https://i.postimg.cc/y8btcqXs/znx-trackers.webp
My zeronet.conf:
So i have manually inserted some trackers into that Trackers text area in /Config:
saved and went to command line to exit and start, yet seen this:
After next start, ZNX dashboard site still not connects:
debug.log here please
Fix this please and let me know if some detail or test is needed.
The text was updated successfully, but these errors were encountered: