-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zeronet fault #2850
Comments
Are you running it on android? |
Yes I am running it on android |
I don't think it would work with termux. But they have an android app. You could check it out |
you can make it work on termux. but this (non-fork) version is very old and has significant issues |
The windows version has the same issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[14:07:18] PluginManager Plugin AnnounceBitTorrent load error: ModuleNotFoundError: No module named 'bencode' in PluginManager.py line 138 > AnnounceBitTorrent/init.py line 1 > AnnounceBitTorrent/AnnounceBitTorrentPlugin.py line 6
[14:07:18] PluginManager Plugin Bigfile load error: ModuleNotFoundError: No module named 'merkletools' in PluginManager.py line 138 > Bigfile/init.py line 1 > Bigfile/BigfilePlugin.py line 20
[14:07:18] - Libsecp256k1 load failed: No module named 'coincurve', try to load OpenSSL
[14:07:18] - OpenSSL load failed: No module named 'bitcoin', falling back to slow bitcoin verify
[14:07:18] - Version: 0.7.0 r4206, Python 3.11.9 (main, Aug 13 2024, 13:46:46) [Clang 18.0.1 (https://android.googlesource.com/toolchain/llvm-project d8003a456, Gevent: 24.2.1
[14:07:18] - Unhandled exception: No module named 'socks'
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/opt/zeronet/zeronet.py", line 17, in main
main.start() File "/data/data/com.termux/files/usr/opt/zeronet/src/main.py", line 537, in start
actions.call(config.action, action_kwargs)
File "/data/data/com.termux/files/usr/opt/zeronet/src/main.py", line 121, in call
back = func(**kwargs)
^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/opt/zeronet/src/main.py", line 128, in main
from File import FileServer
File "/data/data/com.termux/files/usr/opt/zeronet/src/File/init.py", line 1, in
from .FileServer import FileServer File "/data/data/com.termux/files/usr/opt/zeronet/src/File/FileServer.py", line 16, in
from Connection import ConnectionServer
File "/data/data/com.termux/files/usr/opt/zeronet/src/Connection/init.py", line 1, in
from .ConnectionServer import ConnectionServer
File "/data/data/com.termux/files/usr/opt/zeronet/src/Connection/ConnectionServer.py", line 19, in
from Tor import TorManager File "/data/data/com.termux/files/usr/opt/zeronet/src/Tor/init.py", line 1, in
from .TorManager import TorManager File "/data/data/com.termux/files/usr/opt/zeronet/src/Tor/TorManager.py", line 17, in
import socks
ModuleNotFoundError: No module named 'socks'
The text was updated successfully, but these errors were encountered: