Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2449)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#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)
#3566 Fixed deluge-web does not start anymore Paolo Giulio Pedroni
Description

$ /usr/bin/deluge-web -d -c /home/paolo/.config/deluge/ -p 8112 Traceback (most recent call last):

File "/usr/bin/deluge-web", line 8, in <module>

sys.exit(start())

File "/usr/lib/python3.10/site-packages/deluge/ui/web/init.py", line 6, in start

web.start()

File "/usr/lib/python3.10/site-packages/deluge/ui/web/web.py", line 71, in start

self.server = server.DelugeWeb(options=self.options)

File "/usr/lib/python3.10/site-packages/deluge/ui/web/server.py", line 685, in init

self.top_level.putChild(self.base.strip('/'), self.top_level)

File "/usr/lib/python3.10/site-packages/twisted/web/resource.py", line 234, in putChild

raise TypeError(f"Path segment must be bytes, but {path!r} is {type(path)}")

TypeError: Path segment must be bytes, but is <class 'str'>

This is after upgrading twisted to version 22.10.0 (last working version 22.08.0).

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.