Custom Query (2448 matches)
Results (7 - 9 of 2448)
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) |
|||
#3578 | Duplicate | Deluge tray icon not showing after closing | hypeitnow | |
Description |
Hi, I am currently using zorin os 16.2 with gnome 3.38.4-1ubuntu3+zorin1. The current flatpak verison of delure does not contain the functionality of saving icon to tray after closing nor the setting which should start app in tray. I also tried to install standard version from deluge ppa, but the outcome is the same. Are there any files I can provide? |