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

Get videos endpoint responds with empty list #598

Closed
kmrozek-shareablee opened this issue May 5, 2022 · 7 comments
Closed

Get videos endpoint responds with empty list #598

kmrozek-shareablee opened this issue May 5, 2022 · 7 comments
Labels
product: api API endpoints in the "helix" namespace ticketed Has been given an internal tracking ticket

Comments

@kmrozek-shareablee
Copy link

Brief description
When I request for the first 100 videos for a game, I get an empty list.

How to reproduce
Execute query with appropriate headers (Authorization, Client-ID):

curl -X GET https://api.twitch.tv/helix/videos?first=100&period=day&sort=time&game_id=GAME_ID

Expected behavior
It should return a list of videos in the format described here (https://dev.twitch.tv/docs/api/reference#get-videos), but the list is empty:

{
  "data": [],
  "pagination": {}
}

Screenshots
No

Additional context or questions

@kmrozek-shareablee kmrozek-shareablee added the product: api API endpoints in the "helix" namespace label May 5, 2022
@kmrozek-shareablee kmrozek-shareablee changed the title Get video endpoint responds with empty list Get videos endpoint responds with empty list May 5, 2022
@jbulava
Copy link
Member

jbulava commented May 5, 2022

It looks like this issue is specific to providing a game_id. Passing this along to be investigated, thanks.

Tracking on HLX-2520.

@jbulava jbulava added the ticketed Has been given an internal tracking ticket label May 5, 2022
@iProdigy
Copy link

iProdigy commented May 7, 2022

Tracking on HLX-2520.

yes, it's under investigation

@jbulava
Copy link
Member

jbulava commented May 11, 2022

This issue has been fixed. Videos are now returned once again when providing a game_id.

@jbulava jbulava closed this as completed May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: api API endpoints in the "helix" namespace ticketed Has been given an internal tracking ticket
Projects
None yet
Development

No branches or pull requests

4 participants
@jbulava @iProdigy @kmrozek-shareablee and others