Custom Query (2447 matches)
Results (337 - 339 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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' |
|||
#1203 | WontFix | Error in Trac: "Browse Source" | ||
Description | ||||
#1204 | Fixed | gtkui doesn't show the torrents of a label/tracker | ||
Description |
I have activated the label plugin. /usr/local/lib/python2.6/dist-packages/deluge-1.2.900_dev-py2.6.egg/deluge/ui/gtkui/gtkui.py:167: Warning: g_set_prgname() called multiple times self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) (deluge-gtk:15501): libglade-WARNING **: could not look up stock id '_Add Torrent' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id '_Create Torrent' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id 'Quit & Shutdown Daemon' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id '_Connection Manager' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id 'Homepage' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id 'FAQ' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id 'Community' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id '_Expand All' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id '_Do Not Download' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id '_Normal Priority' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id '_High Priority' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id 'Hi_ghest Priority' (deluge-gtk:15501): libglade-WARNING **: could not look up stock id 'Add Peer' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.900_dev-py2.6.egg/deluge/ui/gtkui/torrentview.py", line 336, in send_status_request self.filter, status_keys).addCallback(self._on_get_torrents_status) File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.900_dev-py2.6.egg/deluge/ui/sessionproxy.py", line 215, in get_torrents_status to_fetch = find_torrents_to_fetch(filter_dict["id"]) KeyError: 'id' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.900_dev-py2.6.egg/deluge/ui/gtkui/torrentview.py", line 336, in send_status_request self.filter, status_keys).addCallback(self._on_get_torrents_status) File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.900_dev-py2.6.egg/deluge/ui/sessionproxy.py", line 215, in get_torrents_status to_fetch = find_torrents_to_fetch(filter_dict["id"]) KeyError: 'id' ..... |
Note:
See TracQuery
for help on using queries.