Opened 8 years ago

Closed 6 years ago

#3071 closed bug (WorksForMe)

KeyError in core

Reported by: Calum Owned by:
Priority: minor Milestone: 2.0.0
Component: Core Version: develop
Keywords: Cc:

Description (last modified by Calum)

Likely due to getting status on removed torrent

Traceback (most recent call last):
  File "/home/ubuntu/deluge.git/deluge/core/core.py", line 577, in create_torrent_status
    status = self.torrentmanager[torrent_id].get_status(torrent_keys, diff, update=update, all_keys=all_keys)
  File "/home/ubuntu/deluge.git/deluge/core/torrentmanager.py", line 256, in __getitem__
    return self.torrents[torrent_id]
KeyError: u'<torrent_id>'

Change History (3)

comment:1 by Calum, 8 years ago

Description: modified (diff)

comment:2 by Calum, 7 years ago

Milestone: 2.02.0.0

Milestone renamed

comment:3 by Calum, 6 years ago

Resolution: WorksForMe
Status: newclosed

Not seen this for a while so closing

Note: See TracTickets for help on using tickets.