twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
73 stars 6 forks source link

internal server error on invalid params #211

Open TroyKomodo opened 4 years ago

TroyKomodo commented 4 years ago

Brief description Helix sends back status code 500 on internal server error How to reproduce query https://api.twitch.tv/helix/subscriptions?broadcaster_id=121903137&after=null Expected behavior returns a 400 invalid request Screenshots image Additional context or questions

BarryCarlyon commented 4 years ago

Issue also occurs if you do something like

broadcaster_id=id&user_id=firstuser,seconduser&first=100
Xemdo commented 1 year ago

It also returns 500 when doing anything other than the pagination token. Possibly related to #480