#HA Official Add-ons repository unavailable on HA

1 messages · Page 1 of 1 (latest)

tacit wraith
#

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

tacit wraith
#

HA Official Add-ons repository unavailable on HA

alpine widgetBOT
#

Open your Home Assistant instance and show the add-on store

spark forge
#

What do you see here?

stuck hull
#

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

spark forge
#

Follow the supervisor logs via ha supervisor logs -vf and then run ha refresh-updates. See what is being logged.

stuck hull
#

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

GitHub

:heavy_plus_sign: Docker add-ons for Home Assistant - home-assistant/addons

#

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.

GitHub

:heavy_plus_sign: Docker add-ons for Home Assistant - home-assistant/addons

spark forge
#

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?

stuck hull
#
  1. I'm new for it. Will try next time
  2. Did you mean to make freshh install and after that put last update? Full backup I think
  3. 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

spark forge
#

Reinstall is an option, sure.

stuck hull
spark forge
#

Core but whe're not at this part yet. You will need full access to the CLI of the system.

stuck hull
#

How to get it or it is too risky for beginer?

spark forge
#

Once you have that enter login and I can give you the commands. But again, create and download a backup.

stuck hull
#

I need to prepare for such adventure 🙂 Thank you for prompt answers!

spark forge
#

The commands would be something like this

rm -rf /mnt/data/supervisor/addons/core
reboot
tacit wraith
#

The second command seems well done but no improve, I have the same issue (same output as DrAndrew)

spark forge
#

Then I'd recommend the same "fix".

#

I can't really see what exactly it tries to trigger 10 times.

tacit wraith
#

Unfortunately, I don't have any backup...

tacit wraith
spark forge
#

Well then you don't care about the data and can just go ahead.

stuck hull
spark forge
#

Roll out? You do it after downloading your backup. It shouldn't cause any problems but best to be safe.

stuck hull
# spark forge The commands would be something like this ```bash rm -rf /mnt/data/supervisor/ad...

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

spark forge
#

Please share the screen after you executed the commands and the output of ls -l /mnt/data/supervisor/addons/.

stuck hull
#

➜ ~ ls -l /mnt/data/supervisor/addons/ ls: /mnt/data/supervisor/addons/: No such file or directory

spark forge
#

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

stuck hull
#

I quite far from server now. Will do it in the evening. Should I repeet step with remove directory?

spark forge
#

Yes because what you did did not really do anything.

stuck hull
#

got it

spark forge
stuck hull
#

It worked like a charm! Everything is good now. Thanks a lot!

tacit wraith
spark forge
#

Hmm. Can you run find PATHHERE on that directory?

tacit wraith
#

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 :

spark forge
#

I made it all UPPERCASE. It's obviously a placeholder. Use find /mnt/data/supervisor/addons/core.

tacit wraith
spark forge
#

Weird. Can you try ls -lahn1b in that path.

#

Might be some kind of file system corruption. No clue.

tacit wraith
#

Yes I think it comes more from OS than HA but it's a bit weird

spark forge
#

I hate busybox and its limited commands.

tacit wraith
#

What is "busybox" ?

spark forge
tacit wraith
#

Ok !
Do you think I would install more Debian VM + HA than HAOS VM ?

spark forge
#

Not sure what you mean.

tacit wraith
#

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 ?

spark forge
#

No.

#

If you want a OS to virtualize with I'd recommend Proxmox VE.

tacit wraith
#

Why ? VirtualBox is not recommended ?

spark forge
#

Because it's awesome and you asked for a suggestion.

tacit wraith
#

Yes but I wanted to stay with a configuration easy