You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.