-
Notifications
You must be signed in to change notification settings - Fork 6
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
Helix Streams - Surprise Pagination! #2
Comments
|
+1 |
|
+1 |
|
Is this the same issue? |
This is expected and is valid. The change in cursor is due to an internal infrastructure change, however passing in the full value of We'll investigate if the IA cursor is expected with the infrastructure change. |
|
HLX-1316 |
|
Closing the loop, we've addressed the IA issue on this endpoint. If you're continuing to see this, please feel free to reopen this issue. If you continue to see other issues, please feel free to reopen an issue with more information. |
Brief description
The helix streams API is returning a pagination cursor in cases where it shouldn't.
Some example requests
https://discuss.dev.twitch.tv/t/get-streams-repeatedly-returning-cursor-ia/23348
This one is a recurrence of a issue that has happened before.
How to reproduce
Call the streams helix endpoint specifying a single user_id or login
Call when live:
https://api.twitch.tv/helix/streams?user_login=cohhcarnage
https://api.twitch.tv/helix/streams?user_id=30661033
Returns a pagination
Expected behavior
No pagination key to be present in the JSON output when pagination shouldn't occur
The text was updated successfully, but these errors were encountered: