url = requests.get("http://api.twitch.tv/kraken/streams/sololineabuse")
print url
<Response [200]>
Sometimes I get response 200 and sometimes i get response 400. Never does it not give me a response error. I’m not sure how I would check the error. I’m using python.