Custom Query (2445 matches)
Results (118 - 120 of 2445)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2971 | Invalid | deluge-web and deluge-gtk refuse to connect to a daemon which has autoadd_enable set to true | krichter | |
Description |
If autoadd_enable is set to true in core.conf in deluged configuration, deluge-web doesn't connect to it any more. deluged starts as expected and adds all torrents in the auto-add directory. One has to guess when it's finished, stop it, edit the configuration file and start it in order to allow deluge-web to connect. deluge-web sets the value back to true at every start. There's no feedback in the GUI, console output or log files with log priority debug which indicates a severe misconception of feedback. |
|||
#2973 | Invalid | Better search function | jony0008 | |
Description |
Hi, I hope deluge could get a better search function. I would like that all searches matches would be shown in one window. For example, the search matches could be shown in a new tab window? |
|||
#2976 | Fixed | error message while help command | block | |
Description |
When I run "help config max_active_limit" (or any other config parameter) in deluge-console the following error message pops up: global name 'usage' is not defined Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 344, in do_command ret = self._commands[cmd].handle(*args, **options.__dict__) File "/usr/lib/python2.7/dist-packages/deluge/ui/console/commands/help.py", line 53, in handle self.console.write(usage) NameError: global name 'usage' is not defined Version Information:
|