Page 1 of 1

Deluge 1.10 error

Posted: Wed Jan 14, 2009 12:19 pm
by junxuan

Code: Select all

--Deluge Error--
NoCoreError : 'The core proxy is invalid.'
path : /connect
file : /var/lib/python-support/python2.5/deluge/ui/client.py in call, line 111

--Input--
<Storage {'other_uri': '', 'uri': 'http://localhost:58846', 'submit': 'Connect'}>

--Versions--
WebUi : 1.1.0r
Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49) 
[GCC 4.3.2]:

--Traceback--
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
    result = func()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
    func = lambda: handle(inp, fvars)
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
    return tocall(*([x and urllib.unquote(x) for x in args] + fna))
  File "/var/lib/python-support/python2.5/deluge/ui/webui/pages.py", line 321, in POST
    utils.daemon_connect(uri)
  File "/var/lib/python-support/python2.5/deluge/ui/webui/utils.py", line 199, in daemon_connect
    webui_plugin_manager.start()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/components.py", line 139, in start
    aclient.get_enabled_plugins(self._on_get_enabled_plugins)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call
    raise deluge.error.NoCoreError("The core proxy is invalid.")

this was the error message i got. Any help?

Re: Deluge 1.10 error

Posted: Wed Jan 14, 2009 1:32 pm
by johnnyg
are you running deluge in classic mode?
if you're not, you have to run the daemon: http://dev.deluge-torrent.org/wiki/Faq# ... tthedaemon