Custom Query (2447 matches)
Results (178 - 180 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3581 | Fixed | AttributeError: module 'libtorrent' has no attribute 'add_torrent_params_flags_t' | ||
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) |
|||
#1938 | Fixed | AttributeError: 'NoneType' object has no attribute 'send_request' | ||
Description |
Found two bugs with the same AttributeError that need investigating. https://bugzilla.redhat.com/show_bug.cgi?id=666616 https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/756388 Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/menubar.py", line 256, in on_menuitem_quitdaemon_activate self.window.quit(shutdown=True) File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/mainwindow.py", line 163, in quit client.daemon.shutdown() File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 310, in call self.protocol.send_request(request) AttributeError: 'NoneType' object has no attribute 'send_request' |
|||
#1202 | Fixed | AttributeError: Torrent instance has no attribute 'state' | ||
Description |
deluge 1.2.3 + libtorrent 0.15 It shows, in log, this error several times: [ERROR ] 02:52:14 rpcserver:286 Exception calling RPC request: Torrent instance has no attribute 'state' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/rpcserver.py", line 281, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 430, in get_torrents_status status_dict[torrent_id] = self.get_torrent_status(torrent_id, keys) File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 412, in get_torrent_status status = self.torrentmanager[torrent_id].get_status(keys) File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/torrent.py", line 574, in get_status "state": self.state, AttributeError: Torrent instance has no attribute 'state' |
Note:
See TracQuery
for help on using queries.