Hey all,
today something strange happens. It was necessary to change the password of my Amazon account and to unlink all existing connections to it, due to an Amazon related problem. The hotline technician had recommended to do so. After this it was necessary to reconnect many stuff to get Alexa and so on running again. But one thing I had not thought of at all no longer works → my Nabu Casa Cloud!
I recognized, that the “Home Assistant Cloud” entry disappears from the configuration page. Further I found following in my notifications:
Logger: homeassistant.setup
Source: components/cloud/alexa_config.py:179
First occurred: 11:43:38 AM (1 occurrences)
Last logged: 11:43:38 AM
Error during setup of component cloud
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 254, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/cloud/__init__.py", line 233, in async_setup
await cloud.initialize()
File "/usr/local/lib/python3.9/site-packages/hass_nabucasa/__init__.py", line 275, in initialize
await self._start()
File "/usr/local/lib/python3.9/site-packages/hass_nabucasa/__init__.py", line 279, in _start
await self.client.cloud_started()
File "/usr/src/homeassistant/homeassistant/components/cloud/client.py", line 151, in cloud_started
await asyncio.gather(*(task(None) for task in tasks))
File "/usr/src/homeassistant/homeassistant/components/cloud/client.py", line 119, in enable_alexa
await aconf.async_enable_proactive_mode()
File "/usr/src/homeassistant/homeassistant/components/alexa/config.py", line 60, in async_enable_proactive_mode
await self._unsub_proactive_report
File "/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 31, in async_enable_proactive_mode
await smart_home_config.async_get_access_token()
File "/usr/src/homeassistant/homeassistant/components/cloud/alexa_config.py", line 179, in async_get_access_token
self._token = body["access_token"]
KeyError: 'access_token'
My HA instance works fine locally, but the remote UI via nabu casa do not:
Any idea how to fix the problem or how to resync the access token?