You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which returns successfully despite not having any results in "songs"
as a result, this initialization results in the following stack trace:
Traceback (most recent call last):
File "chordials.py", line 51, in <module>
s = song.Song('SOPEXHZ12873FD2AC7')
File "build/bdist.macosx-10.9-intel/egg/pyechonest/song.py", line 72, in __init__
File "build/bdist.macosx-10.9-intel/egg/pyechonest/proxies.py", line 153, in __init__
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
example from documentation:
s = song.Song('SOPEXHZ12873FD2AC7)'
calls this request: http://developer.echonest.com/api/v4/song/profile?api_key=&id=SOPEXHZ12873FD2AC7
which returns successfully despite not having any results in "songs"
as a result, this initialization results in the following stack trace:
The text was updated successfully, but these errors were encountered: