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
fix: enable unsafe cookie jar for IP-based qBittorrent hosts
aiohttp rejects session cookies by default when the host is an IP
literal. Detect whether QBITTORRENT_HOST is an IP address at startup
and, if so, create the ClientSession with CookieJar(unsafe=True).
Hostname-based connections are unaffected.
Made-with: Cursor
0 commit comments