gsteph / groove-dl

A Grooveshark song downloader in Python
http://gsteph.github.io/groove-dl/
120 stars 30 forks source link

ValueError: No JSON object could be decoded #34

Closed eerie closed 9 years ago

eerie commented 9 years ago

Executing grrove-dl I get this error:

Initializing... Traceback (most recent call last): File "/usr/share/groove-dl/groove.py", line 195, in getToken() #Get a static token File "/usr/share/groove-dl/groove.py", line 64, in getToken _token = json.JSONDecoder().decode(gzip.GzipFile(fileobj=(StringIO.StringIO(conn.getresponse().read()))).read())["result"] File "/usr/lib/python2.7/json/decoder.py", line 366, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded

gsteph commented 9 years ago

Grooveshark is shutdown. Haven't you heard?

eerie commented 9 years ago

sorry, I wasn't aware yet.