ArneVogel / concat

Download your vods from twitch in the command line
https://www.arnevogel.com/standalone-concat-version/
GNU General Public License v3.0
205 stars 33 forks source link

[Bug] No available quality options found / This API has been removed #59

Closed breimers closed 4 years ago

breimers commented 4 years ago

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:

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

ArneVogel commented 4 years ago

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

breimers commented 4 years ago

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 commented 4 years ago

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