You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: Detected that custom integration 'hass_agent' calls hass.async_create_task from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt. For more information, see https://developers.home-assistant.io/docs/asyncio_thread_safety/#hassasync_create_task at custom_components/hass_agent/init.py, line 147: hass.async_create_task(handle_apis_changed(hass, entry, apis)). Please report it to the author of the 'hass_agent' custom integration.
I can't find the cause of this error, but it seems to be serious.
Started seeing this error as well, not sure how long it's been happening.
However I'm investigating as something keeps maxing out the RAM in the container, so I'm going to disable this one just in case.
Home Assistant now gives the next error:
RuntimeError: Detected that custom integration 'hass_agent' calls hass.async_create_task from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt. For more information, see https://developers.home-assistant.io/docs/asyncio_thread_safety/#hassasync_create_task at custom_components/hass_agent/init.py, line 147: hass.async_create_task(handle_apis_changed(hass, entry, apis)). Please report it to the author of the 'hass_agent' custom integration.
I can't find the cause of this error, but it seems to be serious.
Coreversion: 2024.6.1
Supervisor: 2024.06.0
Operating System: 12.3
Frontend: 20240605.0
Hass.Agent: 2022.14.0
The text was updated successfully, but these errors were encountered: