[Solved] Deluge daemon not starting, cannot start from WebUI

General support for problems installing or using Deluge
Post Reply
hello_there
New User
New User
Posts: 3
Joined: Thu Jan 16, 2014 8:38 pm

[Solved] Deluge daemon not starting, cannot start from WebUI

Post by hello_there »

Hello There!

After my most recent update (last night, ArchLinux), deluge is not functioning correctly.

Previously i would log in via the web-client (localhost:8112), put in the password and everything worked. Now when i attempt to log in, the host is listed as offline.

When i run deluged -d an open my web browser to login, i'm greeted with the following error:

Code: Select all

ERROR   ] 10:21:14 rpcserver:265 Password does not match
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/core/rpcserver.py", line 259, in dispatch
    ret = component.get("AuthManager").authorize(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/deluge/core/authmanager.py", line 93, in authorize
    raise BadLoginError("Password does not match")
BadLoginError: Password does not match


I have tried deleting and recreating the .config/deluge folder, didnt help. I have also tried adding "username:password:10" to the auth file, this did not help either.

Any suggestions / help are welcome. Thank you.
Last edited by hello_there on Fri Jan 17, 2014 6:59 pm, edited 1 time in total.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge daemon not starting, cannot start from Web-UI.

Post by Cas »

Likely you are using different config locations for deluged and deluge-web
hello_there
New User
New User
Posts: 3
Joined: Thu Jan 16, 2014 8:38 pm

Re: Deluge daemon not starting, cannot start from Web-UI.

Post by hello_there »

Interesting. How would i go about figuring this out?

Does this happen with a particular update? The only change i made recently was "pacman -Syu". I noticed some python libs were updated, but nothing regarding deluge or libtorrent-rasterbar.

Thanks for the suggestion.
hello_there
New User
New User
Posts: 3
Joined: Thu Jan 16, 2014 8:38 pm

Re: [Solved] Deluge daemon not starting, cannot start from W

Post by hello_there »

Turns out I was an idiot. / Was 100% full due to old packages. After removing all old pacman packages, and a restart, deluge is running properly.
Post Reply