Custom Query (2447 matches)
Results (427 - 429 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1220 | WontFix | Deluge 1.2.3 doesn't work with libtorrent 0.15 | ||
Description |
Deluge 1.2.3 & libtorrent 0.15 compiled from sources It starts well but, after a while, it closes the daemon itself. No error in log! I hope that you will test well the version 1.3.0 with this libtorrent version to avoid this severe error. |
|||
#1221 | Fixed | 'Core' object has no attribute '_timer' | ||
Description |
[ERROR ] 19:53:04 init:50 Unable to enable plugin! [ERROR ] 19:53:04 init:51 'Core' object has no attribute '_timer' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/plugins/init.py", line 48, in enable self.plugin.enable() File "build/bdist.linux-i686/egg/freespace/core.py", line 76, in enable if not self._timer: AttributeError: 'Core' object has no attribute '_timer' The folder has the name deluge-1.2.1 but it's deluge git version. |
|||
#1222 | Fixed | Error when I change the folder in labels | ||
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 |
Note:
See TracQuery
for help on using queries.