-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All play Amazon Music Playlist #3
Comments
hi, weren't there any changes concerning the playlist, radio and music track?
|
I do not understand your question |
for about a week no user can play a playlist, radio or music track. There is an error with no information, and it always plays the last media played. Does it still work for you or amazon to change a little thing? |
Radio stations using tunein direcly seems to be an issue on amazon side ... I do not know more errors until now ... but if it is "since a week" then it is most likely amazon issue |
Yes I suspected, but I wanted to confirm that you also had the problem to know if the problem came from amazon or from our plugin. Do you also have the problem with the playlists? |
Honestly: Me personally not (also not because I'm on vacation in denmark since a week ;-))) ) ... so "unconfirmed" from my side |
good it smells bad I reproduced the problem on https://alexa.amazon.fr/spa/index.html#player and I saw this message "It is no longer possible to browse the music of Amazon Music on browsers. To browse music from Amazon Music, download the latest version of the Alexa mobile app from the Appstore of your mobile operating system and go to the Play tab. " on an annex page |
command = "{"playlistId":"" + playListId + "","playQueuePrime":true}";
"POST",
alexaServer + "/api/cloudplayer/queue-and-play?deviceSerialNumber=" + device.serialNumber
+ "&deviceType=" + device.deviceType + "&mediaOwnerCustomerId="
+ device.deviceOwnerCustomerId + "&shuffle=false",
command
maybe without ,"playQueuePrime":true} ?!
The text was updated successfully, but these errors were encountered: