Page 1 of 1

WebUI RPCError

Posted: Thu Dec 09, 2010 6:13 pm
by NooBAsTiK
All greetings, I from Russia and badly talk in English! I have established Deluge on OS Ubuntu Server 10.10. It normally worked before the first reboot OS. After has rebooted OS webui doesn't join a demon, and gives out an error:
"[ERROR ] 22:33:54 client:393 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(, )
--------------------------------------------------------------------------------
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 259, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 87, in authorize
raise BadLoginError("Username does not exist")

BadLoginError: Username does not exist
--------------------------------------------------------------------------------"

Prompt as it to correct. For earlier thanks!

Re: WebUI RPCError

Posted: Fri Dec 10, 2010 12:20 pm
by NooBAsTiK
If to enter a command deluge-web that:

Code: Select all

"Traceback (most recent call last):
  File "/usr/bin/deluge-web", line 9, in <module>
    load_entry_point('deluge==1.3.0', 'console_scripts', 'deluge-web')()
  File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 138, in start
    web.start()
  File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 125, in start
    self.server.start()
  File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 660, in start
    self.start_normal()
  File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 668, in start_normal
    self.socket = reactor.listenTCP(self.port, self.site)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 419, in listenTCP
    p.startListening()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 855, in startListening
    raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:8112: [Errno 98]"

Re: WebUI RPCError

Posted: Fri Dec 10, 2010 1:09 pm
by NooBAsTiK
I can used the incorrect instruction on installation? You couldn't show the working instruction on installation?!

Re: WebUI RPCError

Posted: Fri Dec 10, 2010 4:46 pm
by Cas
Are you using an init script, if so make sure that webui and deluged users are identical.

Re: WebUI RPCError

Posted: Fri Dec 10, 2010 4:54 pm
by NooBAsTiK
I have written that all worked before the first reboot OS, more changed nothing users are identical

Re: WebUI RPCError

Posted: Fri Dec 10, 2010 5:32 pm
by Cas
could you attach your init script and config please