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
When providing your own ClientSession for the client HTTPClient._init_session exits early and the Client-ID header will not be set on requests to Twitch, as it's set on the session instead of a per-request basis.
When providing your own
ClientSession
for the clientHTTPClient._init_session
exits early and theClient-ID
header will not be set on requests to Twitch, as it's set on the session instead of a per-request basis.TwitchIO/twitchio/http.py
Lines 395 to 404 in 44c93a9
The text was updated successfully, but these errors were encountered: