Hello, I've installed 2025.8.0 version of HA and now when I try to install a module, like Mosquitto Broker, from HA Official Add-ons repo, I see only the apps already installed. I can't access to the other ones. I tried to reboot but it doesn't work.
Do you know how to display all the modules available on HA Official Add-ons repository please ?
Thank you in advance
#HA Official Add-ons repository unavailable on HA
1 messages · Page 1 of 1 (latest)
HA Official Add-ons repository unavailable on HA
Open your Home Assistant instance and show the add-on store
What do you see here?
Hello, I have the same issue and my addon store doesn't show official . Community store, Z2M ets are available, but official is not
At the same time all addons from official store show next
Follow the supervisor logs via ha supervisor logs -vf and then run ha refresh-updates. See what is being logged.
2025-08-14 12:15:40.663 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a889bffc repository
2025-08-14 12:15:40.666 INFO (MainThread) [supervisor.store.git] Cloning add-on /data/addons/core repository from https://github.com/home-assistant/addons
2025-08-14 12:15:40.686 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/addons repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/home-assistant/addons /data/addons/core
stderr: 'fatal: destination path '/data/addons/core' already exists and is not an empty directory.
'.
2025-08-14 12:15:40.687 ERROR (MainThread) [supervisor.store] Can't retrieve data from core due to
2025-08-14 12:15:40.687 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - store / core
2025-08-14 12:15:40.688 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / core
2025-08-14 12:15:40.920 INFO (MainThread) [supervisor.store] Loading add-ons from store: 70 all - 70 new - 0 remove
2025-08-14 12:15:40.931 INFO (MainThread) [supervisor.addons.manager] Found 9 installed add-ons
I think the suspicious part is:
2025-08-14 12:15:40.686 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/addons repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/home-assistant/addons /data/addons/core
stderr: 'fatal: destination path '/data/addons/core' already exists and is not an empty directory.
Please use code blocks.
Here's an issue about this with the same error: https://github.com/home-assistant/supervisor/issues/6008
If you're up for it you can create and download a backup and then delete that directory and repair the supervisor.
Do you have the Advanced SSH addon installed? What hardware is this running on?
- I'm new for it. Will try next time
- Did you mean to make freshh install and after that put last update? Full backup I think
- No, I have SSH from official store
Version core-2025.8.1 Installation type Home Assistant OS Development false Supervisor true Docker true Container architecture amd64 User root Virtual environment false Python version 3.13.3 Operating system family Linux Operating system version 6.12.41-haos CPU architecture x86_64 Timezone Europe/Kyiv Configuration directory /config
Reinstall is an option, sure.
What kind of directory do you propose to delete: addons or addons/core?
Core but whe're not at this part yet. You will need full access to the CLI of the system.
How to get it or it is too risky for beginer?
https://gist.github.com/Impact123/e9a4a07b184eb393d2ff762e3b1b0a05#get-a-os-level-shell
Keyboard and monitor might be simplest/only way in your case.
Once you have that enter login and I can give you the commands. But again, create and download a backup.
I need to prepare for such adventure 🙂 Thank you for prompt answers!
The commands would be something like this
rm -rf /mnt/data/supervisor/addons/core
reboot
I have this output when I run the first command :
The second command seems well done but no improve, I have the same issue (same output as DrAndrew)
Then I'd recommend the same "fix".
I can't really see what exactly it tries to trigger 10 times.
Unfortunately, I don't have any backup...
It seems to be "No valid repository for https://github.com/home-assistant/addons". That means all users would be impacted, not only a few users ?
Well then you don't care about the data and can just go ahead.
Should I after that roll-out full backup?
Roll out? You do it after downloading your backup. It shouldn't cause any problems but best to be safe.
I did it but without any positive changes. I still don't see official addon store and have next in logs:
2025-08-15 14:11:05.439 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository 2025-08-15 14:11:05.461 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/addons repository: Cmd('git') failed due to: exit code(128) cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/home-assistant/addons /data/addons/core stderr: 'fatal: destination path '/data/addons/core' already exists and is not an empty directory. '. 2025-08-15 14:11:05.462 ERROR (MainThread) [supervisor.store] Can't retrieve data from core due to 2025-08-15 14:11:05.462 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - store / core
Please share the screen after you executed the commands and the output of ls -l /mnt/data/supervisor/addons/.
➜ ~ ls -l /mnt/data/supervisor/addons/ ls: /mnt/data/supervisor/addons/: No such file or directory
I thought I was clear that you cannot use an addon for this. I suggested using a keyboard and monitor directly connected to the server: #1405464107347349505 message
I quite far from server now. Will do it in the evening. Should I repeet step with remove directory?
Yes because what you did did not really do anything.
got it
See background here for why: https://gist.github.com/Impact123/fb086b391f7d14cb3515144fcbe4785e#background
It worked like a charm! Everything is good now. Thanks a lot!
I have a pb to remove the discovery folder because there is a file which has a weard name
Hmm. Can you run find PATHHERE on that directory?
Unfortunately no, I get "no such file or directory".
When I type "ls -la" under discovery folder I get only . and .. folders but with this message :
I made it all UPPERCASE. It's obviously a placeholder. Use find /mnt/data/supervisor/addons/core.
Weird. Can you try ls -lahn1b in that path.
Might be some kind of file system corruption. No clue.
I hate busybox and its limited commands.
What is "busybox" ?
https://en.wikipedia.org/wiki/BusyBox
Basically a small suite of tools such as ls. Much less featureful than on usual linux systems.
Ok !
Do you think I would install more Debian VM + HA than HAOS VM ?
Not sure what you mean.
My computer works on Win 11 with a VM HAOS via Virtual Box.
Is it reliabler to run Debian VM and install HA on this OS ?
Why ? VirtualBox is not recommended ?
Because it's awesome and you asked for a suggestion.
Yes but I wanted to stay with a configuration easy