Opened 9 years ago
Closed 8 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 )
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 , 9 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 8 years ago
| Milestone: | 2.0 → 2.0.0 |
|---|
comment:3 by , 8 years ago
| Resolution: | → WorksForMe |
|---|---|
| Status: | new → closed |
Not seen this for a while so closing
Note:
See TracTickets
for help on using tickets.



Milestone renamed