Problem with "thumbnail_url" endpoint Get Videos

Hi.

From yesterday, Get Videos “thumbnail_url” doesn’t work. After replacing template with dimensions server returns “404 Not Found”.

Template example: https://static-cdn.jtvnw.net/cf_vods/d2nvs31859zcd8/d1337cf0dccae5030a53_alexby11_37896653360_1437394491/thumb0-%{width}x%{height}.jpg

Anyone else has noticed it?

Best regards.

You need to replace {width} and {height} with the dimension of image you want

Yes, I do it, but, from yesterday, it doesn’t work…

Thanks.

Which video (the video ID) is this for?

The URL/Thumbnail may have updated and needs to be rechecked from the videos API

Are you also removing the % symbol preceding the {width} and {height} from the URL?

I spot checked somethings awry

Yes. I do it. Video ID: 612940879

URL example (after replace dimensions): https://static-cdn.jtvnw.net/cf_vods/d2nvs31859zcd8/d1337cf0dccae5030a53_alexby11_37896653360_1437394491/thumb0-1920x1080.jpg

It happens with all videos I try…

Yeah it should be

https://static-cdn.jtvnw.net/cf_vods/d2nvs31859zcd8/d1337cf0dccae5030a53_alexby11_37896653360_1437394491/thumb/thumb0-1920x1080.jpg

Somethings awry somewhere

Raised as a issue: https://github.com/twitchdev/issues/issues/102

Thank you very much.

Best regards.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.