Jaffa / amazon-music

Provide programmatic access to Amazon Music/Prime Music's streaming service
Apache License 2.0
336 stars 67 forks source link

PlayAlbum Example not working #22

Open Alwiz79 opened 5 years ago

Alwiz79 commented 5 years ago
play-album.py B0170UQ0OC
Email: my-email-here
Amazon password:
Traceback (most recent call last):
  File "/home/pi/amazon-music-master/play-album.py", line 32, in <module>
    album = am.get_album(asin)
  File "/home/pi/amazon-music-master/amazonmusic.py", line 265, in get_album
    )['albumList'][0]
IndexError: list index out of range

Any idea what is happening here?

mkanet commented 4 years ago

I was going to open an issue like you did, but it looks like this amazon-music solution has been abandoned for some time.