Addons Blocked from installing

Hello, I am getting an error when I try to install a new addon from the addons store.

I get the following error

Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:138
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 12:49:00 AM (1 occurrences)
Last logged: 12:49:00 AM

Failed to to call /addons/a0d7b954_nodered/install - 'AddonManager.install' blocked from execution, was unable to update plugin(s) cli and all plugins must be up to date first

I am running the HAOS in a VM, I have tried to restore previous backups, but that doesn’t seem to do anything, it doesn’t even revert any of the versions, it just boots back into the same version when I try to restore.

Not exactly sure where to go from here. Thanks.

Which version of Home Assistant and Supervisor are you running?

Core: 2023.11.1
Supervisor: 2023.11.0
Operating System: 11.1

After a bit more googling I was actually able to find the solution from here

Essentially in the command line interface of HA I entered the following commands.
ha su repair
ha core rebuild
ha host reboot

once it fully rebooted I was able to install new addons. Guess my HA got into a weird state somehow.

1 Like