Unhandled console login error
An IRC user found that if they try to login to deluged (running as different user) they get the unhandled error below:
[ERROR ] 00:27:51 client:393 RPCError Message Received!
RPCRequest: daemon.login(localclient, xxxxxx)
File "deluge/core/rpcserver.py", line 259, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "deluge/core/authmanager.py", line 93, in authorize
raise BadLoginError("Password does not match")
BadLoginError: Password does not match
Might be worth adding a check for wrong password with localclient and add message about running deluged and deluge-console from different users.
Change History
(5)
Description: |
modified (diff)
|
Milestone renamed