#Alexa Media Player Down?
1 messages · Page 1 of 1 (latest)
Can you power off your alexa devices, wait a minute and power back on > and reboot your router.
Reboot Home Assistant and give it a while to sort itself out?
re-syncing can take a while
It works for me at least.
New user here. I’m unable to connect my Alexa devices - can’t login to AMP. Looking at the GitHub seems there’s an issue which I’m sure the developers will be working to get fixed. From what I can gather a change on the Amazon side has created the issue, hopefully it can be resolved swiftly.
Really appreciate all the work that gets done by developers for this community. It’s really incredible to see.
Both AMP and Alexa Devices are currently not working. This is because Amazon have made further changes to the API's that are being used and in particular the API for Authentication. In particular the url https://alexa.amazon.xxx/api/bootstrap ( where xxx is the regional domain) is no longer available.
The dev's for both are working on this and fixes will be out soon. I expect we will get an update for AMP first since that is installed via HACS. Whilst the fix for Alexa Devices will be in a future HA update as it is a core integration.
I cant reauthenticate to amazon, anymore!
Exactly, the bootstrap endpoint was being used for login and since that is no longer available the dev's have to use another endpoint.
There is a pull request for AMP which fixes this, so hopefully it will be merged soon - https://github.com/alandtse/alexa_media_player/pull/3096
Did you tried this fix? I wasn’t able to get this running. Maybe it’s also a problem having HA reachable only via https?
I haven't tried the Fix as it isn't easy to install (you need to install the alexapy library manually).