- changed status to open
-
assigned issue to
string indices must be integers
$ gsharkdown
Here I am looking for a song, and gets.
Traceback (most recent call last): File "./gsharkdown.py", line 526, in search_grooveshark search_thread.run() File "/usr/share/gsharkdown/lib/tfuncs.py", line 178, in run self.win.result.append([item['SongName'], TypeError: string indices must be integers
version 0.2.7-1
Comments (3)
-
-
@vladimir Kolev / vkolev
I will check if I can fix it asap, or I will add an info dialog explaining the problem
thanks
after prolonged use is such a mistake
Exception in thread Thread-53: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in bootstrap_inner self.run() File "/usr/share/gsharkdown/lib/tfuncs.py", line 100, in run play_url = playurls % (key["result"]["ip"], key["result"]["streamKey"]) TypeError: list indices must be integers, not str
-
- changed status to resolved
Should be fixed now for the searching in 4e2a1230b341
- Log in to comment
This is a problem that I'm currently working on. It's because somehow grooveshark blocks the requests from gSharkDown at some point, and after some time it works again.
I will check if I can fix it asap, or I will add an info dialog explaining the problem