#2205: Exception after removing torrent
--------------------------+-------------------------------------------------
 Reporter:  gazpachoking  |       Owner:                        
     Type:  bug           |      Status:  new                   
 Priority:  minor         |   Milestone:  Future                
Component:  other         |     Version:  other (please specify)
 Keywords:                |  
--------------------------+-------------------------------------------------
 Unhandled exception can occur after removing a torrent:
 {{{
 Unhandled error in Deferred:
 Unhandled Error
 Traceback (most recent call last):
   File "C:\Python26\lib\site-packages\twisted\protocols\policies.py", line
 118, in dataReceived
     self.wrappedProtocol.dataReceived(data)
   File "C:\Users\Chase\pycharm projects\deluge\deluge\ui\client.py", line
 183, in dataReceived
     d.callback(request[2])
   File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line
 368, in callback
     self._startRunCallbacks(result)
   File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line
 464, in _startRunCallbacks
     self._runCallbacks()
 --- <exception caught here> ---
   File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line
 551, in _runCallbacks
     current.result = callback(current.result, *args, **kw)
   File "C:\Users\Chase\pycharm projects\deluge\deluge\ui\sessionproxy.py",
 line 191, in on_status
     return self.create_status_dict(torrent_ids, keys)
   File "C:\Users\Chase\pycharm projects\deluge\deluge\ui\sessionproxy.py",
 line 106, in create_status_dict
     sd[torrent_id] = dict([(x, y) for x, y in
 self.torrents[torrent_id][1].iteritems() if x in keys])
 exceptions.KeyError: '5ff038bbac132fe3b9b4e2f38293d548ed5b853d'
 }}}

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2205>
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 deluge-dev@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to