Closed andreshs1 closed 3 months ago
[Errno 98] error while attempting to bind on address ('0.0.0.0', 8123): address already in use
means that there is already an process listening on port 8123. Maybe you have started it twice? It is already running in background? You should check which process is listening on 8123 within your wsl
Thanks, after further investigation, I found write up from another user having the same issues as me, and he recommended adding
pip install git+https://github.com/boto/botocore
so I have done a full re-installation and add that package just before starting HASS and now works
I only need to know how to auto-start HASS whenever Windows starts up
Any ideas?
Cheers
I only need to know how to auto-start HASS whenever Windows starts up
Any ideas?
For this, you should try our Community Forum or join our Discord chat server. We use GitHub for tracking issues with Home Assistant Core itself, not for providing support 😉
Thanks! 👍
The problem
Hello there
I have installed the HA Core on Windows following the guidelines in the page:
When I reached the end of the steps and tried HASS I only get errors as below:
(homeassistant) homeassistant@MyPC://home/homeassistant/.homeassistant$ hass 2024-07-21 00:06:32.606 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8123: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8123): address already in use 2024-07-21 00:06:35.979 ERROR (SyncWorker_2) [homeassistant.util.package] Unable to install package aiodiscover==2.1.0: error: subprocess-exited-with-error Any ideas on what can I do to get it working?
Thanks in advance
What version of Home Assistant Core has the issue?
2024.7.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
https://www.home-assistant.io/installation/windows/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response