[BUG] /channels/:channel/videos breaks when offset > 1000

Description
The videos API returns a list of all recorded broadcasts and highlights. It is currently not possible to return any videos after 1099, which was working fine before. The _total field still shows values over 1099.

How to reproduce
Once the offset parameter exceeds 1000 the API returns ‘“videos”:null’.

Works as expected: https://api.twitch.tv/kraken/channels/elegyofgames/videos?limit=100&offset=1000
Returns null: https://api.twitch.tv/kraken/channels/elegyofgames/videos?limit=100&offset=1001

Thanks for this! I’ll forward it along to the team responsible for that API.

This still hasn’t been fixed. Now getting this response:

{"error":"Unprocessable Entity","status":422,"message":"Invalid value for offset: 1050"}

Yes, this is a known issue. I’ll let you know when it is fixed!

Thank you for the update.

Is there any update on this as the issue is still present?!

No update yet. I’ll let you know when it is fixed! :slight_smile:

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