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
File "/usr/local/lib/python2.7/dist-packages/pyechonest-4.2.21-py2.7.egg/pyechonest/song.py", line 109, in get_audio_summary
self.cache['audio_summary'] = response['songs'][0]['audio_summary']
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Nice, thanks for the quick commit. I figured that it just needed to be wrapped in an if ... there was a similar error that I saw that was a KeyError because it was calling some key from a dict that wasn't there. I will post an issue with more details if I see it again.
Occasionally I am hitting this error:
File "/usr/local/lib/python2.7/dist-packages/pyechonest-4.2.21-py2.7.egg/pyechonest/song.py", line 109, in get_audio_summary
self.cache['audio_summary'] = response['songs'][0]['audio_summary']
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: