HelloZeroNet / HelloZeroNet/ZeroNet

Zeronet fault

Ouverte
#2,850 5 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
18.8k
Forks
2.3k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

- 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'

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Start with src/Tor/TorManager.py, where the reported startup traceback imports socks, and trace the startup path through src/main.py and src/File/FileServer.py. Check how the required Python modules are declared or installed, then verify that ZeroNet starts without the reported missing-module failures on the affected environment.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
python
Domaine
networking
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
28/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.