Opened 14 years ago
Closed 14 years ago
#2224 closed bug (Duplicate)
Error when using 'Remove Torrent + Data' via WebUI
| Reported by: | CowboiBebop | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.6 |
| Component: | Core | Version: | 1.3-stable |
| Keywords: | Cc: |
Description
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).
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Milestone: | Future → 1.3.6 |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
This is essentially the same as #2205
Note:
See TracTickets
for help on using tickets.



Gazpachoking said to pop this other job in here as a reference; http://dev.deluge-torrent.org/ticket/2205