Skip to content

Prismarr v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:44

Fixed

  • qBittorrent 5.2+ integration broke, every data call returned 403 (#33). qBittorrent 5.2.0 renamed the WebUI session cookie from SID to QBT_SID_<port> (and added HttpOnly / SameSite). The login cookie extraction only matched SID=, so the client got no session and every authenticated GET/POST 403'd, while the connection test (which only checks the HTTP status) still showed "Connected". The cookie is now captured under whichever name qBit returns (SID or QBT_SID_<port>) and echoed back verbatim. Affected users on an unpatched build can stay on / roll back to qBittorrent 5.1.4 in the meantime.