[Bug] Twitch API: Get Videos

Hello,

I have a small app that is collecting the video details by game id from Twitch on daily basis. I notice that endpoint isn’t returning anything for last 12 hours(at least). Whenever I’m requesting the video by ‘user_id’ everything is fine, but the response by game_id is empty. Any clue?
Thanks in advance!

request:
url = ‘https://api.twitch.tv/helix/videos?game_id=21779#League of Legends
req = requests.get(url, headers = Headers)

response:
{‘data’: [], ‘pagination’: {}}

This seems to have been raised on the issue tracker

Hey mate,

ahh ok, thx for reply.

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