-
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
V5 clip api returns status 500 "Internal Server Error" #122
Comments
|
Calling
I got 95 clips, and the cursor of |
|
MTAw is a valid cursor, and a 95 result when requesting 100 doesn't means that "clips have ended", as one can add the a tag "game=" to same api and the cursor works and the first cursor is MTAw, also the api doesn't return 100 when 100 is requested when a game is used. example GTA 5 result of cursor
Now the length result of length
Now using the cursor "MTAw" the length result of length
so on so on using the tag But I must note that even when a game is added sometimes I see the 500 error. |
|
The issue of "not returning the quested As that limit issue doesn't affect my use as I account for it as this is not the only api that does this, so in a way I'm used to it, but if you guys wanna to work on it is a plus. |
|
I've also experienced this issue but it's sporadic. I'm requesting 10 clips at a time. |
|
Loading 10 at a time I manage to load 150 clips before getting error 500. But that is not close to the quantity of clips available as when I load a game I can go up to 1000 in a few games, and 10 at a time is waste of time, as 10 internet request will take more time then a single request for 100 clips. |
|
oddly replacing the language
I guess Twitch doesn't care for this problem at all, maybe that's how it always worked the error was always there no one notice before or if notice didn't care, after all I first inform this back in February and they never even acknowledge it as a issue yet. Anyway here is a workaround for |
|
Closing since v5 is no longer available. |
Brief description
As informed on issue #66
This api is not working properly since above issue was open.
After loading a page of 100 clips, one can't request more clips using the "cursor" when a language is set.
How to reproduce
Load the first "page" and filter just the cursor
Result
MTAwNow use the cursor
Result
nullTry again without the
jqfilter to see the error:Result
Expected behavior
The proper API result, that when no more content exist return a cursor="" or a empty cursor meaning last page was reached, any subsequent request just cause the api to return repetitive result starting again from top.
Screenshots
Doesn't applies.
Additional context or questions
Doesn't applies.
The text was updated successfully, but these errors were encountered: