Whenever the volume of an Echo device changes, the integration logs a Forbidden (403) authentication error. This happens while the system tries to fetch the history data from the German Amazon endpoint.
All media players and event entities don‘t update anymore.
2026-06-07 20:03:38.780 ERROR (MainThread) [aioamazondevices] Error processing push event type <PUSH_VOLUME_CHANGE>: {'dopplerId': {'deviceSerialNumber': 'G0911B0594450HGJ', 'deviceType': 'A4ZP7ZC4PI6TO'}, 'volumeSetting': 20, 'isMuted': False, 'destinationUserId': 'A3LI55TIFQM1J'}
File "/usr/local/lib/python3.14/site-packages/aioamazondevices/implementation/http2.py", line 412, in _handle_part
File "/usr/local/lib/python3.14/site-packages/aioamazondevices/api.py", line 288, in _http2_push_event_handler
File "/usr/local/lib/python3.14/site-packages/aioamazondevices/api.py", line 508, in _emit_history_event
File "/usr/local/lib/python3.14/site-packages/aioamazondevices/implementation/history.py", line 75, in get_vocal_history
File "/usr/local/lib/python3.14/site-packages/aioamazondevices/implementation/history.py", line 56, in _vocal_history_json
File "/usr/local/lib/python3.14/site-packages/aioamazondevices/http_wrapper.py", line 379, in session_request
aioamazondevices.exceptions.CannotAuthenticate: Forbidden
The problem
Whenever the volume of an Echo device changes, the integration logs a Forbidden (403) authentication error. This happens while the system tries to fetch the history data from the German Amazon endpoint.
All media players and event entities don‘t update anymore.
Steps to Reproduce:
What version of Home Assistant Core has the issue?
core-2026.6.1
What was the last working version of Home Assistant Core?
core-2026.5.4
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
Amazon Devices
Link to integration documentation on our website
https://www.home-assistant.io/integrations/alexa_devices/
Diagnostics information
home-assistant_alexa_devices_2026-06-07T18-20-20.488Z.log
Example YAML snippet
Anything in the logs that might be useful for us?
2026-06-07 20:03:38.780 ERROR (MainThread) [aioamazondevices] Error processing push event type <PUSH_VOLUME_CHANGE>: {'dopplerId': {'deviceSerialNumber': 'G0911B0594450HGJ', 'deviceType': 'A4ZP7ZC4PI6TO'}, 'volumeSetting': 20, 'isMuted': False, 'destinationUserId': 'A3LI55TIFQM1J'} File "/usr/local/lib/python3.14/site-packages/aioamazondevices/implementation/http2.py", line 412, in _handle_part File "/usr/local/lib/python3.14/site-packages/aioamazondevices/api.py", line 288, in _http2_push_event_handler File "/usr/local/lib/python3.14/site-packages/aioamazondevices/api.py", line 508, in _emit_history_event File "/usr/local/lib/python3.14/site-packages/aioamazondevices/implementation/history.py", line 75, in get_vocal_history File "/usr/local/lib/python3.14/site-packages/aioamazondevices/implementation/history.py", line 56, in _vocal_history_json File "/usr/local/lib/python3.14/site-packages/aioamazondevices/http_wrapper.py", line 379, in session_request aioamazondevices.exceptions.CannotAuthenticate: ForbiddenAdditional information
No response