Opened 13 years ago

Last modified 7 years ago

#1978 new bug

Unhandled console login error

Reported by: Calum Owned by:
Priority: minor Milestone: 2.x
Component: Console UI Version: 1.3.3
Keywords: Cc: Bro

Description (last modified by Calum)

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)

comment:1 by Calum, 13 years ago

Description: modified (diff)

comment:2 by Calum, 13 years ago

Milestone: 1.3.41.3.x

comment:3 by Calum, 9 years ago

Milestone: 1.3.x2.0.x

comment:4 by Bro, 8 years ago

Cc: Bro added

comment:5 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.