Just posted a question, but have no idea where i was posted. Hopefully it will be here in teh installation-directory. Here is my question again:
Hi
I have a RPi4, with 64-bit Linux. Following the tutorial at Raspberry Pi - Home Assistant
Installing the Home Assistant Core. The procedure works ok until the hass command. It says:
(homeassistant) homeassistant@raspberrypi:/srv/homeassistant $ hass
2022-10-31 20:51:33.279 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8123: [Errno 98] error while attempting to bind on address (’::’, 8123, 0, 0): address already in use
2022-10-31 20:51:33.281 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //home/homeassistant/.homeassistant/home-assistant_v2.db was shutdown cleanly
2022-10-31 20:51:33.314 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=2 from 2022-10-31 19:44:46.933512)
2022-10-31 20:51:36.308 WARNING (MainThread) [soco.events_asyncio] Could not bind to 192.168.1.129:1400: [Errno 98] Address already in use
2022-10-31 20:51:36.310 WARNING (MainThread) [soco.events_asyncio] Could not bind to 192.168.1.129:1401: [Errno 98] Address already in use
How can I solve this?
/Nils