Custom Query (2447 matches)
Results (7 - 9 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2735 | Duplicate | Blocklist plugin | ||
Description |
Unable to import blocklist. Pressing "force download and import" makes deluge unresponsive and causes crush. Been using it for a while without a single glitch, until latest 1.3.11 update. This is a very annoying bug. If "import blocklist at startup" is enabled it causes deluge to add torrents paused by default and i'm unable to download afterwards, start downloading button doesn't respond. Using latest stable version of deluge 1.3.11-1; libtorrent: 0.16.17.0; downloaded from official Manjaro-Linux repository. Operating system: Linux Mangaro 3.16.7.6-1-MANJARO #1 SMP PREEMPT Thu Feb 12 01:17:30 UTC 2015 x86_64 GNU/Linux. |
|||
#2829 | Fixed | Scheduler plugin cannot be disabled | ||
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) | ||
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. |