Code: Select all
[ERROR ][deluge.core.daemon_entry :1653] Unable to start deluged: 'unknown name in settings_pack: ignore_resume_timestamps'Code: Select all
[ERROR ][deluge.core.daemon_entry :1653] Unable to start deluged: 'unknown name in settings_pack: ignore_resume_timestamps'Code: Select all
File "/usr/lib/python3.14/site-packages/deluge/_libtorrent.py", line 22, in <module>
import deluge.libtorrent as lt
ModuleNotFoundError: No module named 'deluge.libtorrent'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.14/site-packages/deluge/_libtorrent.py", line 25, in <module>
import libtorrent as lt
ModuleNotFoundError: No module named 'libtorrent'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/deluged", line 8, in <module>
sys.exit(start_daemon())
~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/deluge/core/daemon_entry.py", line 87, in start_daemon
from deluge.core.daemon import is_daemon_running
File "/usr/lib/python3.14/site-packages/deluge/core/daemon.py", line 20, in <module>
from deluge.core.core import Core
File "/usr/lib/python3.14/site-packages/deluge/core/core.py", line 25, in <module>
from deluge._libtorrent import LT_VERSION, lt
File "/usr/lib/python3.14/site-packages/deluge/_libtorrent.py", line 27, in <module>
raise LibtorrentImportError('No libtorrent library found: %s' % (ex))
deluge.error.LibtorrentImportError: No libtorrent library found: No module named 'libtorrent'Code: Select all
[ERROR ][deluge.core.daemon_entry :1653] Unable to start deluged: module 'OpenSSL.crypto' has no attribute 'X509Req'Code: Select all
File "/usr/bin/deluged", line 8, in <module>
sys.exit(start_daemon())
~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/deluge/core/daemon_entry.py", line 87, in start_daemon
from deluge.core.daemon import is_daemon_running
File "/usr/lib/python3.14/site-packages/deluge/core/daemon.py", line 20, in <module>
from deluge.core.core import Core
File "/usr/lib/python3.14/site-packages/deluge/core/core.py", line 39, in <module>
from deluge.core.rpcserver import export
File "/usr/lib/python3.14/site-packages/deluge/core/rpcserver.py", line 29, in <module>
from deluge.crypto_utils import check_ssl_keys, get_context_factory
File "/usr/lib/python3.14/site-packages/deluge/crypto_utils.py", line 12, in <module>
from OpenSSL import crypto
ModuleNotFoundError: No module named 'OpenSSL'