Trying to uninstall addon that had an improper name. I have already deleted from the addon directory but get the following errors when I run the uninstaller from Hassio.
19-11-13 21:07:41 INFO (SyncWorker_7) [hassio.docker.interface] Remove image local/amd64-addon-5310Infinitive with latest and None
19-11-13 21:07:41 WARNING (SyncWorker_7) [hassio.docker.interface] Can’t remove image local/amd64-addon-5310Infinitive: 400 Client Error: Bad Request (“invalid reference format: repository name must be lowercase”)
I’ve never solved it either. Thought it was because I physically deleted them first. Probably caused because I started their names with a capital letter and other one with a number. Would really like to solve this.
5310
Old thread but just in case it helps somebody else…
On hassos, addons.json is under /mnt/data/supervisor, You will have to go through the debugging instructions as noted bove to be able to SSH into the host and then run login to get shell access.
In my case, there were 2 sections related to the failing local addon. Deleting both of them and restarting the supervisor container (docker ps to find the container id and docker restart <containerid> to restart it) seems to have cleaned everything up without having to restart the host.
B1G and alexanv’s suggestion worked flawlessly for me!
Although restarting only the supervisor docker container left me with a broken supervisor screen, restarting the whole system seems to have resolved any issues that were raised
little bit related on this topic, but not fully the same. I have some log statements in supervisor complaining about addons which are not installed anymore. So i’m trying to find the location where i can get supervisors input file where it gets the notion of the addons being present.
21-10-01 12:56:20 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'snapshot_exclude' is deprecated, 'backup_exclude' should be used instead. Please report this to the maintainer of AdGuard Home
21-10-01 12:56:20 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'snapshot' is deprecated, 'backup' should be used instead. Please report this to the maintainer of UniFi Controller
both adguard and unifi were installed and uninstalled. so the logs are faulty and i would like the supervisor cleaned.
mnt/data folder seems empty here (running hassio). where could i start looking further?