What do I want?
I want to receive a list of videos by the categories. Feel free to check categories and video documentation.
The bug description.
I can`t receive a list of videos for some specific game_id param. Please feel free to check my video game_id_bug.mov - Google Drive
Steps to reproduce
- Check that API returns video items https://api.twitch.tv/helix/videos?game_id=7802&game_id=17988&game_id=74300&game_id=489294&game_id=492612&game_id=498566&game_id=504880&game_id=12988583&game_id=144106220&game_id=269774996&game_id=290961240&sort=views&type=highlight&first=100
- Make sure that {
“data”: [ has a video items ],
“pagination”: {“some value”}
} - add one more game_id=627823064 to the previous request
Actual result
The data doesn`t contain previous items. It becomes empty “data”: .
{
“data”: ,
“pagination”: {}
}
Expected result
The API response will be extended with items from the category by game_id=627823064
Could someone help me? Why does the API response become empty while adding game_id=627823064 or similar?