Page 1 of 1

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

Posted: Thu Jan 16, 2014 8:42 pm
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.

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

Posted: Thu Jan 16, 2014 11:55 pm
by Cas
Likely you are using different config locations for deluged and deluge-web

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

Posted: Fri Jan 17, 2014 12:10 am
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.

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

Posted: Fri Jan 17, 2014 6:59 pm
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.