As he wrote I am trying to install an assistant on a Raspberry Pi 5 8 GB but without succeeding as I do not install the addons at the time of the general installation. Supervisor No Internet Connection
Did you plug the Ethernet cable in ?
There have earlier been some posts about users trying to install the RPi4 image on a RPi5.
There should be a specific image for RPi5 somewhere, which might have specific drivers for hardware devices, like network chips.
If the image is correct, then post the output from the monitor.
Si l’ho fatto
Me lo puoi linkare?
If you use the Raspberry Pi installer then it should be in the list as Raspberry Pi 5 Home Assistant.
If you do not use that, then download it from GitHub.
Search for the latest keyword and then open the assets link under that to see the images.
There are two different ones for Raspberry Pi 5
[supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
[supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
[aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py”, line 452, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py”, line 543, in _handle
resp = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py”, line 114, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 189, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 205, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 272, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 283, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/utils.py”, line 63, in wrap_api
answer = await method(api, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/auth.py”, line 107, in list_users
ATTR_USERS: [
^
TypeError: ‘NoneType’ object is not iterable
[supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
if you have a monitor and keyboard attached to your pi5, enter these in the console
ha dns options --servers dns://1.1.1.1
ha dns restart
ha network info
and post the results here.
any update?
Maybe your IPv6 network is not configured correctly, but no idea how to deactivate IPv6 from CLI.
How can I move to make it work?
Old tread but posting to help others with same issue. I had the same error installing HA ver. 16 on my Pi 5 8 GB. Same issue with trying ver. 15.2. Here are the steps required to fix it for my setup. I re-installed it 4 times to try to narrow down what was required in my case and basically all these steps were required at least for my setup. (Monitor and keyboard required for the steps via the command line)
Symptom: Pi 5 has internet and is accessible via browser on port 8123 and 4357. Install never finishes, displays supervisor has no internet. Pi monitor banner page shows multiple IPV6 addresses. IPV4 address and gateway are correct.
Via the CLI:
net update end0 --ipv6-method disabled
net reload
host reboot
Check ‘banner’ for one IPV6 address
Check ‘net info’ for supervisor_internet: true
If true check the :4357 page to see if Health shows ‘Healthy’ yet
In my case I also had to use an old D-Link router configured behind my current router. Nothing special about the D-Link, it was the first thing I found in my shop. The main router has 57 other items connected including another Raspberry Pi all working perfectly. I don’t know why this old router with the second NAT makes it work but it does. This cleared the ‘supervisor internet: false’ error after a ‘host reboot’ and allows the download to start and the update install to complete. After the install completed I moved the Pi 5 back to my main network and it has worked through multiple reboots during several days use. It is using the same main network IP address, gateway, and DNS settings that wouldn’t work previously during the initial install that stalled. I’ll update if things change.
Mines doing this. Somethings jacked up with ipv6.
Mine started doing this and wheni checked it has the fe80 NIC as the gateway…
. Uh no HA I have a perfectly good internet routable IPV6 address there THATS the gateway!
I force installed 2025.7.2 and .3 manually (successfully) with HA core update targeting the version. Now I need to figure out why this gateway is jacked up. No turning off ipv6 is not an option and it’s literally been working this way for two years…
