Skip to content

fix: pin qbittorrent-api>=2026.5.1 for qBittorrent 5.x auth compat#37

Open
AlvaroEstradaDev wants to merge 3 commits into
itschasa:mainfrom
AlvaroEstradaDev:fix/qbittorrent-5x-auth-compat
Open

fix: pin qbittorrent-api>=2026.5.1 for qBittorrent 5.x auth compat#37
AlvaroEstradaDev wants to merge 3 commits into
itschasa:mainfrom
AlvaroEstradaDev:fix/qbittorrent-5x-auth-compat

Conversation

@AlvaroEstradaDev

Copy link
Copy Markdown

qBittorrent 5.x changed the login API response from body "Ok." (HTTP 200)
to empty body (HTTP 204) and renamed session cookie from SID to QBT_SID_.
The unpinned qbittorrent-api dependency could resolve to versions (e.g. 2025.7.0)
that fail on these changes, causing LoginFailed despite correct credentials.

Pin to >=2026.5.1 which handles both qBittorrent 4.x and 5.x auth flows.
Also improve the LoginFailed error message to hint at version compatibility.

AlvaroEstradaDev and others added 3 commits May 16, 2026 12:40
qBittorrent 5.x changed the login API response from body "Ok." (HTTP 200)
to empty body (HTTP 204) and renamed session cookie from SID to QBT_SID_<port>.
The unpinned qbittorrent-api dependency could resolve to versions (e.g. 2025.7.0)
that fail on these changes, causing LoginFailed despite correct credentials.

Pin to >=2026.5.1 which handles both qBittorrent 4.x and 5.x auth flows.
Also improve the LoginFailed error message to hint at version compatibility.
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.

1 participant