Opened 15 years ago
Closed 15 years ago
#1222 closed defect (Fixed)
Error when I change the folder in labels
Reported by: | simonbcn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | Core | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
I am executing deluge in gdb (testing this ticket 1220) and, when I change the folder in labels, it shows several errors, but it changes the folder correctly.
[ERROR ] 20:41:33 rpcserver:299 Exception calling RPC request: u'a6d830d2942cf515ac353ee39c0f1b64785f89f1' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/rpcserver.py", line 294, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "build/bdist.linux-i686/egg/label/core.py", line 273, in set_options self._set_torrent_options(torrent_id , label_id) File "build/bdist.linux-i686/egg/label/core.py", line 202, in _set_torrent_options torrent = self.torrents[torrent_id] KeyError: u'a6d830d2942cf515ac353ee39c0f1b64785f89f1' [ERROR ] 20:41:41 rpcserver:299 Exception calling RPC request: u'ae59ce892a92c10c09f0749df24b4a2dcdd69115' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/rpcserver.py", line 294, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "build/bdist.linux-i686/egg/label/core.py", line 273, in set_options self._set_torrent_options(torrent_id , label_id) File "build/bdist.linux-i686/egg/label/core.py", line 202, in _set_torrent_options torrent = self.torrents[torrent_id] KeyError: u'ae59ce892a92c10c09f0749df24b4a2dcdd69115' [ERROR ] 20:41:55 rpcserver:299 Exception calling RPC request: u'491d1e12e54b2aaed95aeafa51c317aca56aca99' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/rpcserver.py", line 294, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "build/bdist.linux-i686/egg/label/core.py", line 273, in set_options self._set_torrent_options(torrent_id , label_id) File "build/bdist.linux-i686/egg/label/core.py", line 202, in _set_torrent_options torrent = self.torrents[torrent_id] KeyError: u'491d1e12e54b2aaed95aeafa51c317aca56aca99' [ERROR ] 20:42:40 rpcserver:299 Exception calling RPC request: u'2d84002cef74161e944dcde10bf53a5a83e89604' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/rpcserver.py", line 294, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "build/bdist.linux-i686/egg/label/core.py", line 273, in set_options self._set_torrent_options(torrent_id , label_id) File "build/bdist.linux-i686/egg/label/core.py", line 202, in _set_torrent_options torrent = self.torrents[torrent_id] KeyError: u'2d84002cef74161e944dcde10bf53a5a83e89604
Change History (1)
comment:1 by , 15 years ago
Milestone: | 1.4.0 → 1.3.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in master.