Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 2449)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#3586 Upstream Support BEP #34 DNS Tracker Preferences daniel-baumann
Description

Hi,

in Debian we recieved a bug saying that it would be nice if deluge would support BEP #34: http://bittorrent.org/beps/bep_0034.html

(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683293)

Regards, Daniel

#3582 Fixed Console-UI prints deferred-object after commands mhertz
Description

As title, Console-UI always prints deferred object after every non-interactive command e.g.:

<Deferred at 0x7fdef49b2770 current result: None>

I narrowed culprit down to this commit: https://github.com/deluge-torrent/deluge/commit/ece31cf3cfb2ae277194f82bf35b45ea848f69c4, so started happening from release v2.10.

Meanwhile I posted on forum to just change line 16 of e.g. '/usr/lib/python3.10/site-packages/deluge/ui/console/init.py' from:

    return Console().start()

To:

    Console().start()

Thanks in advance!

#3581 Fixed AttributeError: module 'libtorrent' has no attribute 'add_torrent_params_flags_t' twdkeule
Description
~> /usr/bin/deluged -L debug
Traceback (most recent call last):
  File "/usr/bin/deluged", line 33, in <module>
    sys.exit(load_entry_point('deluge==2.1.1', 'gui_scripts', 'deluged')())
  File "/usr/lib/python3/dist-packages/deluge/core/daemon_entry.py", line 87, in start_daemon
    from deluge.core.daemon import is_daemon_running
  File "/usr/lib/python3/dist-packages/deluge/core/daemon.py", line 19, in <module>
    from deluge.core.core import Core
  File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 41, in <module>
    from deluge.core.torrentmanager import TorrentManager
  File "/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py", line 53, in <module>
    lt.add_torrent_params_flags_t.flag_paused
AttributeError: module 'libtorrent' has no attribute 'add_torrent_params_flags_t'

Installed versions:

deluge-common/jammy,now 2.1.1-0~202207101304~ubuntu22.04.1 all [installed,automatic]
  Deluge Common Files

deluge-web/jammy,now 2.1.1-0~202207101304~ubuntu22.04.1 all [installed]
  Deluge Web UI

deluged/jammy,now 2.1.1-0~202207101304~ubuntu22.04.1 all [installed]
  Deluge Daemon (deluged)

libtorrent-rasterbar2.0/jammy,now 2.0.8.git20221114.64817e0e87-1ppa1~22.04 amd64 [installed,automatic]
  C++ bittorrent library by Rasterbar Software

python3-libtorrent/jammy,now 2.0.8.git20221114.64817e0e87-1ppa1~22.04 amd64 [installed,automatic]
  Python bindings for libtorrent-rasterbar (Python 3)
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.