-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing addons in the store for the default addons repository. Installed addons report being removed from repository #5699
Comments
Some more logs if needed. |
This is interesting in the supervisor logs. I'm pretty sure that's the slug for the default addons store - a0d7b954
|
Meanwhile, inside the supervisor's container...
Well that can't be good.... |
OMG I fixed it! Leaving this open so someone sees it and asks the question "how did this happen?"
I then bounced the supervisor and everything corrected! They're all back now. I even have an update for zwave js ui available. Making a FULL backup JIC. Thanks anyway. I hope this all helps someone in the future. |
Holupaminute we got some errors in the supervisors log I don't like: supervisor_2025-03-01T04-02-31.258Z.log I fixed the appdaemon error already using this thread here - https://community.home-assistant.io/t/appdaemon-wont-start-complains-about-secrets-yaml/641197/4 so you can ignore that. Not sure why I had to make that edit twice already but...I would still appreciate some eyes on the log. Thanks! |
the same woke up this morning and found this notification. whats happening? |
This seems what I've observed a couple of days ago, see #5668. What I realized there is that a simple restart of Supervisor should get the stores again. Try What is a bit unclear to me why that suddenly shows up. Code around add-on store handling (which uses git repositories under the hood) didn't really change 🤔 |
@TorvaldUtne can you share the health information from your system? That includes crucial data to better understand the state your system is in. The health information is not a screenshot. From the bug report form:
So simply copy that information and paste it in a new comment here. Also, the Supervisor diagnostics are are under Settings > Devices & services. I'll fix the report form. |
I have the same Problem. Here my health information System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Network Configuration
Recorder
|
@Niro1965 thanks for sharing. Do you happen to have the Supervisor log from the time when the add-on store first disappeared? That is the latest version of Supervisor. Does a system reboot of the whole system bring back the add-ons for you? |
Just to chime in since I can't find another issue related to this - I seem to run into the same or a similar error, tried to install mosquitto and nothing worked, so my store seems borked too :( A reboot changed nothing, supervisor error below, which seems the 'deleted directory' problem I read about somewhere else. Sorry, I'm quite the beginner at this point :/ Can't pin down when it started, normally HA should always have internet access, but our router acted up last week, so probably then if having no internet connectivity is the culprit. First: ERROR (MainThread) [supervisor.store.git] Can't load /data/addons/core |
Same issue for me with Matter server add on and Terminal & SSH addon |
There was no change after a restart. 2025-03-01 13:23:19.061 ERROR (MainThread) [supervisor.store.git] Can't load /data/addons/core I can't tell you the exact time from yesterday. |
Are the addons back for you as Did you clone the repo inside the supervisor container or on the HA host? Maybe this is the difference for me. When I clone it to I am actually not missing the Home Assistant Community Add-ons repository but the Home Assistant Add-ons: The official repository. Strange to see the same issue with different repositories. Best regards, Update: I was missing the Home Assistant Add-ons: The official repository and not the Home Assistant Community Add-ons but the same approach worked for me. I execed into the suportvisor container
and my
I moved it e.g. to
just to be sure and cloned the core repository again:
Now my Core Addons (official ones) are back correctly (maybe needs a refresh on the addons store page). Let's see if this lasts. |
Another way to fix this is to remove the root directory (e.g. |
This is not fixed for me. The addons folder is under the /root folder for me and was empty. I cloned the core folder into that location but this made no difference, even after a restart. Failed setup, will retry: Failed to get the Matter Server add-on info: Addon core_matter_server does not exist in the store Restoring a backup made no difference. I can see the Matter addon in the Addons section of the HA GUI and start the WebUI without any problems. log files do not show any issues: 2025-03-01 16:56:10.182 (MainThread) INFO [matter_server.server.server] Matter Server successfully initialized. |
These solutions haven't worked for me. I cloned the core repo into /addons/core and /data/addons/core but it still isn't recognized after a reboot. In the Supervisor logs, it looks like Supervisor doesn't have internet access, which seems ridiculous, really. Home assistant certainly has internet access and I am accessing it over the internet and it is working with devices that only work over the internet (boo for no local control on certain devices). |
@gw72 the issue is closed because the source code fixing the problem got merged. Supervisor 2025.02.5** includes the fix and is currently under testing on the beta channel. If you'd like help testing, you can switch to beta channel using Update: ** there was never a Supervisor 2025.02.5. The beta was released as Supervisor 2025.03.0. March came so fast 😅 |
Hi, just in case, here is my system infomration, as I have the same issue and it is not fixed despite being on core-2025.2.5. File editor, Piper, Whisper, openWakeWord, Samba share and Mosquitto broker still nowhere to be found. System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Network Configuration
Recorder
Spotify
|
Thanks. This worked for me although still no core folder in the addons folder. |
Note that Supervisor is another component: It uses calendar based version numbers too, but it's not the Core version. From the information you've provided it seems you're still using Supervisor 2025.02.4. |
FYI, Supervisor 2025.03.0 is now on the stable channel. Once the update is installed, on restart the add-on repository should get restored again, and all repair issues should disappear. In case this does not happen for you, make sure you have Internet connectivity. Worst case a full system reboot should help avoid any stale information floating around. |
@bluenazgul can you check the Supervisor version in Settings > About? If it's 2025.03.0, can you see if the problem still persists after a reboot? |
Supervisor is 2025.03.0 - needed me 3 full Maschine reboots to fix it, its now working again |
Describe the issue you are experiencing
Essentially, addons are missing from the default store and the installed addons report that they have been removed from the repository.
See attached images. This happened post restore. There was also an extended internet outage. I had some serious issue and had to restore my last full backup and most recent partial as well. Everything is working now. All devices and addons including Zwave JS UI are up and running. But I have these six messages. All for items from the official store.
I have done a full system reboot, twice.
I don't know what to do. If you look at the screenshot they are indeed gone from the store. Any idea what's going on. Thank you.
Logs attached
supervisor_2025-02-28T20-51-12.509Z.log
So I got sort of smart and found out how to delete stores on the cli thinking I could delete it and re-add it. Also how to find the slug for the url to the store but when I tried it
This is odd
Strange how it mentions sharptools even though I specified the default repository
I uninstalled sharptools since I wasn't using it and deleted it's repository. Here is what it says when I run the command now:
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Steps to reproduce the issue
I am not sure how it happened so I can't tell you how to reproduce.
Anything in the Supervisor logs that might be useful for us?
System Health information
Supervisor diagnostics
I don't have an Integrations menu in Settings.
Additional information
No response
The text was updated successfully, but these errors were encountered: