Im on Raspberry Pi 3. First i couldn’t update to 2026.4.0 from within the WebGUI. The update timed out every time. However from the cli, after logging in via SSH, the update worked. After the update, i restarted HA and now get the following error:
Logger: homeassistant.setup
Quelle: setup.py:278
Erstmals aufgetreten: 14:56:26 (2 Vorkommnisse)
Zuletzt protokolliert: 14:56:26
* Setup failed for 'go2rtc': Integration failed to initialize.
* Setup failed for 'default_config': Could not setup dependencies: go2rtc
It seems there is some timeout:
2026-04-03 14:56:26.193 ERROR (MainThread) [homeassistant.components.go2rtc.server] Go2rtc server didn't start correctly
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 223, in _start
await self._startup_complete.wait()
File "/usr/local/lib/python3.14/asyncio/locks.py", line 213, in wait
await fut
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 222, in _start
async with asyncio.timeout(_SETUP_TIMEOUT):
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__
raise TimeoutError from exc_val
TimeoutError
2026-04-03 14:56:26.210 WARNING (MainThread) [homeassistant.components.go2rtc] Could not start go2rtc server
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 223, in _start
await self._startup_complete.wait()
File "/usr/local/lib/python3.14/asyncio/locks.py", line 213, in wait
await fut
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 222, in _start
async with asyncio.timeout(_SETUP_TIMEOUT):
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/__init__.py", line 175, in async_setup
await server.start()
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 190, in start
await self._start()
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 229, in _start
raise Go2RTCServerStartError from err
homeassistant.components.go2rtc.server.Go2RTCServerStartError: Go2rtc server didn't start correctly
2026-04-03 14:56:26.229 ERROR (MainThread) [homeassistant.setup] Setup failed for 'go2rtc': Integration failed to initialize.
2026-04-03 14:56:26.230 ERROR (MainThread) [homeassistant] Error doing job: Unclosed client session (task: None)
2026-04-03 14:56:26.231 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'default_config'. Setup failed for dependencies: ['go2rtc']
2026-04-03 14:56:26.232 ERROR (MainThread) [homeassistant.setup] Setup failed for 'default_config': Could not setup dependencies: go2rtc
2026-04-03 15:28:26.574 ERROR (MainThread) [homeassistant.components.fritz.coordinator] Service/Action Error: cannot execute service WLANConfiguration with action GetInfo
Is there anything, i can do?