-
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
Kraken API: streams endpoint - "language" query string parameter is ignored #66
Comments
|
Also refer to this forum post. It mentioned an issue with |
|
Languages works for clips but there is issues that started with this issue... Getting a lot of 500 error when using a cursor and a language from clip api "https://api.twitch.tv/kraken/clips/top"
This never happened before only started after this language bug, when a list ends or there is no more cursor to give the cursor return empty string "" |
|
This has been ticketed internally as VXL-822. |
|
Hello @jbulava, it seems, that also Switching to Helix it's not acceptable because:
It's there any ETA about fixing this issue? Thanks |
|
the query
only works for a single language as the doc says it suposed to be... tested for lives, vods and clips |
|
Hello, can confirm, it's working in my use-case. Thanks. |
|
Questions remains??? Is Will the 500 error from clips api be fixed? on the same issue? Because it persist, can't load more then 100 clips when using a language. |
Looks like it. What's really sad is that previously, multiple language codes could be specified by separating them with a comma, and now with the removal of the |
|
Hi everyone, I wanted to follow up with more details. The v5 changes related to To resolve the filtering issue reported here, the team deployed an update on March 30 that takes the |
language query string parameter is ignored
Brief description:
After recent (2020-02-21) changes to /streams#get-live-streams API endpoint,
languagequery string parameter is ignored and API returns unfiltered results.How to reproduce:
Expected behavior:
Return filtered result(s) by language.
Screenshots:
N/A
Additional context or questions:
The text was updated successfully, but these errors were encountered: