Hi – Completely new system by a completely new-to-HA user.
I got it up and running with no issues. Logged in. Connected a couple of SwitchBot temperature/humidity sensors. Created a new dashboard with one graph on it.
Everything was working as expected. That was several days ago.
Today the HA web page (http://homeassistant.local:8123/) would not load using my usual browser (Arc on a Mac). It says “This page isn’t working: homeassistant.local didn’t send any data.” Meanwhile, Safari and Firefox (same machine) seem to work fine.
I used Developer Tools -> Restart on one of the browsers that is working. It took longer than I expected (2-3 minutes?) but eventually reconnected and worked fine. However, my normal browser still does not. Just to be clear, my normal browser used to work.
Why? How do I fix this?
This also happened several days ago and then started working again – on it’s own as far as I can tell.
Logger: homeassistant.bootstrap
Source: bootstrap.py:741
First occurred: 10:50:56 AM (2 occurrences)
Last logged: 10:51:56 AM
Waiting on integrations to complete setup: {('upnp', '01JK8MV68FY9Z3VZ4BQGRE2TYW'): 137273.147333827}
This corresponds to when I was restarting HA, so I don’t think it’s relevant.
Looking at the raw logs, starting with the first entry for the day until now:
2025-02-07 02:53:47.645 ERROR (Thread-4) [pychromecast.socket_client] [Attic TV(192.168.1.6):8009] Failed to connect to service HostServiceInfo(host='192.168.1.6', port=8009), retrying in 5.0s
s6-rc: info: service legacy-services: stopping
[15:49:50] INFO: Home Assistant Core finish process exit code 0
[15:49:50] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2025-02-07 10:50:56.588 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('upnp', '01JK8MV68FY9Z3VZ4BQGRE2TYW'): 137273.147333827}
2025-02-07 10:51:56.636 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('upnp', '01JK8MV68FY9Z3VZ4BQGRE2TYW'): 137273.147333827}
Live
As far as I can tell, except for the first 2 or 3 lines (which don’t appear to be related to my browser issue) these log entries are all related to restarting HA. After restart, Safari and Firefox continued to connect successfully; Arc did not.
I have no experience with Arc, but I see it’s based on Chromium. Most Chromium based browsers have a “Developer Tools” option which shows great troubleshooting details on the Network tab. Try it on pages that give you problems and it will likely reveal some important clues.