Home assistant crash with system unreachable

i’ve recently experienced a crash of home assistant with this log

  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1146, in create_connection
    sock = await self._connect_sock(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
        exceptions, addrinfo, laddr_infos)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1045, in _connect_sock
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 641, in sock_connect
    return await fut
           ^^^^^^^^^
asyncio.exceptions.CancelledError: Home Assistant is stopping

does anyone know the possible reason?

It crashed!
I’m assuming network issues.
There should be more clues surrounding this error message, otherwise restart in safe mode and see if there are any apps or add-ons that are causing issues.
Are you up to date with all updates?
What was the last two things you changed?

yesterday i’ve modified a dashboard and installed this
i will try removing it

Sadly “Make your Home Assistant UI feel instantly responsive!” and “with automatic self-correction” may be a misnomer, especially as it hasn’t been updated in a few months. Raise an issue on GitHub if it is the culprit.

1 Like

I experienced another crash with an almost identical error but different py selector line (641)