[Deluge] #3302: Deluge tries to login with empty credentials

5 views
Skip to first unread message

Deluge

unread,
Sep 6, 2019, 11:10:27 AM9/6/19
to delug...@googlegroups.com
#3302: Deluge tries to login with empty credentials
--------------------+-------------------
Reporter: jools | Type: bug
Status: new | Priority: major
Milestone: 1.3.16 | Component: Core
Version: 1.3.15 | Keywords:
--------------------+-------------------
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.

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3302>
Deluge <https://deluge-torrent.org/>
Deluge Project

Deluge

unread,
Sep 6, 2019, 11:13:05 AM9/6/19
to delug...@googlegroups.com
#3302: Deluge tries to login with empty credentials
--------------------+--------------------
Reporter: jools | Owner:

Type: bug | Status: new
Priority: major | Milestone: 1.3.16
Component: Core | Version: 1.3.15
Resolution: | Keywords:
--------------------+--------------------

Comment (by jools):

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

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3302#comment:1>

Reply all
Reply to author
Forward
0 new messages