Skip to content
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

Closed
breimers opened this issue Nov 8, 2019 · 3 comments
Closed

Comments

@breimers
Copy link

breimers commented Nov 8, 2019

Bug Report

Issue: Cannot download videos.

Command: concat -vod="123456789"

Expected: begins a Twitch video download.

Actual:

user@host:~$ concat -vod="482122315"
Contacting Twitch Server
Couldn't find quality: chunked
No available quality options found

Test video-ids: ["482122315", "7695281", "378008253", "473298056"]

Test Environments:

  • Docker-container (from python)
  • CircleCI (docker + ci utils)
  • Desktops (Pop_os!, Ubuntu)

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."}

@breimers breimers changed the title [Bug] No available quality options found [Bug] No available quality options found / This API has been removeed Nov 8, 2019
@breimers breimers changed the title [Bug] No available quality options found / This API has been removeed [Bug] No available quality options found / This API has been removed Nov 8, 2019
@ArneVogel
Copy link
Owner

I tried downloading the videos you mentioned and didn't encounter the problem you described. Can you try again?

@breimers
Copy link
Author

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.

@jtguibas
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants