Upgrade error 1.1.9 to 1.2.0rc3

General support for problems installing or using Deluge
Post Reply
machinehd
New User
New User
Posts: 3
Joined: Mon Nov 02, 2009 2:08 pm

Upgrade error 1.1.9 to 1.2.0rc3

Post by machinehd »

When trying to upgrade from version 1.1.9 to version 1.2.0rc3 I'm getting this error:

Code: Select all

BadLoginError: Username does not exist
--------------------------------------------------------------------------------
[ERROR   ] 12:05:24 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(deluge, deluge)
--------------------------------------------------------------------------------
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc3-py2.6.egg/deluge/core/rpcserver.py", line 245, in dispatch
    ret = component.get("AuthManager").authorize(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc3-py2.6.egg/deluge/core/authmanager.py", line 87, in authorize
    raise BadLoginError("Username does not exist")
It says that username dos not exist, but the username and password are default since 1.1.9 version. I never changed username or password.
All installation process occur without any problems. I've compiled from the source package.

With a clean installation, everything works fine! But I don't want lost my current downloads and my seed files :(

Regards.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Upgrade error 1.1.9 to 1.2.0rc3

Post by andar »

Try just deleting your ~/.config/deluge/auth file.
Post Reply