Custom Query (2447 matches)
Results (28 - 30 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2827 | Fixed | Deluge Wont Start Windows | ||
Description |
2.0.0dev650 C:\Program Files (x86)\Deluge>deluge-debug 10:21:16.126 [ERROR ][deluge.ui.gtkui.gtkui:1198] ('__init__() takes exactly 7 arguments (1 given)', <class 'deluge.ui.gtkui.listview.ListViewColumnState'>, ( )) Traceback (most recent call last): File "deluge\ui\gtkui\gtkui.py", line 154, in run File "deluge\ui\gtkui\gtkui.py", line 223, in __init__ File "deluge\ui\gtkui\torrentview.py", line 230, in __init__ File "deluge\ui\gtkui\listview.py", line 135, in __init__ File "deluge\ui\gtkui\listview.py", line 280, in load_state File "deluge\ui\gtkui\common.py", line 264, in load_pickled_state_file TypeError: ('__init__() takes exactly 7 arguments (1 given)', <class 'deluge.ui. gtkui.listview.ListViewColumnState'>, ()) Traceback (most recent call last): File "<string>", line 6, in <module> File "__main__.py", line 128, in <module> File "__main__deluge-debug__.py", line 9, in <module> File "deluge\ui\ui_entry.py", line 96, in start_ui File "deluge\ui\gtkui\gtkui.py", line 160, in start File "deluge\common.py", line 1038, in run_profiled File "deluge\ui\gtkui\gtkui.py", line 154, in run File "deluge\ui\gtkui\gtkui.py", line 223, in __init__ File "deluge\ui\gtkui\torrentview.py", line 230, in __init__ File "deluge\ui\gtkui\listview.py", line 135, in __init__ File "deluge\ui\gtkui\listview.py", line 280, in load_state File "deluge\ui\gtkui\common.py", line 264, in load_pickled_state_file TypeError: ('__init__() takes exactly 7 arguments (1 given)', <class 'deluge.ui. gtkui.listview.ListViewColumnState'>, ()) |
|||
#2828 | Fixed | Missing imports after packaging | ||
Description |
with setuptools later then 18.8(reported by other packages see links going from 19.2 to 19.3+) E:\Program Files (x86)\Deluge>deluged-debug Traceback (most recent call last): File "<string>", line 6, in <module> File "__main__.py", line 128, in <module> File "__main__deluged-debug__.py", line 5, in <module> File "pkg_resources/__init__.py", line 68, in <module> File "pkg_resources/extern/__init__.py", line 60, in load_module ImportError: The 'packaging' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution. E:\Program Files (x86)\Deluge>deluge-debug Traceback (most recent call last): File "<string>", line 6, in <module> File "__main__.py", line 128, in <module> File "__main__deluge-debug__.py", line 5, in <module> File "pkg_resources/__init__.py", line 68, in <module> File "pkg_resources/extern/__init__.py", line 60, in load_module ImportError: The 'packaging' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution. |
|||
#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 |
Note:
See TracQuery
for help on using queries.