justintv / Twitch-API

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

search/streams keeps returning 0 result #495

Closed ebongso closed 8 years ago

ebongso commented 8 years ago

Hello, I haven't been able to get any results from the search/streams endpoint since yesterday (2/2). It had been working fine up until Feb 1st. I tried https://api.twitch.tv/kraken/search/streams?q=starcraft with and without client_id. They both return 0 result.

{
  "_total":0,
  "_links":
  {
    "self":"https://api.twitch.tv/kraken/search/streams?limit=10&offset=0&q=starcraft",
    "next":"https://api.twitch.tv/kraken/search/streams?limit=10&offset=10&q=starcraft"
  },
  "streams":[]}

Any help is appreciated. Thank you.

FugiTech commented 8 years ago

This should be fixed now, thank you for your report!

arnoldsandoval commented 8 years ago

Sorry to comment on a closed issue, but this still appears to be happening for me. Should I open a new issue?