Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (343 - 345 of 2449)

Ticket Resolution Summary Owner Reporter
#1222 Fixed Error when I change the folder in labels simonbcn
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
#1224 WorksForMe Deluge doesn't use the "share ratio limit" in general preferences simonbcn
Description

I explain this with images.
I have defined in Preferences > Queue:
http://img64.imageshack.us/img64/246/captura010411.png

I have added one torrent and this is its queue options:
http://img682.imageshack.us/img682/3804/captura020411.png

#1225 Fixed Deluge apply the queue preferences of label always simonbcn
Description

I explain this with images.
I have defined in Preferences > Queue:
http://img64.imageshack.us/img64/246/captura010411.png

And I have one label (series) with this queue preferences:
http://img89.imageshack.us/img89/246/captura010411.png

I add one torrent and this is its queue preferences:
http://img717.imageshack.us/img717/3804/captura020411.png
It's correct.

But I change its label from none to series and this is its queue preferences now:
http://img130.imageshack.us/img130/2378/captura030411.png

It's incorrect this behaviour.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.