Hello,
I’m not sure this can help but I ran into the same problem after updating to 2024.10.3.
My HA is running on debian (Supervised).
I get this in my home-assistant.log :
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py”, line 227, in async_handle
handler(self.hass, self, msg)
File “/usr/src/homeassistant/homeassistant/components/recorder/basic_websocket_api.py”, line 31, in ws_info
if instance := get_instance(hass):
^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/recorder.py”, line 76, in get_instance
return hass.data[DATA_INSTANCE]
~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: ‘recorder_instance’
I just rollback my last recorder configuration :
recorder:
db_url: !secret mysql_connect
db_max_retries: 20
purge_keep_days: 30
exclude:
entities:
- sensor.time
- sensor.date_time
# - device_tracker # This exclusion was rolled back