Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (646 - 648 of 2449)

Ticket Resolution Summary Owner Reporter
#2829 Fixed Scheduler plugin cannot be disabled 5haffl
Description

Hi,

When trying to disable the Scheduler plugin via deluge-web, I get the following error message from deluged (deluged -L error):

[ERROR   ] 13:34:40 init:57 Unable to disable plugin!
[ERROR   ] 13:34:44 init:58 'PreferencesManager' object has no attribute 'do_config_set_func'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/plugins/init.py", line 55, in disable
    self.plugin.disable()
  File "/usr/lib/python2.7/dist-packages/deluge/plugins/Scheduler-0.2.egg/scheduler/core.py", line 114, in disable
    self.__apply_set_functions()
  File "/usr/lib/python2.7/dist-packages/deluge/plugins/Scheduler-0.2.egg/scheduler/core.py", line 130, in __apply_set_functions
    component.get("PreferencesManager").do_config_set_func(setting, core_config[setting])
AttributeError: 'PreferencesManager' object has no attribute 'do_config_set_func'

Therefore, the plugin cannot be disabled. I've already made a pull request for this bug, which can be solved simply by replacing do_config_set_func with session_set_setting in core.py (line 130) of the Scheduler plugin, according to the actual name of the method defined in core/preferencesmanager.py

#1789 Duplicate scheduler does not return to global settings of upload speed (at least) 89esX
Description

Scheduler works when going from green (global) to yellow (limited) settings but afterwards it never returns to global settings again (in my case - unlimited).

Settings effected: upload speed (I am not so sure if it effects download speed too)

This also happens if upload speed is _not_ unlimited (i.e. with any value).

Current workaround is to manually set upload speed to any value and then back to unlimited using bottom toolbar in web-ui.

#812 Fixed Saving outside /home folder doesnt work in WebUI andar skiffx
Description

Im running 1.3 freshly released, and never run previous versions. Just wanted to point out when you in a regular white themed webui trying to download a torrent, specifying download location any other folder outside /home/user, lets say /media/storagedrive, results in 'folder does not exist error', despite the fact that all permissions are set recursively as drwxrwxrwx.

This has to be tried in webui not running ajax, since ajax doesnt have an option to specify download location.

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