-
Notifications
You must be signed in to change notification settings - Fork 278
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] Twitch Chat Download broken #859
Comments
Changed tcd package to fix broken twitch downloads (#859)
I was hoping in #860 this would be resolved but it turns out it's not a drop-in replacement. Worse, I'm not even sure TheDrHax's fork is functional, at least in my tests. This feature might just have to be disabled until we get a possible solution. One interesting product is TwitchDownloader. It's a GUI but there's a CLI version, and it has a chatdownload mode. Annoyingly it's different between x86 and ARM, we do already determine this in ffmpeg-fetch.sh. Wish the repo had consistent release files but sometimes a version drops with only the Windows CLI, for example. So some logic would have to exist there. I'll see what I can do. |
Decided to go ahead and try out my idea and it worked super well! #872 is up and fixes this issue :) |
Hey @Tzahi12345 Thank you for looking into it and fixing it another way! I will try it out with a new Docker Nightly build. |
No problem! I should've verified anyways :) I'll have to merge it before you can try it but I'll do that now |
Describe the bug
Enabling the Twitch Chat Download (automatically) in the settings or downloading a Twitch Video, opening it and try to download Twitch chat will result in errors in the logfiles
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Twitch Chat will be downloaded as well
Screenshots
Environment
Additional context
Here's the relevant snippets from the logfile:
If I had to guess I would say it's because that Twitch Chat Downloader that's being used is not maintained and Twitch changed the API to some degree as per the issues in the Repo https://github.com/PetterKraabol/Twitch-Chat-Downloader.
Migrating to a different version like TheDrHax's Fork could be a solution https://github.com/TheDrHax/Twitch-Chat-Downloader. I think this one is still working
Thanks for looking into it
The text was updated successfully, but these errors were encountered: