Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#834 closed bug (Invalid)

Could not access web interface

Reported by: bigruslan@… Owned by: andar
Priority: major Milestone:
Component: Unknown Version: 1.1.0
Keywords: Cc:

Description

I was trying to access web interface typed the password and than that appeared

--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': '\xd0\xa1\xd0\xbe\xd0\xb5\xd0\xb4\xd0\xb8\xd0\xbd\xd0\xb8\xd1\x82\xd1\x8c\xd1\x81\xd1\x8f'}>

--Versions-- WebUi? : 1.1.3r 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.")

Change History (2)

comment:1 Changed 15 years ago by andar

  • Resolution set to invalid
  • Status changed from new to closed

Did you not have the daemon running prior to starting the webui?

comment:2 Changed 15 years ago by anonymous

  • Milestone 1.1.3 deleted

Milestone 1.1.3 deleted

Note: See TracTickets for help on using tickets.