Custom Query (2447 matches)
Results (58 - 60 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3388 | Fixed | Failure to upload some torrents | ||
Description |
All the torrents I tried from archive.org fail to be uploaded with the web interface and URL download doesn't work either. Example torrent: https://archive.org/details/GBWAV6.65Universal (but all torrent I tried from archive.org, big or small, are failing) I see the following line in the deluge-web logs: [ERROR ][deluge.ui.web.json_api :218 ] Object of type bytes is not JSON serializable I haven't looked too close yet, but dumping the bencode structure of archive.org torrents show they put a lot more metadata than most other trackers. Deluge version: 2.0.4.dev23+g2f1c008a2-3/Python 3.8 (Archlinux) |
|||
#3387 | Fixed | create_plugin script references missing file | ||
Description |
This line references config.glade But it creates config.ui The result is your brand new plugin will fail to be correctly loaded. |
|||
#3386 | Fixed | ImportError: /home/deluge/.local/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: Undefined symbol "OPENSSL_no_config" | ||
Description |
Python 3.7 Traceback (most recent call last): File "/home/deluge/.local/bin/deluged", line 11, in <module> load_entry_point('deluge==2.0.4.dev0', 'console_scripts', 'deluged')() File "/home/deluge/.local/lib/python3.7/site-packages/deluge-2.0.4.dev0-py3.7.egg/deluge/core/daemon_entry.py", line 90, in start_daemon from deluge.core.daemon import is_daemon_running File "/home/deluge/.local/lib/python3.7/site-packages/deluge-2.0.4.dev0-py3.7.egg/deluge/core/daemon.py", line 22, in <module> from deluge.core.core import Core File "/home/deluge/.local/lib/python3.7/site-packages/deluge-2.0.4.dev0-py3.7.egg/deluge/core/core.py", line 42, in <module> from deluge.core.rpcserver import export File "/home/deluge/.local/lib/python3.7/site-packages/deluge-2.0.4.dev0-py3.7.egg/deluge/core/rpcserver.py", line 21, in <module> from OpenSSL import crypto File "/home/deluge/.local/lib/python3.7/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import crypto, SSL File "/home/deluge/.local/lib/python3.7/site-packages/OpenSSL/crypto.py", line 15, in <module> from OpenSSL._util import ( File "/home/deluge/.local/lib/python3.7/site-packages/OpenSSL/_util.py", line 6, in <module> from cryptography.hazmat.bindings.openssl.binding import Binding File "/home/deluge/.local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 16, in <module> from cryptography.hazmat.bindings._openssl import ffi, lib ImportError: /home/deluge/.local/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: Undefined symbol "OPENSSL_no_config" |