Custom Query (2447 matches)
Results (343 - 345 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#717 | Invalid | No difference between "0" and "-1" | ||
Description |
Some of the settings up upload and download suggest that "-1" would be unlimited and yet when I set the value to "0" it seems to do the same thing. Is this a bug? I'm speaking specifically about the "Upload Slots" and "Upload Bandwidth" which both suggest that setting "-1" would be unlimited, but when I set these to "0" they do the same thing. If this is not a bug, then I wonder why we have "-1" to set at all then. Please let me know because there are times that I would like to set to "0" meaning NONE and times I would like to set to "-1" meaning UNLIMITED. This is running on FreeBSD 7.0 using the ports version 0.5.9.3 gtkui. Thank you for your time! -tim |
|||
#719 | Fixed | RFE: Display country names when flags are not installed | ||
Description |
Well, by the bug report https://bugzilla.redhat.com/show_bug.cgi?id=479265 on Fedora all national flags are removed from deluge. While I don't know if the reason on the bug to remove national flags is persuasive or not, I appreciate it if deluge shows country names if national flags are not installed (because I loved to see national flags!) I tried to write a patch against deluge 1.1.0 to make deluge display country strings when national flags are not installed. The problem is that currently I don't know better way to tell setup.py not to install national flags when requested. I would appreciate it if you would apply my patch (with modified if needed), thanks. |