You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the endpoint /helix/streams/followed?user_id=<id> using the account id of a user who does not follow any channel, the api returns 500, this case is not handled
How to reproduce
Call the api /helix/streams/followed?user_id= for a user who doesn't follow any channels
Or simply run this on bash:
https -A bearer -a <your access_token> https://api.twitch.tv/helix/streams/followed\?user_id\=<your id account> \
Client-Id:<your client id>
Expected behavior
It is expected that even if the user is not following any channels, the API will handle this case and return an appropriate message.
Screenshots
The text was updated successfully, but these errors were encountered:
Brief description
When calling the endpoint /helix/streams/followed?user_id=<id> using the account id of a user who does not follow any channel, the api returns 500, this case is not handled
How to reproduce
Call the api /helix/streams/followed?user_id= for a user who doesn't follow any channels
Or simply run this on bash:
Expected behavior
It is expected that even if the user is not following any channels, the API will handle this case and return an appropriate message.
Screenshots
The text was updated successfully, but these errors were encountered: