Replies: 1 comment
-
I'm sure log information is going to point to Amazon being at fault by restricting/throttling requests to the undocumented API thus forcing exponential backoff in retrying GET/POST requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
no matter if I call this:
action: media_player.play_media data: media_content_id: My Routine # Routine name in Alexa app, this is set to play on All Speakers media_content_type: routine target: entity_id: media_player.mydevice # need to select a default player
or
data: media_content_id: shuffle Playlist MyPlaylistName media_content_type: APPLE_MUSIC
It always takes at least 3-4s until the echo device reacts on this command and then of course it also takes a few seconds until the echo device plays the music. For the second part it is up to Alexa of course, but how to improve the long delay after sending a command to the echo device and until it receives the command?
Beta Was this translation helpful? Give feedback.
All reactions