Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (430 - 432 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
#1223 Unnecessary DLLs on Windows ETZel
Description

These files probably should not be included in the Windows installation of Deluge:

  • POWRPROF.dll and MSIMG32.DLL are parts of Windows
  • win32ui.pyd module and it's dependency mfc90.dll are not used (and never should be)
  • freetype6.dll, libexpat-1.dll, libpng14-14.dll are parts of Windows Gtk+ runtime (without "Compatibility libs" option)
#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

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