Not seeing/can't update Add-ons 2021.12.8

Howdy, don’t know where else to reach out to help for this. I see on twitter that several addons that I use have been updated a couple of times. However when I go the configuration tab to see if there are any updates, I have no notifications. For exammple, my Node-Red addon version is 10.2.0, the github repo shows latest version is 10.3.1. My system spec’s below.

HA Blue, core-2021.12.8, supervisor-2021.12.2, Home Assistant OS 7.1

I browsed through the logs and this is what I could find.

Error from the Supervisor Error Log:

22-01-08 06:16:38 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/home-assistant/addons repository
22-01-08 06:16:38 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: 'Cloning into '/data/addons/core'...
fatal: unable to access 'https://github.com/home-assistant/addons/': Failed to connect to github.com port 443 after 31 ms: Connection refused
'.
22-01-08 06:16:38 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.FATAL_ERROR - ContextType.STORE / core
22-01-08 06:16:38 INFO (MainThread) [supervisor.resolution.fixups.store_execute_remove] Remove invalid Store: core
22-01-08 06:16:38 ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!
22-01-08 06:16:38 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete

I can open a web browser on my Mac and navigate to the github page above, so it seems accessable.

Is there anything I can try to do to remedy this?

UPDATE: My router is a custom router with pfSense and pfblockerNG DNSBL. Apparently, one of the blocklists is somehow blocking access to github for home-assistant, even though I can open a browser and navigate there freely. I temporarily disabled the pfblockerNG service and restarted home assistant. In doing to the above error went away, but now the following error shows:


22-01-08 07:16:38 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-01-08 07:16:38 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
22-01-08 07:16:38 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-01-08 07:16:38 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
22-01-08 07:16:38 INFO (MainThread) [supervisor.resolution.fixups.store_execute_reset] Reset corrupt Store: core
22-01-08 07:16:38 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/home-assistant/addons repository
22-01-08 07:16:39 INFO (MainThread) [supervisor.resolution.fixups.store_execute_remove] Remove invalid Store: core
22-01-08 07:16:39 ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!
22-01-08 07:16:39 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete

When I SSH into the Blue, I can freely ping

ha dns info shows:

host:172.30.23.3
locals:
- dns://192.168.86.1
servers: []
update_availabie: false
version: 2021.06.0
version_latest: 2021.06.0

ha dns logs is blank

I still am not notified there are any addon updates available.

Any ideas?

Thanks!

Not sure how to mark the original post as solved.

It was so obvious, I of course missed it. When I updated from 2021.12.7 to 2021.12.8 I did not notice that two of my Add-On repositories had disappeared. Frenck’s Home Assistant Community Add-ons repository was gone, as well as the repository I use for the Ecowitt addon.

Once I noticed the obvious, I re-added the two repositories, and then HA saw that there were updates to the addons.

1 Like