#2224: Error when using 'Remove Torrent + Data' via WebUI
-------------------------+--------------------------------------------------
Reporter: CowboiBebop | Owner:
Type: bug | Status: new
Priority: minor | Milestone: Future
Component: core | Version: git 1.3-stable
Keywords: |
-------------------------+--------------------------------------------------
Not sure if its centralized to WebUI, but when I remove a Torrent and its
Data via the WebUI I get the following error:
{{{
--------------------------------------------------------------------------------
[ERROR ] 07:24:52 client:391 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest:
core.get_torrent_status(1623594fde7b797f740c0d4aa5elf01580f41e27,
[u'total_done', u'total_payload_download', u'total_uploaded',
u'total_payload_upload', u'next_announce', u'tracker_status',
u'num_pieces', u'piece_length', u'is_auto_managed', u'active_time',
u'seeding_time', u'seed_rank', u'queue', u'name', u'total_size', u'state',
u'progress', u'num_seeds', u'total_seeds', u'num_peers', u'total_peers',
u'download_payload_rate', u'upload_payload_rate', u'eta', u'ratio',
u'distributed_copies', u'is_auto_managed', u'time_added', u'tracker_host',
u'save_path', u'total_done', u'total_uploaded', u'max_download_speed',
u'max_upload_speed', u'seeds_peers_ratio'], True)
--------------------------------------------------------------------------------
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-
py2.7.egg/deluge/core/rpcserver.py", line 298, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-
py2.7.egg/deluge/core/core.py", line 422, in get_torrent_status
status = self.torrentmanager[torrent_id].get_status(keys, diff)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-
py2.7.egg/deluge/core/torrentmanager.py", line 278, in __getitem__
return self.torrents[torrent_id]
KeyError: 1623594fde7b797f740c0d4aa5elf01580f41e27
--------------------------------------------------------------------------------
}}}
Deluge 1.3-Stable (compiled from GIT) and Libtorrent AIO (1.1.0).
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2224>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.