core: Supervisor integration fails to load
The problem
Both on 2023.4.0b0 and 0b2
What version of Home Assistant Core has the issue?
Home Assistant 2023.4.0b2
What was the last working version of Home Assistant Core?
Home Assistant 2023.3.1
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
Supervisor
Link to integration documentation on our website
https://www.home-assistant.io/integrations/hassio/
Diagnostics information
home-assistant_2023-03-31T03-41-45.513Z.log
Example YAML snippet
No response
Anything in the logs that might be useful for us?
I uploaded the log under diagnostic data
Additional information
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 65 (1 by maintainers)
I used a new installation of 2023.4, and I still have this problem. kvm version haos.
Indeed, edit the file within the docker container:
sudo docker exec -it hassio_supervisor /bin/bashUsevito edit the file:vi /usr/src/supervisor/supervisor/api/os.pyTo add: am having the exact same issue. The “addons” page is also not willing to load. Inside the logs of the Supervisor container I do find some hints that doubletake is causing issues (but cannot determine if this is also the reason why the supervisor is causing issues). Relevant logs:
I have the same issue Version: 2023.3.3
I have the same issue. In Addition the back-up List is Not loading, so no way to roll back.
I have PiHole in my network. Manually setting DNS to 1.1.1.1 in HomeAssitant network settings and restarting it fixes the problem.
Thanx!
For anyone who has this problem and you are running pihole, please try to bypass the pihole DNS and try as mentioned here: https://github.com/home-assistant/core/issues/99862.
Props to https://github.com/SalvatoreITA for the solution!
Hi everyone! Today I had upgrade Debian 11 to 12 on my Raspberry Pi 4. After upgrade I had got this problem. Home Assistant 2023.8.4 Supervisor 2023.08.3 Operating System Debian GNU/Linux 12 (bookworm)
The method described above still working. I have solved my issue.
The issue got fixed in Home Assistant Release 2024.4 for me.
The only solution currently is to reinstall the whole system and hopefully things get installed correctly. But it breaks on the next update, so the more realistic solution is just deal with it and manually restart home assistant after supervisor fails to load
thank you very much - it really works! sudo docker exec -it hassio_supervisor /bin/bash vi /usr/src/supervisor/supervisor/api/os.py
Same problem Home Assistant 2023.3.6
Same problem Home Assistant 2023.3.6 Frontend: 20230309.1 - latest - running in docker on raspbian
Had same issue and doing a rebuild worked for me.
I have HASS OS in a VM and I simply entered ´ha core rebuild´ and it worked for me. All missing addons funcitnality and hacs repositories appeared after that.
Good luck!