Closed hashhar closed 7 years ago
It looks to be an issue with my internet connection. Sometimes the requests.get(url)
doesn't return a JSON header and instead returns an access denied page due to my college's internet which causes json.loads()
to choke.
Maybe you could check if r=requests.get(url).headers['content-type']
is application/json
or not.
PR welcome :smile:
@iCHAIT See the PR. Sorry for being so late. I totally forgot about this.
Fixed by #11
Rerunning the command goes okay but fails in the same manner but at a different percentage. I'll try running from source and report.