#1034 closed bug (Fixed)
UI can not connect demon
| Reported by: | sciko | Owned by: | andar |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.2.0 |
| Component: | Core | Version: | 1.2.0 |
| Keywords: | Cc: |
Description
I use Ubuntu 9.04 and PPA (https://launchpad.net/~deluge-team/+archive/ppa) After update Deluge from 1.1.9 to 1.2.0_rc1, user interface (UI) can not connect demon (conky say that deluged work and download). If I press button "Start denom", deluge create error on terminal:
$ deluge
[ERROR ] 16:13:16 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, <my_password>
)
--------------------------------------------------------------------------------
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize
raise BadLoginError("Password does not match")
BadLoginError: Password does not match
--------------------------------------------------------------------------------
[ERROR ] 16:13:21 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, <my_password>
)
--------------------------------------------------------------------------------
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize
raise BadLoginError("Password does not match")
BadLoginError: Password does not match
--------------------------------------------------------------------------------
Consol UI say it too. I don't use WebUI.
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Hi, I had the same problem and I think I found a solution: I posted a new ticket (before realizing you already reported the problem) with a patch attached.
Here is the link: http://dev.deluge-torrent.org/ticket/1035
Bye
Giovanni
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I updated from ppa yesterday and now it fixed. Thanks all.
comment:4 by , 13 years ago
| Milestone: | → 1.2.0 |
|---|---|
| Version: | 1.2.0_rc1 → 1.2.0 |



I had a similar issue, it seems like old configs don't work. I did rm -rf .config/deluge and restarted deluge and all worked.