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.