Discussion:
[Deluge] #3071: KeyError in core
Deluge
2017-06-22 10:29:34 UTC
Permalink
#3071: KeyError in core
-------------------+---------------------------
Reporter: Cas | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.0
Component: Core | Version: develop (git)
Keywords: |
-------------------+---------------------------
{{{
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>'
}}}

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3071>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Deluge
2017-06-22 10:30:17 UTC
Permalink
#3071: KeyError in core
--------------------+---------------------------
Reporter: Cas | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.0
Component: Core | Version: develop (git)
Resolution: | Keywords:
--------------------+---------------------------
Post by Deluge
{{{
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>'
}}}
New description:

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>'
}}}

--

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3071#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Deluge
2018-11-16 12:48:44 UTC
Permalink
#3071: KeyError in core
-------------------------+---------------------------
Reporter: Cas | Owner:
Type: bug | Status: closed
Priority: minor | Milestone: 2.0.0
Component: Core | Version: develop (git)
Resolution: WorksForMe | Keywords:
-------------------------+---------------------------
Changes (by Cas):

* status: new => closed
* resolution: => WorksForMe


Comment:

Not seen this for a while so closing

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3071#comment:3>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Loading...