Skip to content

No official addon repository after fresh installation + restore from backup: Remote 'origin' has no refspec set #6405

@2lian

Description

@2lian

Describe the issue you are experiencing

http://homeassistant.local:8123/hassio/store is empty, there is no official or community add-on. Addon's git repo seems to be broken, and re-creating it manually fixed the issue.

How I fixed it

I took out the SD card from my pi5 HA server, found the supervisor's addon folder (/media/<username>/hassos-data/supervisor/addons/git). Some were empty with only a .git directory. So I did git pull in all the empty repos I could find. The addons/core repository was also empty and I had to git pull it. Then I reassembled the pi and it worked fine.

Why open an issue if it's fixed?

Many related issues are closed and not resolved, so I want to share my experience.

Moreover, many user cannot fix it like me. I had to pull out the disk of my HA server, and look for strange git repos. Those repos are not accessible by ssh unless you setup this: https://developers.home-assistant.io/docs/operating-system/debugging/ (That's why I pulled the SD card from my pi, it was faster than setting up root ssh).

So I expect most user to be unable to fix this. Maybe an update to ha supervisor repair could fix this (it didn't do anything for me, and all other issues above).

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 to reproduce, I don't want to break my install again. Here is what I did to get the issue

  1. Install a fresh HAOS on a PI 5
  2. Restore from a backup
  3. Go to the add-on store
  4. Official repos are missing

Anything in the Supervisor logs that might be useful for us?

[09:10:14] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[09:10:53] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[09:10:53] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
2025-12-07 09:10:55.196 INFO (MainThread) [__main__] Initializing Supervisor setup
2025-12-07 09:10:55.289 INFO (MainThread) [supervisor.coresys] Setting up coresys for machine: raspberrypi5-64
2025-12-07 09:10:55.289 INFO (MainThread) [supervisor.utils.sentry] Initializing Supervisor Sentry
2025-12-07 18:10:55.298 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2025.12.2
2025-12-07 18:10:55.327 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2025-12-07 18:10:55.330 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-12-07 18:10:55.330 INFO (MainThread) [__main__] Setting up Supervisor
2025-12-07 18:10:58.914 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2025-12-07 18:10:58.971 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2025-12-07 18:10:58.973 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2025-12-07 18:10:58.973 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2025-12-07 18:10:58.974 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2025-12-07 18:10:58.974 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2025-12-07 18:10:58.974 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2025-12-07 18:10:58.974 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2025-12-07 18:10:58.975 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2025-12-07 18:10:58.975 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2025-12-07 18:10:58.975 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2025-12-07 18:10:59.126 INFO (MainThread) [supervisor.host.services] Updating service information
2025-12-07 18:10:59.131 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-12-07 18:10:59.142 WARNING (SyncWorker_3) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2025-12-07 18:10:59.409 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-12-07 18:10:59.438 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
2025-12-07 18:10:59.472 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 16.3 / BootSlot A
2025-12-07 18:10:59.475 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2025-12-07 18:10:59.488 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2025.09.0
2025-12-07 18:10:59.522 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2025-12-07 18:11:00.398 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2025.09.0 - 172.30.32.5
2025-12-07 18:11:00.422 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2025.08.0
2025-12-07 18:11:00.461 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2025-12-07 18:11:01.386 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2025.08.0 - 172.30.32.3
2025-12-07 18:11:01.388 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2025-12-07 18:11:01.402 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2025.08.0
2025-12-07 18:11:01.423 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2025-12-07 18:11:02.286 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2025.08.0 - 172.30.32.4
2025-12-07 18:11:02.291 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2025.02.0
2025-12-07 18:11:02.331 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2025.08.0
2025-12-07 18:11:02.353 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2025-12-07 18:11:03.279 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2025.08.0 - Host
2025-12-07 18:11:03.291 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
2025-12-07 18:11:03.375 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi5-64-homeassistant with version 2025.12.1
2025-12-07 18:11:03.428 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
2025-12-07 18:11:03.429 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
2025-12-07 18:11:03.431 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/c8120f33 repository
2025-12-07 18:11:03.431 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository
2025-12-07 18:11:03.431 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/9cf1ea8f repository
2025-12-07 18:11:03.431 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cb646a50 repository
2025-12-07 18:11:03.433 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
2025-12-07 18:11:03.434 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
2025-12-07 18:11:03.499 ERROR (MainThread) [supervisor.store.git] Integrity check on /data/addons/git/5c53de3b failed: Cmd('git') failed due to: exit code(8)
  cmdline: git fsck
  stderr: 'error: invalid HEAD
notice: No default references'.
2025-12-07 18:11:03.501 ERROR (MainThread) [supervisor.store] Can't load data from repository https://github.com/esphome/home-assistant-addon due to 
2025-12-07 18:11:03.503 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_reset - store / 5c53de3b
2025-12-07 18:11:03.503 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / 5c53de3b
2025-12-07 18:11:03.506 ERROR (MainThread) [supervisor.store.git] Integrity check on /data/addons/git/a0d7b954 failed: Cmd('git') failed due to: exit code(8)
  cmdline: git fsck
  stderr: 'error: invalid HEAD
notice: No default references'.
2025-12-07 18:11:03.507 ERROR (MainThread) [supervisor.store] Can't load data from repository https://github.com/hassio-addons/repository due to 
2025-12-07 18:11:03.507 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_reset - store / a0d7b954
2025-12-07 18:11:03.507 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / a0d7b954
2025-12-07 18:11:03.509 ERROR (MainThread) [supervisor.store.git] Integrity check on /data/addons/core failed: Cmd('git') failed due to: exit code(8)
  cmdline: git fsck
  stderr: 'error: invalid HEAD
notice: No default references'.
2025-12-07 18:11:03.509 ERROR (MainThread) [supervisor.store] Can't load data from repository core due to 
2025-12-07 18:11:03.510 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_reset - store / core
2025-12-07 18:11:03.510 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / core
2025-12-07 18:11:03.514 ERROR (MainThread) [supervisor.store.git] Integrity check on /data/addons/git/d5369777 failed: Cmd('git') failed due to: exit code(8)
  cmdline: git fsck
  stderr: 'error: invalid HEAD
notice: No default references'.
2025-12-07 18:11:03.514 ERROR (MainThread) [supervisor.store] Can't load data from repository https://github.com/music-assistant/home-assistant-addon due to 
2025-12-07 18:11:03.514 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_reset - store / d5369777
2025-12-07 18:11:03.514 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / d5369777
2025-12-07 18:11:03.895 WARNING (SyncWorker_6) [supervisor.store.data] No repository information exists at /data/addons/git/5c53de3b
2025-12-07 18:11:03.897 WARNING (SyncWorker_6) [supervisor.store.data] No repository information exists at /data/addons/git/a0d7b954
2025-12-07 18:11:03.899 WARNING (SyncWorker_6) [supervisor.store.data] No repository information exists at /data/addons/git/d5369777
2025-12-07 18:11:03.960 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Folding@home' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:03.970 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Grocy' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:03.976 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Tailscale' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:03.985 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Overseerr' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:03.990 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Nginx Proxy Manager' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:03.996 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'MQTT IO' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:04.012 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'InfluxDB' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:04.015 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Log Viewer' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:04.039 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Glances' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:04.046 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on 'Traccar' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:11:04.076 INFO (MainThread) [supervisor.store] Loading add-ons from store: 56 all - 56 new - 0 remove
2025-12-07 18:11:04.101 INFO (MainThread) [supervisor.addons.manager] Found 10 installed add-ons
2025-12-07 18:11:04.147 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/zigbee2mqtt/zigbee2mqtt-aarch64 with version 2.7.1-1
2025-12-07 18:11:04.160 INFO (MainThread) [supervisor.docker.interface] Attaching to smeagolworms4/mqtt-explorer with version browser-1.0.3
2025-12-07 18:11:04.162 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/ssh/aarch64 with version 22.0.3
2025-12-07 18:11:04.164 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/sqlite-web/aarch64 with version 4.4.1
2025-12-07 18:11:04.171 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mosquitto with version 6.5.2
2025-12-07 18:11:04.188 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-matter-server with version 8.1.1
2025-12-07 18:11:04.190 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-configurator with version 5.8.0
2025-12-07 18:11:04.193 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-silabs-flasher with version 0.4.0
2025-12-07 18:11:04.224 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-samba with version 12.5.2
2025-12-07 18:11:04.246 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/esphome/esphome-hassio with version 2025.11.4
2025-12-07 18:11:04.321 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
2025-12-07 18:11:04.335 INFO (MainThread) [supervisor.discovery] Loaded 3 messages
2025-12-07 18:11:04.335 INFO (MainThread) [supervisor.ingress] Loaded 5 ingress sessions
2025-12-07 18:11:04.335 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2025-12-07 18:11:04.336 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2025-12-07 18:11:04.336 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-12-07 18:11:04.336 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-12-07 18:11:04.336 INFO (MainThread) [supervisor.resolution.checks.base] Run check for deprecated_addon/addon
2025-12-07 18:11:04.336 INFO (MainThread) [supervisor.resolution.checks.base] Run check for duplicate_os_installation/system
2025-12-07 18:11:04.362 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2025-12-07 18:11:04.363 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - addon / core_configurator
2025-12-07 18:11:04.363 INFO (MainThread) [supervisor.resolution.module] Create new issue detached_addon_removed - addon / core_configurator
2025-12-07 18:11:04.363 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - addon / 5c53de3b_esphome
2025-12-07 18:11:04.363 INFO (MainThread) [supervisor.resolution.module] Create new issue detached_addon_removed - addon / 5c53de3b_esphome
2025-12-07 18:11:04.363 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - addon / a0d7b954_sqlite-web
2025-12-07 18:11:04.363 INFO (MainThread) [supervisor.resolution.module] Create new issue detached_addon_removed - addon / a0d7b954_sqlite-web
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - addon / core_matter_server
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new issue detached_addon_removed - addon / core_matter_server
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - addon / core_samba
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new issue detached_addon_removed - addon / core_samba
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - addon / core_silabs_flasher
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new issue detached_addon_removed - addon / core_silabs_flasher
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - addon / core_mosquitto
2025-12-07 18:11:04.364 INFO (MainThread) [supervisor.resolution.module] Create new issue detached_addon_removed - addon / core_mosquitto
2025-12-07 18:11:04.365 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-12-07 18:11:04.365 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-12-07 18:11:04.365 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-12-07 18:11:04.365 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
2025-12-07 18:11:04.506 INFO (MainThread) [supervisor.os.manager] Rauc: slot A - activated slot kernel.0, marked slot kernel.0 as good
2025-12-07 18:11:04.514 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-12-07 18:11:08.041 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
2025-12-07 18:11:08.052 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 1 add-ons
2025-12-07 18:11:09.111 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.5.2
2025-12-07 18:11:13.133 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
2025-12-07 18:11:14.115 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 4 add-ons
2025-12-07 18:11:14.903 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/esphome/esphome-hassio with version 2025.11.4
2025-12-07 18:11:15.521 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-matter-server with version 8.1.1
2025-12-07 18:11:16.330 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-samba with version 12.5.2
2025-12-07 18:11:17.464 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/ssh/aarch64 with version 22.0.3
2025-12-07 18:11:18.123 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_samba
2025-12-07 18:11:18.166 INFO (MainThread) [supervisor.api.middleware.security] /network/interface/end0/info access from core_samba
2025-12-07 18:11:18.207 INFO (MainThread) [supervisor.api.middleware.security] /network/interface/enu1/info access from core_samba
2025-12-07 18:11:19.642 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_matter_server
2025-12-07 18:11:47.176 INFO (MainThread) [supervisor.core] Start Home Assistant Core
2025-12-07 18:11:47.200 INFO (SyncWorker_6) [supervisor.docker.manager] Starting homeassistant
2025-12-07 18:11:47.419 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2025-12-07 18:11:59.471 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup
2025-12-07 18:11:59.472 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-12-07 18:12:02.447 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-12-07 18:12:02.450 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)
2025-12-07 18:12:12.469 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='STARTING', offline_db_migration=False)
2025-12-07 18:12:17.477 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)
2025-12-07 18:12:17.478 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2025-12-07 18:12:17.478 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 4 add-ons
2025-12-07 18:12:18.212 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-configurator with version 5.8.0
2025-12-07 18:12:19.112 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/zigbee2mqtt/zigbee2mqtt-aarch64 with version 2.7.1-1
2025-12-07 18:12:19.906 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from 45df7312_zigbee2mqtt
2025-12-07 18:12:21.163 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on smeagolworms4/mqtt-explorer with version browser-1.0.3
2025-12-07 18:12:22.903 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/sqlite-web/aarch64 with version 4.4.1
2025-12-07 18:12:48.356 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
2025-12-07 18:12:48.357 INFO (MainThread) [supervisor.host.info] Updating local host information
2025-12-07 18:12:48.358 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-12-07 18:12:48.358 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-12-07 18:12:48.358 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-12-07 18:12:48.358 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-12-07 18:12:48.359 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-12-07 18:12:48.368 INFO (MainThread) [supervisor.core] Supervisor is up and running
2025-12-07 18:12:48.373 INFO (MainThread) [__main__] Running Supervisor
2025-12-07 18:12:48.396 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-12-07 18:12:48.396 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-12-07 18:12:48.426 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disk_lifetime/system
2025-12-07 18:12:48.427 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-12-07 18:12:48.428 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-12-07 18:12:48.878 INFO (MainThread) [supervisor.host.services] Updating service information
2025-12-07 18:12:48.885 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-12-07 18:12:48.975 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-12-07 18:12:48.986 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2025-12-07 18:12:52.020 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2025-12-07 18:12:52.020 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None
2025-12-07 18:12:52.021 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None
2025-12-07 18:12:52.021 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-12-07 18:12:52.022 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-12-07 18:12:52.022 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-12-07 18:12:52.063 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-12-07 18:12:52.064 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-12-07 18:12:52.066 INFO (MainThread) [supervisor.resolution.fixups.store_execute_reset] Reset corrupt Store: 5c53de3b
2025-12-07 18:12:52.069 INFO (MainThread) [supervisor.store.git] Cloning add-on /data/tmp/tmp7w6uypuf repository from https://github.com/esphome/home-assistant-addon
2025-12-07 18:14:10.622 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from c8120f33_ssh
2025-12-07 18:14:10.625 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from c8120f33_ssh
2025-12-07 18:14:10.631 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from c8120f33_ssh
2025-12-07 18:15:15.283 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping addon_c8120f33_ssh application
2025-12-07 18:15:18.669 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_c8120f33_ssh application
2025-12-07 18:15:18.696 INFO (MainThread) [supervisor.docker.manager] Removing image ghcr.io/hassio-addons/ssh/aarch64 with latest
2025-12-07 18:15:18.704 INFO (MainThread) [supervisor.docker.manager] Removing image ghcr.io/hassio-addons/ssh/aarch64 with 22.0.3
2025-12-07 18:15:19.594 INFO (SyncWorker_0) [supervisor.addons.addon] Removing add-on data folder /data/addons/data/c8120f33_ssh
2025-12-07 18:15:19.761 INFO (MainThread) [supervisor.addons.manager] Add-on 'c8120f33_ssh' successfully removed
2025-12-07 18:15:22.778 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/esphome/home-assistant-addon repository: Cmd('git') failed due to: exit code(128)
  cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/esphome/home-assistant-addon /data/tmp/tmp7w6uypuf
  stderr: 'Cloning into '/data/tmp/tmp7w6uypuf'...
fatal: unable to access 'https://github.com/esphome/home-assistant-addon/': Recv failure: Connection reset by peer
'.
2025-12-07 18:15:22.779 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2025-12-07 18:15:23.842 INFO (MainThread) [supervisor.store.git] Removing custom add-on repository https://github.com/hassio-addons/./repository
2025-12-07 18:15:24.022 WARNING (SyncWorker_4) [supervisor.store.data] No repository information exists at /data/addons/git/5c53de3b
2025-12-07 18:15:24.023 WARNING (SyncWorker_4) [supervisor.store.data] No repository information exists at /data/addons/git/a0d7b954
2025-12-07 18:15:24.024 WARNING (SyncWorker_4) [supervisor.store.data] No repository information exists at /data/addons/git/d5369777
2025-12-07 18:15:24.040 INFO (MainThread) [supervisor.store] Loading add-ons from store: 9 all - 0 new - 47 remove
2025-12-07 18:15:37.278 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/a0d7b954 repository from https://github.com/hassio-addons/repository
2025-12-07 18:15:37.280 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/d5369777 repository from https://github.com/music-assistant/home-assistant-addon
2025-12-07 18:15:37.281 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/core repository from https://github.com/home-assistant/addons
2025-12-07 18:15:37.283 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/5c53de3b repository from https://github.com/esphome/home-assistant-addon
2025-12-07 18:15:37.287 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/9cf1ea8f repository from https://github.com/GollumDom/addon-repository
2025-12-07 18:15:37.288 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/45df7312 repository from https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
2025-12-07 18:15:37.291 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/cb646a50 repository from https://github.com/hacs/addons
2025-12-07 18:15:37.844 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/hassio-addons/repository repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:15:37.845 INFO (MainThread) [supervisor.resolution.module] Create new issue corrupt_repository - store / a0d7b954
2025-12-07 18:15:37.846 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/home-assistant/addons repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:15:37.846 INFO (MainThread) [supervisor.resolution.module] Create new issue corrupt_repository - store / core
2025-12-07 18:15:37.866 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/esphome/home-assistant-addon repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:15:37.866 INFO (MainThread) [supervisor.resolution.module] Create new issue corrupt_repository - store / 5c53de3b
2025-12-07 18:15:37.875 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/music-assistant/home-assistant-addon repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:15:37.876 INFO (MainThread) [supervisor.resolution.module] Create new issue corrupt_repository - store / d5369777
2025-12-07 18:15:38.737 ERROR (MainThread) [supervisor.store] Could not reload repository 5c53de3b due to StoreGitError()
2025-12-07 18:15:38.737 ERROR (MainThread) [supervisor.store] Could not reload repository a0d7b954 due to StoreGitError()
2025-12-07 18:15:38.737 ERROR (MainThread) [supervisor.store] Could not reload repository core due to StoreGitError()
2025-12-07 18:15:38.737 ERROR (MainThread) [supervisor.store] Could not reload repository d5369777 due to StoreGitError()
2025-12-07 18:16:25.434 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/a0d7b954 repository from https://github.com/hassio-addons/repository
2025-12-07 18:16:25.434 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/core repository from https://github.com/home-assistant/addons
2025-12-07 18:16:25.435 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/d5369777 repository from https://github.com/music-assistant/home-assistant-addon
2025-12-07 18:16:25.439 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/5c53de3b repository from https://github.com/esphome/home-assistant-addon
2025-12-07 18:16:25.448 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/9cf1ea8f repository from https://github.com/GollumDom/addon-repository
2025-12-07 18:16:25.451 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/cb646a50 repository from https://github.com/hacs/addons
2025-12-07 18:16:25.464 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/45df7312 repository from https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
2025-12-07 18:16:25.941 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/music-assistant/home-assistant-addon repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:25.960 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/hassio-addons/repository repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:25.965 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/home-assistant/addons repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:25.974 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/esphome/home-assistant-addon repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:26.841 ERROR (MainThread) [supervisor.store] Could not reload repository 5c53de3b due to StoreGitError()
2025-12-07 18:16:26.841 ERROR (MainThread) [supervisor.store] Could not reload repository a0d7b954 due to StoreGitError()
2025-12-07 18:16:26.841 ERROR (MainThread) [supervisor.store] Could not reload repository core due to StoreGitError()
2025-12-07 18:16:26.841 ERROR (MainThread) [supervisor.store] Could not reload repository d5369777 due to StoreGitError()
2025-12-07 18:16:30.685 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/core repository from https://github.com/home-assistant/addons
2025-12-07 18:16:30.685 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/a0d7b954 repository from https://github.com/hassio-addons/repository
2025-12-07 18:16:30.686 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/d5369777 repository from https://github.com/music-assistant/home-assistant-addon
2025-12-07 18:16:30.686 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/5c53de3b repository from https://github.com/esphome/home-assistant-addon
2025-12-07 18:16:30.702 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/45df7312 repository from https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
2025-12-07 18:16:30.703 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/9cf1ea8f repository from https://github.com/GollumDom/addon-repository
2025-12-07 18:16:30.710 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/cb646a50 repository from https://github.com/hacs/addons
2025-12-07 18:16:31.195 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/home-assistant/addons repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:31.200 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/esphome/home-assistant-addon repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:31.216 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/hassio-addons/repository repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:31.226 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/music-assistant/home-assistant-addon repo: Remote 'origin' has no refspec set.
You can set it as follows: 'git config --add "remote.origin.fetch +refs/heads/*:refs/heads/*"'..
2025-12-07 18:16:32.046 ERROR (MainThread) [supervisor.store] Could not reload repository 5c53de3b due to StoreGitError()
2025-12-07 18:16:32.047 ERROR (MainThread) [supervisor.store] Could not reload repository a0d7b954 due to StoreGitError()
2025-12-07 18:16:32.047 ERROR (MainThread) [supervisor.store] Could not reload repository core due to StoreGitError()
2025-12-07 18:16:32.047 ERROR (MainThread) [supervisor.store] Could not reload repository d5369777 due to StoreGitError()
2025-12-07 18:17:44.474 ERROR (MainThread) [supervisor.store] Can't add https://github.com/hassio-addons/repository, already in the store
2025-12-07 18:17:48.562 INFO (MainThread) [supervisor.store.git] Cloning add-on /data/addons/git/c8120f33 repository from https://github.com/hassio-addons/./repository
2025-12-07 18:17:49.855 WARNING (SyncWorker_5) [supervisor.store.data] No repository information exists at /data/addons/git/5c53de3b
2025-12-07 18:17:49.856 WARNING (SyncWorker_5) [supervisor.store.data] No repository information exists at /data/addons/git/a0d7b954
2025-12-07 18:17:49.856 WARNING (SyncWorker_5) [supervisor.store.data] No repository information exists at /data/addons/git/d5369777
2025-12-07 18:17:49.879 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Folding@home' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.887 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Grocy' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.891 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Tailscale' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.895 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Overseerr' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.899 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Nginx Proxy Manager' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.902 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'MQTT IO' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.915 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'InfluxDB' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.917 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Log Viewer' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.932 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Glances' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.936 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on 'Traccar' uses deprecated 'codenotary' field in config. This field is no longer used and will be ignored. Please report this to the maintainer.
2025-12-07 18:17:49.951 INFO (MainThread) [supervisor.store] Loading add-ons from store: 56 all - 47 new - 0 remove
2025-12-07 18:17:54.997 INFO (SyncWorker_0) [supervisor.addons.addon] Creating Home Assistant add-on data folder /data/addons/data/c8120f33_ssh
2025-12-07 18:17:54.999 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/ssh/aarch64 with tag 22.0.3.
2025-12-07 18:18:05.081 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/hassio-addons/ssh/aarch64:22.0.3: DockerError(500, 'Get "https://ghcr.io/v2/": net/http: TLS handshake timeout')
2025-12-07 18:18:05.082 ERROR (MainThread) [supervisor.addons.addon] Could not pull image to update addon c8120f33_ssh: Can't install ghcr.io/hassio-addons/ssh/aarch64:22.0.3: DockerError(500, 'Get "https://ghcr.io/v2/": net/http: TLS handshake timeout')
2025-12-07 18:21:12.385 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/ssh/aarch64 with tag 22.0.3.
2025-12-07 18:21:30.587 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/ssh/aarch64 with version 22.0.3
2025-12-07 18:21:30.621 INFO (MainThread) [supervisor.addons.manager] Add-on 'c8120f33_ssh' successfully installed
2025-12-07 18:21:50.358 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/ssh/aarch64 with version 22.0.3
2025-12-07 18:21:54.576 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Advanced SSH & Web Terminal is failed, restarting...
2025-12-07 18:21:54.581 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_c8120f33_ssh application
2025-12-07 18:21:55.412 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/ssh/aarch64 with version 22.0.3
2025-12-07 18:22:09.754 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping addon_c8120f33_ssh application
2025-12-07 18:22:13.443 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_c8120f33_ssh application
2025-12-07 18:22:13.986 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/ssh/aarch64 with version 22.0.3

System information

System Information

version core-2025.12.1
installation_type Home Assistant OS
dev false
hassio true
docker true
container_arch aarch64
user root
virtualenv false
python_version 3.13.9
os_name Linux
os_version 6.12.47-haos-raspi
arch aarch64
timezone Asia/Tokyo
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 5000
Installed Version 2.0.5
Stage running
Available Repositories 2470
Downloaded Repositories 8
Home Assistant Cloud
logged_in false
can_reach_cert_server failed to load: timeout
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 16.3
update_channel stable
supervisor_version supervisor-2025.12.2
agent_version 1.7.2
docker_version 28.3.3
disk_total 57.8 GB
disk_used 9.4 GB
nameservers 1.0.0.1, 8.8.8.8, 8.8.4.4, 2400:4053:6026:9000:9e05:d6ff:fe3e:3e02, 1.1.1.1
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi5-64
supervisor_api ok
version_api ok
installed_addons File editor (5.8.0), ESPHome Device Builder (2025.11.4), Zigbee2MQTT (2.7.1-1), MQTT Explorer (browser-1.0.3), SQLite Web (4.4.1), Matter Server (8.1.1), Samba share (12.5.2), Silicon Labs Flasher (0.4.0), Mosquitto broker (6.5.2)
Dashboards
dashboards 3
resources 5
views 2
mode storage
Network Configuration
adapters lo (disabled), enu1 (enabled, default, auto), docker0 (disabled), hassio (disabled), veth0dc1b37 (disabled), veth089f496 (disabled), veth8ae0d3d (disabled), veth7a061ff (disabled), veth889babb (disabled), vetha7bf3a7 (disabled), vethd90f1af (disabled)
ipv4_addresses lo (127.0.0.1/8), enu1 (192.168.2.58/24), docker0 (172.30.232.1/23), hassio (172.30.32.1/23), veth0dc1b37 (), veth089f496 (), veth8ae0d3d (), veth7a061ff (), veth889babb (), vetha7bf3a7 (), vethd90f1af ()
ipv6_addresses lo (::1/128), enu1 (2400:4053:6026:9000:a25b:537e:272d:b732/64, fe80::8d7c:c39:7659:4ba6/64), docker0 (fe80::c07b:ddff:fe5d:c13f/64), hassio (fd0c:ac1e:2100::1/48, fe80::ccb1:2eff:fe60:86d9/64), veth0dc1b37 (fe80::7478:9dff:fed2:7911/64), veth089f496 (fe80::30bf:56ff:fe74:b101/64), veth8ae0d3d (fe80::40af:b2ff:fe34:c365/64), veth7a061ff (fe80::9414:60ff:fe64:346d/64), veth889babb (fe80::ec8c:e9ff:fe6e:9f4d/64), vetha7bf3a7 (fe80::8fa:8cff:fef9:cc1c/64), vethd90f1af (fe80::8846:f4ff:fe81:4d34/64)
announce_addresses 192.168.2.58, 2400:4053:6026:9000:a25b:537e:272d:b732, fe80::8d7c:c39:7659:4ba6
Recorder
oldest_recorder_run October 25, 2025 at 08:19
current_recorder_run December 7, 2025 at 19:27
estimated_db_size 763.57 MiB
database_engine sqlite
database_version 3.49.2

Supervisor diagnostics

No response

Additional information

The logs and info above are from when the issue was not fixed.

There is a TLS handshake error in there, I think it's unrelated, I don't know why my connection has been spotty today.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions