Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 2447)

Ticket Resolution Summary Owner Reporter
#3388 Fixed Failure to upload some torrents mille337
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 awknaust
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" Jo
Description

Python 3.7
libtorrent 1.2.5
boost 1.72
FreeBSD 11.3-RELEASE-p7 (FreeNAS-11.3-U2 amd64) (Jail Type: Basejail)

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"
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.