Unable to connect to websocket

Overnight last night, an issue started with the websocket. None of my automations ran so I checked HA. The mobile app was unable to connect, and I couldn’t get to the web interface from PC.

The mobile app shows the websocket stuck at Connecting, and eventually ends in a Disconnected state with error:

Error: The operation couldn't be completed. (Network.NWError error 0.)

I rebooted several times, checking in between. The NIC (enp0s3) doesn’t seem to be getting an IP, which I believe might be at least part of the problem. It should be pulling from my DHCP scope as there are available IPs in the pool.

Finally, after the 5th or 6th reboot, I’m now getting the following error in the cli:

Error returned from Supervisor: System is not ready with state: setup

Any ideas? I’m running HA in a VirtualBox docker. If a restore isn’t possible, can I back up my yaml files somehow given the restricted environment?

So your system has a Host OS running a VirtualBox VM. The VM is running an OS that us running Docker. you are then running HaOS in a Docker container??

I do not think that is a supported installation for HA.

No, I’m using the OVA from the Home Assistant website inside VirtualBox. It was built per directions.

OK I got confused because you mentioned Docker which is somewhat similar to VirtualBox.