Opened 5 years ago

Last modified 2 years ago

#3302 new bug

Deluge tries to login with empty credentials

Reported by: jools Owned by:
Priority: major Milestone: Future
Component: Core Version: 1.3.15
Keywords: Cc:

Description

Login is handled in deluge/core/authmanager.py

I get the following error: [ERROR ] 15:05:52 rpcserver:268 Username does not exist Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 262, in dispatch

ret = component.get("AuthManager?").authorize(*args, kwargs)

File "/usr/lib/python2.7/dist-packages/deluge/core/authmanager.py", line 91, in authorize

raise BadLoginError?("Username does not exist")

BadLoginError?: Username does not exist

I logged the parameters to that function and it tries to login with empty user name and password. Probably needs a check in the code for that possibility.

Change History (2)

comment:1 Changed 5 years ago by jools

I also printed out the 'self.auth' dict and it contains the correct information.

comment:2 Changed 2 years ago by Cas

  • Milestone changed from 1.3.16 to Future

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.