Fail to login when password is empty.
Bricio opened this issue · 0 comments
Bricio commented
uTorrent
If your client only has username and a empty password configured the extension does not try to authenticate and returns "401
Unauthorized."
Example configuration:
This
torrent-control/src/lib/utorrent.js
Line 102 in 819d79a
should be
if (username || password)
Dont know if other programs accepts empty password, but uTorrent does.