dustinlakin / twitch-rb

Twitch API gem
MIT License
51 stars 28 forks source link

Followed streams not returning correct datas #13

Open catuss-a opened 8 years ago

catuss-a commented 8 years ago

Hi @dustinlakin

I had some strange values returned from this call :

client = Twitch.new access_token: '**********************'
JSON.parse(cient.followed_streams.to_json)

I actually even checked for a response 200 status and I'm still getting channel I haven't followed. It happens occasionally. I checked if the issue was something from your gem but apparently I cannot find anything but: Could the twitch API v2 be deprecated ?

Thanks for you time and your work! Axel

catuss-a commented 8 years ago

I posted the issue here

dustinlakin commented 8 years ago

Thanks @catuss-a

I took a look at the issue you posted on twitch's api issues. I appreciate you looking into it and posting more there, we can leave this issue here until we hear back on it.

Cheers! Dustin