Ubuntu PPA Package Failure

General support for problems installing or using Deluge
cryptbeast

Re: Ubuntu PPA Package Failure

Post by cryptbeast »

I have the same problem as diablo_man. I've installed the new deluged package but still have no luck. GtkUI won't connect to the daemon, giving the following error message:

Code: Select all

--------------------------------------------------------------------------------
[ERROR   ] 15:34:35 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, 58e2747d0aeaf9d75802d98612e3d563a512d5c1
)
--------------------------------------------------------------------------------
  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
--------------------------------------------------------------------------------
It doesn't help that I have no idea what "password" it's talking about; deluged.log contains the same message. And I can't connect with webui either, as the port number mentioned in the FAQ doesn't work, launching deluged with "-u IP:PORT" doesn't work, launching it with "-u web" doesn't work, "-p PORT" doesn't work, "deluge --ui web" doesn't work, and I am all out of ideas. Halp?
zhus

Re: Ubuntu PPA Package Failure

Post by zhus »

Same problem, but I have deleted ~/.config/deluge/auth and gui can connect to daemon now.
btw, is it security hole on my desktop now?
I am not an only user on my desktop.
Apewall
Member
Member
Posts: 11
Joined: Sat Jul 11, 2009 8:17 pm

Re: Ubuntu PPA Package Failure

Post by Apewall »

Having the same problem as crypt

Code: Select all

    --------------------------------------------------------------------------------
[ERROR   ] 15:34:35 client:375 RPCError Message Received!

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
--------------------------------------------------------------------------------

gives red x on the daemon connection in GTKui and also in webui. Grays out all the options in both since it can't connect.
User avatar
silverdulcet
Member
Member
Posts: 41
Joined: Sat Jul 21, 2007 6:48 am
Contact:

Re: Ubuntu PPA Package Failure

Post by silverdulcet »

As zhus says:
Same problem, but I have deleted ~/.config/deluge/auth and gui can connect to daemon now.
You just have to close deluge, make sure deluged is not running, then delete the ~/.config/deluge/auth file. Then restart the deluge or just deluged so that a new one is created.
It doesn't help that I have no idea what "password" it's talking about; deluged.log contains the same message. And I can't connect with webui either, as the port number mentioned in the FAQ doesn't work, launching deluged with "-u IP:PORT" doesn't work, launching it with "-u web" doesn't work, "-p PORT" doesn't work, "deluge --ui web" doesn't work, and I am all out of ideas. Halp?
As for the webui or a remote gtkui connection you have to add a username and password to that same auth file as well as enable remote connections. See here for adding a username/password to the auth file.
http://dev.deluge-torrent.org/wiki/User ... entication
Post Reply