Lohrii Alo

Results 5 comments of Lohrii Alo

@eltonvs any chance sample app is ready?

Kindly update this in Readme doc about get_url() Could save countless hours for someone else, wasted mine today :-(

Still unable to authenticate, here's how i'm trying to use and the error I got ```python from amazonmusic import AmazonMusic import os amazon_music = AmazonMusic(credentials=['****', '*****']) station = amazon_music.create_station('A2FRGLRCG7IBYS') print('Playing...

Above error is when calling `music.amazon.com`. A different error if I change the endpoint to `music.amazon.in` ```python Traceback (most recent call last): File "/Users/users/PycharmProjects/AmazonMusic/getStationPlaylist.py", line 4, in amazon_music = AmazonMusic(credentials=['*******',...

On browser, when you go to `music.amazon.com`, it redirects to `https://www.amazon.in/ap/signin` Once logged in, goes to `music.amazon.in`