My old NUC died so I got a new one and completely followed the guidelines for creating a Virtualbox VM. However, I get this error during the installation (on ha:8123)
[supervisor.host.sound] Updating PulseAudio information
2025-11-19 15:51:18.899 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2025-11-19 16:06:18.848 ERROR (MainThread) [supervisor.jobs] Unhandled exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 355, in _wait
await waiter
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 299, in wrapper
return await method(obj, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 423, in install
docker_image = await self.sys_docker.pull_image(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
)
^
File "/usr/src/supervisor/supervisor/docker/manager.py", line 440, in pull_image
async for e in self.images.pull(
...<7 lines>...
)
File "/usr/local/lib/python3.13/site-packages/aiodocker/images.py", line 145, in _handle_stream
async for item in json_stream_stream(response):
yield item
File "/usr/local/lib/python3.13/site-packages/aiodocker/jsonstream.py", line 25, in __anext__
data = yield from self._response.content.readline()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 360, in readline
return await self.readuntil()
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 394, in readuntil
await self._wait("readuntil")
File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 354, in _wait
with self._timer:
^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 713, in __exit__
raise asyncio.TimeoutError from exc_val
TimeoutError
2025-11-19 16:06:18.878 WARNING (MainThread) [supervisor.jobs] Removing incomplete job Pulling container image layer from job manager
2025-11-19 16:06:18.878 WARNING (MainThread) [supervisor.jobs] Removing incomplete job Pulling container image layer from job manager
2025-11-19 16:06:18.878 WARNING (MainThread) [supervisor.jobs] Removing incomplete job Pulling container image layer from job manager
2025-11-19 16:06:18.878 WARNING (MainThread) [supervisor.jobs] Removing incomplete job Pulling container image layer from job manager
2025-11-19 16:06:18.878 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
2025-11-19 16:06:48.883 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2025.11.2
2025-11-19 16:06:48.884 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2025.11.2.
And this just seems to keep repeating. Can anyone help me?