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
A recent TikTok changed broke websocket connections that do not include version_code=180800 in the query parameters for the websocket url. This is breaking everyone's C# clients.
The library seems like it might be reusing the headers that it also uses for the web client which breaks with version_code in it (that was another bug we fixed recently).
A gross hack that fixes this that I confirmed on my end:
Another note, it appears that the required value depends on knowledge only know to eulerstream... so we probably should hold off on patching this until we know the full story/fix.
A recent TikTok changed broke websocket connections that do not include
version_code=180800
in the query parameters for the websocket url. This is breaking everyone's C# clients.The library seems like it might be reusing the headers that it also uses for the web client which breaks with version_code in it (that was another bug we fixed recently).
A gross hack that fixes this that I confirmed on my end:
I'm sure there is a better way to fix the code, but I'll leave it to ya'll @frankvHoof93
The text was updated successfully, but these errors were encountered: