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!
WebUI RPCError
Re: WebUI RPCError
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
I can used the incorrect instruction on installation? You couldn't show the working instruction on installation?!
Re: WebUI RPCError
Are you using an init script, if so make sure that webui and deluged users are identical.
Re: WebUI RPCError
I have written that all worked before the first reboot OS, more changed nothing users are identical
Re: WebUI RPCError
could you attach your init script and config please