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
This turns out to be a tiny bit tricky, due to how FFZ and websocket-client handle the Origin Header - FFZ expects the Handshake's Origin header to be a) not set, b) be an empty String or c) be .twitch.tv
This can be worked around for now by setting the origin header to something.twitch.tv until you can omit the header or set it to an empty string with websocket-client ( see websocket-client/websocket-client#368 )
The text was updated successfully, but these errors were encountered:
This turns out to be a tiny bit tricky, due to how FFZ and websocket-client handle the Origin Header - FFZ expects the Handshake's Origin header to be a) not set, b) be an empty String or c) be
.twitch.tv
This can be worked around for now by setting the origin header to
something.twitch.tv
until you can omit the header or set it to an empty string with websocket-client ( see websocket-client/websocket-client#368 )The text was updated successfully, but these errors were encountered: