I had a power outage this morning and although the Home Assistant VM did not crash (I have it on UPS and powered the server down), since restarting the HA VM I am now getting this error and all Echo devices are unavailable:
Logger: alexapy.helpers
Source: runner.py:154
First occurred: 10:19:42 (2 occurrences)
Last logged: 10:19:42
alexaapi.get_guard_details((<alexapy.alexalogin.AlexaLogin object at 0x7f3f342c5010>,), {}): An error occurred accessing AlexaAPI: An exception of type TypeError occurred. Arguments: ("'NoneType' object is not subscriptable",)
alexaapi.get_network_details((<alexapy.alexalogin.AlexaLogin object at 0x7f3f342c5010>,), {}): An error occurred accessing AlexaAPI: An exception of type TypeError occurred. Arguments: ("'NoneType' object is not subscriptable",)
It is not offering me to re-authenticate and I am at a loss as what to do.
Version Details:
There appears to be an issue with this. Check the Known Issues on the integration page " No Alexa devices or entities appear after successful login (2FA OK, no errors) #2934"
Hi everyone. I’ve been trying to use this to show an image to my echo show but this just does not work (the message part works but not the image) - does anyone know how to make this work? Thanks:
guys is TTS broken in AMP? It was working fine for a long while but a few weeks ago it stopped working for me. I wrote up a project that leverages it, and while the volume controls and such work fine, the TTS does not work at all.
Have you tried updating to the latest version of AMP? It was broken in the last couple of weeks due to a change on the Amazon end but the latest version (I think it’s 5.7.13) has been working for me for a few days now.
I’m running Version 5.7.13 at the moment. When I upgraded HA core to 2025.11.3 it immediately broke AMP. Anyone else see this? Any ideas on repair? Thanks…
All my devices showed ‘unavailable’ so after a few re-auth attempts I just tried removing and re-adding the Amazon account… AMP is dead it looks like since no devices are being pulled in now.
log shows…
Error fetching alexa_media data: Error communicating with API: object of type 'NoneType' has no len()
Logger: homeassistant.config_entries
Source: config_entries.py:975
First occurred: 09:52:55 (5 occurrences)
Last logged: 09:52:55
Error unloading entry amazon_us@<MY DOMAIN> - amazon.com for media_player
Error unloading entry amazon_us@<MY DOMAIN> - amazon.com for switch
Error unloading entry amazon_us@<MY DOMAIN> - amazon.com for sensor
Error unloading entry amazon_us@<MY DOMAIN> - amazon.com for light
Error unloading entry amazon_us@<MY DOMAIN> - amazon.com for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 975, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 487, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 228, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
Logger: custom_components.alexa_media
Source: helpers/update_coordinator.py:435
integration: Alexa Media Player ([documentation](https://github.com/alandtse/alexa_media_player/wiki), [issues](https://github.com/alandtse/alexa_media_player/issues))
First occurred: 09:53:02 (1 occurrence)
Last logged: 09:53:02
Error fetching alexa_media data: Error communicating with API: object of type 'NoneType' has no len()