Zeronet: BUG

Created on 13 Aug 2019  Â·  4Comments  Â·  Source: HelloZeroNet/ZeroNet

➜ ZeroNet git:(py3) python zeronet.py

  • Starting ZeroNet...
    [21:03:14] 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
    [21:03:14] 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
    [21:03:15] Db:Chart Table keyvalue outdated...version: False need: 1, rebuilding...
    [21:03:15] Db:Chart Table json outdated...version: 0 need: 1, rebuilding...
    [21:03:15] Db:Chart Table data outdated...version: 0 need: 2, rebuilding...
    [21:03:15] Db:Chart Table type outdated...version: 0 need: 1, rebuilding...
    [21:03:15] Db:Chart Table site outdated...version: 0 need: 1, rebuilding...
    [21:03:15] - Libsecp256k1 load failed: No module named 'coincurve', try to load OpenSSL
    [21:03:15] - OpenSSL load failed: No module named 'bitcoin', falling back to slow bitcoin verify
    [21:03:15] - Unhandled exception: No module named 'geventwebsocket'
    Traceback (most recent call last):
    File "zeronet.py", line 18, in main
    import main
    File "/home/hrsat/Trings/ZeroNet/src/main.py", line 63, in
    PluginManager.plugin_manager.loadPlugins()
    File "/home/hrsat/Trings/ZeroNet/src/Plugin/PluginManager.py", line 147, in loadPlugins
    func()
    File "/home/hrsat/Trings/ZeroNet/plugins/UiConfig/UiConfigPlugin.py", line 17, in importPluginnedClasses
    from Ui import UiWebsocket
    File "/home/hrsat/Trings/ZeroNet/src/Ui/__init__.py", line 1, in
    from .UiServer import UiServer
    File "/home/hrsat/Trings/ZeroNet/src/Ui/UiServer.py", line 10, in
    from geventwebsocket.handler import WebSocketHandler

ModuleNotFoundError: No module named 'geventwebsocket'

Please report it: https://github.com/HelloZeroNet/ZeroNet/issues/new?assignees=&labels=&template=bug-report.md

Most helpful comment

Have you installed ZeroNet correctly? It looks like if you're using ZeroNet from source, but you haven't installed the dependencies. Running python -m pip install -r requirements.txt from ZeroNet directory should work.

All 4 comments

Have you installed ZeroNet correctly? It looks like if you're using ZeroNet from source, but you haven't installed the dependencies. Running python -m pip install -r requirements.txt from ZeroNet directory should work.

I will try again. Thank you for help.!
And I lost the "user.json" file for a long time.
Anyone who know how to restore user identity without that file? 

It's impossible to recover the account unless you have at least a part of users.json.

@HelloZeroNet This issue can be closed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DaniellMesquita picture DaniellMesquita  Â·  3Comments

iShift picture iShift  Â·  3Comments

mkg20001 picture mkg20001  Â·  3Comments

ghost picture ghost  Â·  4Comments

DaniellMesquita picture DaniellMesquita  Â·  3Comments