michidk / TwitchCSharp

Twitch C# Wrapper for the Twitch v3 REST API
Apache License 2.0
43 stars 12 forks source link

TopGames returning NULL #2

Closed RickTheHat closed 9 years ago

RickTheHat commented 9 years ago

Is anyone else having issues calling "Top Games"? Yesterday I was getting data back all the time while in development but today when I went back to testing, I get null every time. I wonder if Twitch banned my IP? Is there anyway to get error codes? I'm using the read only client so no access needed.

michidk commented 9 years ago

Thats strage... There should be a .Message or .Error Methode.. try writing the result into console. You could also try to make the request with https://www.hurl.it

RickTheHat commented 9 years ago

it was me, not you ... doh