Skip to content
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

Open
DanielNewtonNoesges opened this issue Aug 19, 2024 · 5 comments
Open

Zeronet fault #2850

DanielNewtonNoesges opened this issue Aug 19, 2024 · 5 comments

Comments

@DanielNewtonNoesges
Copy link

  • Starting ZeroNet...
    [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'
@code-zer001
Copy link

Are you running it on android?

@DanielNewtonNoesges
Copy link
Author

Yes I am running it on android

@code-zer001
Copy link

I don't think it would work with termux. But they have an android app. You could check it out

@caryoscelus
Copy link
Contributor

you can make it work on termux. but this (non-fork) version is very old and has significant issues

@JackLongBow
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants