justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 379 forks source link

[Bug] Reworked /streams endpoint bugs out on client_id param #457

Closed moocat closed 8 years ago

moocat commented 8 years ago

So apparently after the /streams endpoint got recently rewritten it no longer takes a client_id parameter. It acts like "normal", but shows the stream as offline when it's really online.

With: https://api.twitch.tv/kraken/streams?channel=bobross&client_id=e35gnrxztsw5nocsje75p93hlq4hkkn Without: https://api.twitch.tv/kraken/streams?channel=bobross

Looks like this is a reoccurring bug, which broke again recently: https://github.com/justintv/Twitch-API/issues/69 https://github.com/justintv/Twitch-API/issues/281

FugiTech commented 8 years ago

As per the documentation, this is expected behavior and not a bug.