id summary reporter owner description type status priority milestone component version resolution keywords cc 715 NoCoreError : 'The core proxy is invalid.' qxtr01@… andar "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-- --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 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." bug closed major Unknown 1.1.0 Fixed