home-assistant / supervisor

:house_with_garden: Home Assistant Supervisor
https://home-assistant.io/hassio/
Apache License 2.0
1.75k stars 638 forks source link

HA crashing with error message #5251

Closed Aaroneisele55 closed 1 month ago

Aaroneisele55 commented 2 months ago

Describe the issue you are experiencing

My HA instance is constantly restarting for no obvious reason, there is always the same error in the logs....

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 don't know yet

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

2024-08-15 11:18:59.196 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-1478284' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1429> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1443, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00

System Health information

System Information

version core-2024.8.1
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | pending GitHub Web | pending GitHub API Calls Remaining | 5000 Installed Version | 1.34.0 Stage | running Available Repositories | 1389 Downloaded Repositories | 50
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | pending can_reach_cloud_auth | pending can_reach_cloud | pending
Home Assistant Supervisor host_os | Home Assistant OS 13.0 -- | -- update_channel | stable supervisor_version | supervisor-2024.08.0 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 916.2 GB disk_used | 70.6 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | board | rpi4-64 supervisor_api | ok version_api | pending installed_addons | Advanced SSH & Web Terminal (18.0.0), File editor (5.8.0), Mosquitto broker (6.4.1), ESPHome (2024.7.3), Node-RED (18.0.5), Matter Server (6.4.1), MQTT Explorer (browser-1.0.3), Studio Code Server (5.15.0), Tailscale with features (0.20.0.3), Samba share (12.3.2), Piper (1.5.2), Whisper (2.1.2), Home Assistant Google Drive Backup (0.112.1), USBIP Mounter (1.1.0), Warema Bridge (dev), Matterbridge (2.6.2-117), WeeWX (0.111)
Dashboards dashboards | 8 -- | -- resources | 25 views | 22 mode | storage
Recorder oldest_recorder_run | 6. August 2024 um 18:06 -- | -- current_recorder_run | 14. August 2024 um 15:27 estimated_db_size | 1230.10 MiB database_engine | sqlite database_version | 3.45.3

Supervisor diagnostics

config_entry-hassio-ea955f2b3a95c8928dfb15177bff44af.json

Additional information

No response

mdegat01 commented 2 months ago

Sorry what exactly is crashing? The log you shared just shows that Supervisor is repeatedly trying to bring an addon back online and failing to do so. Which means some addon you have definitely has an issue though its not clear which one from the log.

Is that what is crashing, an addon? Or is something else crashing as well?

Aaroneisele55 commented 2 months ago

Sorry what exactly is crashing? The log you shared just shows that Supervisor is repeatedly trying to bring an addon back online and failing to do so. Which means some addon you have definitely has an issue though its not clear which one from the log.

Is that what is crashing, an addon? Or is something else crashing as well?

My Hone Assistant is becoming unavailable (no network access, no automations running, etc.) at seemingly random times, then comes back online after ~5 minutes... How could I diagnose such an issue because I can only access the logs in the UI back to the last restart...

agners commented 2 months ago

How could I diagnose such an issue because I can only access the logs in the UI back to the last restart...

You can use the console to access logs older than that, e.g. to get the logs of Supervisor from a previous boot.

ha supervisor logs --boot -1 

It could be that the Supervisor deems the Core as non-responsive and restarts it. Can you share the full Supervisor logs?

Also can you try starting HA in safe mode? Settings -> System -> Top right power icon -> Advanced Options -> Restart Home Assistant in safe mode. This is mostly to check if a custom component causes issues.

Aaroneisele55 commented 2 months ago

How could I diagnose such an issue because I can only access the logs in the UI back to the last restart...

You can use the console to access logs older than that, e.g. to get the logs of Supervisor from a previous boot.

ha supervisor logs --boot -1 

It could be that the Supervisor deems the Core as non-responsive and restarts it. Can you share the full Supervisor logs?

Also can you try starting HA in safe mode? Settings -> System -> Top right power icon -> Advanced Options -> Restart Home Assistant in safe mode. This is mostly to check if a custom component causes issues.

I had to use the second last boot because I rebooted manually last time to try to resolve it... I ran the command and here are my logs:

~ # ha supervisor logs --boot -2
2024-08-14 02:07:20.392 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-08-14 02:07:20.393 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-08-14 02:07:20.394 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-08-14 02:07:20.404 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-08-14 02:07:21.471 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-08-14 02:07:21.472 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-08-14 02:07:21.474 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-08-14 02:07:30.455 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-08-14 02:08:48.827 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:13:48.830 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:14:07.918 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-08-14 02:18:48.829 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:23:49.026 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:28:48.852 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:33:48.814 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:38:48.805 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:43:48.803 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:44:16.379 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-08-14 02:48:48.802 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:53:48.952 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 02:55:25.644 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-08-14 02:55:27.477 INFO (MainThread) [supervisor.host.services] Updating service information
2024-08-14 02:55:27.549 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-08-14 02:55:28.487 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-08-14 02:55:28.808 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-08-14 02:58:48.840 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:03:48.805 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:07:21.479 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-08-14 03:07:21.485 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-08-14 03:07:21.489 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-08-14 03:07:21.638 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-08-14 03:07:21.945 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-08-14 03:07:21.947 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-08-14 03:07:21.949 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-08-14 03:07:21.969 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-08-14 03:07:21.972 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-08-14 03:07:21.974 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-08-14 03:07:22.988 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-08-14 03:07:22.990 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-08-14 03:07:22.991 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-08-14 03:07:22.992 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-08-14 03:07:23.999 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-08-14 03:07:23.001 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-08-14 03:07:23.009 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-08-14 03:08:48.853 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:13:07.131 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
2024-08-14 03:13:07.147 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
2024-08-14 03:13:48.804 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:14:16.836 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-08-14 03:18:48.831 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:23:49.018 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:28:48.837 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:33:48.833 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:38:48.805 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:43:48.803 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:44:20.271 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-08-14 03:48:48.808 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:53:48.818 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 03:58:49.024 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 04:03:48.840 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 04:07:23.014 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-08-14 04:07:23.021 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-08-14 04:07:23.026 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-08-14 04:07:23.728 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-08-14 04:07:24.087 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-08-14 04:07:24.089 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-08-14 04:07:24.092 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-08-14 04:07:24.118 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-08-14 04:07:24.120 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-08-14 04:07:24.123 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-08-14 04:07:24.139 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-08-14 04:07:24.140 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-08-14 04:07:24.140 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-08-14 04:07:24.141 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-08-14 04:07:25.121 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-08-14 04:07:25.124 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-08-14 04:07:25.129 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-08-14 04:07:30.753 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-08-14 04:08:48.812 WARNING (MainThread) [supervisor.addons.options] Option 'advanced_config' does not exist in the schema for Tailscale with features (09716aab_tailscale)
2024-08-14 04:09:18.869 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/jgoakley/hassio-addons repository
2024-08-14 04:09:19.037 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/santam85/addon-warema-wms repository
2024-08-14 04:09:19.364 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/AverageJoe89/hassio-usbip-mounter repository
2024-08-14 04:09:19.397 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
2024-08-14 04:09:19.422 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-08-14 04:09:19.451 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/GollumDom/addon-repository repository
2024-08-14 04:09:19.483 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/lmagyar/homeassistant-addon-tailscale repository
2024-08-14 04:09:19.548 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/t0bst4r/matterbridge-home-assistant-addon repository
2024-08-14 04:09:19.589 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/alexbelgium/hassio-addons repository
2024-08-14 04:09:19.640 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-08-14 04:09:19.667 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-08-14 04:09:19.684 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-08-14 04:09:23.597 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of USBIP Mounter
2024-08-14 04:09:24.141 WARNING (SyncWorker_5) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Signalk Server
2024-08-14 04:09:24.324 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on config 'startup' with 'before' is deprecated. Please report this to the maintainer of LIRC
2024-08-14 04:09:24.325 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of LIRC
2024-08-14 04:09:25.707 WARNING (SyncWorker_6) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of USBIP Mounter
2024-08-14 04:09:25.926 WARNING (SyncWorker_5) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Signalk Server
2024-08-14 04:09:26.010 WARNING (SyncWorker_6) [supervisor.addons.validate] Add-on config 'startup' with 'before' is deprecated. Please report this to the maintainer of LIRC
2024-08-14 04:09:26.010 WARNING (SyncWorker_6) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of LIRC
2024-08-14 04:09:26.417 INFO (MainThread) [supervisor.store] Loading add-ons from store: 185 all - 0 new - 0 remove
2024-08-14 04:09:26.418 INFO (MainThread) [supervisor.store] Loading add-ons from store: 185 all - 0 new - 0 remove

My Core logs are these:

 ha core logs --boot -1
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.548 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_8] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.583 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_40] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.619 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_57] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.655 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_38] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.691 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_44] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.727 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_0] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.762 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_12] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.797 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_3] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.833 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_33] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.868 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_47] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
2024-08-17 10:52:00.904 WARNING (MainThread) [homeassistant.util.executor] Thread[SyncWorker_42] is still running at shutdown: File "/usr/local/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89, in _worker
    work_item = work_queue.get(block=True)
Found 29 non-daemonic threads.
[08:52:49] INFO: Home Assistant Core finish process exit code 0
[08:52:49] INFO: Home Assistant Core service shutdown
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
github-actions[bot] commented 1 month ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.