-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] JSONDecodeError when attempting to download the chat of any twitch VOD #186
Comments
It finally happened :') Looks like they discontinued the I imagine every other tool that downloads Twitch chat is currently broken. Thanks for the report! I will fix ASAP |
Thanks for the update! Please keep us posted :) |
That should fix it 👍 Just running unit tests then will publish package. |
Published 👍 You can install using |
@xenova I see that you solved it by moving to gql endpoint. Is it pssible that twitch will close that endpoint as well, as they just closed the v5? And if so, would your package have another way of extracting the chat data? Wondering bc of future proof. Thanks for your work! |
@wordlebot-uxy While they may eventually decide to switch to another protocol, they have been slowly transitioning to GQL (GraphQL) over the past few years... so, I do not imagine that they will switch any time soon. That being said, if any breaking changes do come, I will be ready to fix them :) |
Got it, thanks! One more q: do they require you to use a token to communicate with that endpoint? If so, couldn't they just kill your token? |
The client id (token) that is used throughout the program (kimne78kx3ncx6brgo4mv6wki5h1ko) is public and is used for all unauthenticated users (you can test it out by opening an incognito tab and viewing the request that is sent). This token has been in use for many years, so, they shouldn't just kill it. If they do... it can just be replaced. |
Thanks a lot! You got a patreon or Ko-Fi or similar? |
No worries! 👍 I have a Ko-Fi: https://ko-fi.com/xenova 😊 |
Basic information
Describe the bug
JSONDecodeError when attempting to download the chat of any twitch VOD
Command/Code used
The text was updated successfully, but these errors were encountered: