After several restarts hacs keeps saying it’s still starting up.
This means when I try and update hacs addons it lets me but when I restart HA it says they still need updating and hacs is still starting up.
Only thing I can see in the logs is this:
Logger: homeassistant
Source: custom_components/hacs/hacsbase/hacs.py:195
First occurred: 15:57:30 (1 occurrences)
Last logged: 15:57:30
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/config/custom_components/hacs/hacsbase/hacs.py”, line 140, in startup_tasks
await self.handle_critical_repositories()
File “/config/custom_components/hacs/hacsbase/hacs.py”, line 195, in handle_critical_repositories
critical = json.loads(critical.content)
AttributeError: ‘list’ object has no attribute ‘content’
To be clear, HACS doesn’t do add-ons - what you’re referring to are custom components.
Add-ons are other software such as the Mosquitto broker. Integrations are how Home Assistant communicates with other software and services, which may include those add-ons.