-
Notifications
You must be signed in to change notification settings - Fork 33
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] No available quality options found / This API has been removed #59
Comments
I tried downloading the videos you mentioned and didn't encounter the problem you described. Can you try again? |
Confirm I am having the same issue on both my Desktop (Pop_Os!) and on a Kubernetes pod. I am using the latest release binary, as we don't have the pod(s) set up for Go. |
@breimers @ArneVogel I think this has something to do with the Twitch API going down once in a while. I've encountered this issue but it goes away after a few hours. |
Bug Report
Issue: Cannot download videos.
Command:
concat -vod="123456789"
Expected: begins a Twitch video download.
Actual:
Test video-ids:
["482122315", "7695281", "378008253", "473298056"]
Test Environments:
Other info:
I saw a similar issue with pytube when YouTube changed some of their back-end stream options. It is likely this is the result of a Twitch update, considering your app has been working great for the past few months.
I wondered if the API was broken so I tried this:
curl https://api.twitch.tv/api/vods/482122315/access_token?client_id=aokchnui2n8q38g0vezl9hq6htzy4c
And the repsonse was not great:
{"error":"Gone","status":410,"message":"this API has been removed."}
The text was updated successfully, but these errors were encountered: