Skip to content

Fix: login failure with qBittorrent 5.2+#211

Open
mtx33q wants to merge 1 commit into
jerrymakesjelly:masterfrom
mtx33q:master
Open

Fix: login failure with qBittorrent 5.2+#211
mtx33q wants to merge 1 commit into
jerrymakesjelly:masterfrom
mtx33q:master

Conversation

@mtx33q
Copy link
Copy Markdown

@mtx33q mtx33q commented May 18, 2026

This PR fixes a login issue in qBittorrent version 5.2 and above, where authentication would incorrectly fail due to changes in the API response behavior.

Starting with qBittorrent 5.2, the Web API was updated to return more detailed HTTP responses on successful login instead of a simple 200 OK status, this leads to errors such as:

autoremovetorrents.main ERROR: autoremovetorrents.exception.loginfailure.LoginFailure: The server returned HTTP 204.

fixes: #210

Fix broken login on qBittorrent 5.2+ caused by changes in the API response, in a backward-compatible way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

autoremovetorrents.exception.loginfailure.LoginFailure: The server returned HTTP 204.

2 participants