Custom Query (2447 matches)
Results (364 - 366 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#712 | Fixed | Cannot enter pathname for label when connecting to remote daemon | ||
Description |
The input field for the label options contains a directory widget, which can't be used for non-local daemons. If one somehow manages to change the directory (for example by editing label.conf), an error appears. |
|||
#714 | Fixed | Torrents do not show after restart | ||
Description |
After having a fully working Deluge yesterday, it won't work today. No torrents show in the main window. The statusbar is updated correctly, and newly added torrents do show up (until you restart the client that is). Restarting deamon and/or client does not work. Removing client configuration files does not help either. Debug log attached |
|||
#715 | Fixed | NoCoreError : 'The core proxy is invalid.' | ||
Description |
when trying to connect to the deluge daemon from http://localhost:8112/ i get the following error message: --Deluge Error-- NoCoreError : 'The core proxy is invalid.' path : /connect file : /usr/lib/python2.5/site-packages/deluge/ui/client.py in call, line 111 --Input-- <Storage {'other_uri': '', 'uri': 'http://localhost:58846', 'submit': 'Connect'}> --Versions-- WebUi : 1.1.0-RC3r Python 2.5.2 (r252:60911, Oct 31 2008, 19:42:44) [GCC 4.1.2 (Gentoo 4.1.2 p1.1)]: --Traceback-- File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc result = func() File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda> func = lambda: handle(inp, fvars) File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle return tocall(*([x and urllib.unquote(x) for x in args] + fna)) File "/usr/lib/python2.5/site-packages/deluge/ui/webui/pages.py", line 321, in POST utils.daemon_connect(uri) File "/usr/lib/python2.5/site-packages/deluge/ui/webui/utils.py", line 199, in daemon_connect webui_plugin_manager.start() File "/usr/lib/python2.5/site-packages/deluge/ui/webui/components.py", line 139, in start aclient.get_enabled_plugins(self._on_get_enabled_plugins) File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 112, in call raise deluge.error.NoCoreError("The core proxy is invalid.") i run gentoo linux and deluge-1.1.0_rc3 the content of /etc/conf.d/deluged is: DELUGED_USER="root:root" DELUGEUI_START="true" DELUGEUI_OPTS="-u web" please let me know if other informations are needed. thanks. |