dear all,
I updated to 2025.1.0 and I see the following errors in the logs now:
2025-01-04 11:25:46.226 WARNING (MainThread) [homeassistant.components.go2rtc.server] 11:25:45.871 ERR [rtsp] listen error="listen tcp 127.0.0.1:18554: bind: address already in use"
2025-01-04 11:25:46.226 WARNING (MainThread) [homeassistant.components.go2rtc.server] 11:25:45.874 ERR [api] listen error="listen tcp 127.0.0.1:11984: bind: address already in use"
2025-01-04 11:26:03.248 WARNING (MainThread) [homeassistant.setup] Setup of go2rtc is taking over 10 seconds.
2025-01-04 11:26:15.738 ERROR (MainThread) [homeassistant.components.go2rtc.server] Go2rtc server didn't start correctly
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 127, in _start
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 126, in _start
2025-01-04 11:26:15.744 WARNING (MainThread) [homeassistant.components.go2rtc.server] 11:25:45.871 INF go2rtc platform=linux/amd64 revision=dbe9e4a version=1.9.7
2025-01-04 11:26:15.744 WARNING (MainThread) [homeassistant.components.go2rtc.server] 11:25:45.871 INF config path=/tmp/go2rtc_xf1ef3l5.yaml
2025-01-04 11:26:15.744 WARNING (MainThread) [homeassistant.components.go2rtc.server] 11:25:45.871 ERR [rtsp] listen error="listen tcp 127.0.0.1:18554: bind: address already in use"
2025-01-04 11:26:15.744 WARNING (MainThread) [homeassistant.components.go2rtc.server] 11:25:45.872 INF [webrtc] listen addr=:18555/tcp
2025-01-04 11:26:15.745 WARNING (MainThread) [homeassistant.components.go2rtc.server] 11:25:45.874 ERR [api] listen error="listen tcp 127.0.0.1:11984: bind: address already in use"
2025-01-04 11:26:15.746 WARNING (MainThread) [homeassistant.components.go2rtc.server] exit with signal: terminated
2025-01-04 11:26:15.752 WARNING (MainThread) [homeassistant.components.go2rtc] Could not start go2rtc server
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 127, in _start
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 126, in _start
File "/usr/src/homeassistant/homeassistant/components/go2rtc/__init__.py", line 129, in async_setup
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 98, in start
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 133, in _start
raise Go2RTCServerStartError from err
homeassistant.components.go2rtc.server.Go2RTCServerStartError: Go2rtc server didn't start correctly
2025-01-04 11:26:15.760 ERROR (MainThread) [homeassistant.setup] Setup failed for 'go2rtc': Integration failed to initialize.
2025-01-04 11:26:15.762 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'default_config'. Setup failed for dependencies: ['go2rtc']
2025-01-04 11:26:15.763 ERROR (MainThread) [homeassistant.setup] Setup failed for 'default_config': Could not setup dependencies: go2rtc
The integration “Go2RTC” is not installed.
I have no idea what causes these entries.
Thanks for your help!