Opened 12 years ago

Last modified 7 years ago

#1978 new bug

Unhandled console login error

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

Description (last modified by Cas)

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 Changed 12 years ago by Cas

  • Description modified (diff)

comment:2 Changed 12 years ago by Cas

  • Milestone changed from 1.3.4 to 1.3.x

comment:3 Changed 9 years ago by Cas

  • Milestone changed from 1.3.x to 2.0.x

comment:4 Changed 8 years ago by bro

  • Cc bro added

comment:5 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.