DanNixon / PlayMusicCL

A command line client for Google Play Music
Apache License 2.0
135 stars 21 forks source link

list index out of range... #20

Closed kareltucek closed 10 years ago

kareltucek commented 10 years ago

Installed today - both google music api and playmusiccl using pip. Got minimal .rc in my home folder with google user and device id. Result is here:

$ playmusiccl Traceback (most recent call last): File "/usr/local/bin/playmusiccl", line 9, in load_entry_point('playmusiccl==0.5.6', 'console_scripts', 'playmusiccl')() File "/usr/local/lib/python2.7/dist-packages/playmusiccl/init.py", line 7, in run main() File "/usr/local/lib/python2.7/dist-packages/playmusiccl/playmusiccl.py", line 731, in main config = get_config() File "/usr/local/lib/python2.7/dist-packages/playmusiccl/playmusiccl.py", line 688, in get_config for case in switch(data[0]): IndexError: list index out of range

DanNixon commented 10 years ago

Should be fixed and submitted to pip