hi
need your help
since yesterday my homeassistant is not in good shape
here are the logs
Home Assistant Core
2023-07-24 10:24:55.736 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-07-24 10:24:55.739 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration frigate which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-07-24 10:24:55.741 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-07-24 10:24:55.744 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-07-24 10:24:55.747 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration apex which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-07-24 10:24:55.749 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration rpi_gpio which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-07-24 10:24:55.751 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-07-24 10:25:08.237 ERROR (MainThread) [homeassistant.components.hassio.handler] /store return code 500
2023-07-24 10:25:08.254 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /store -
2023-07-24 10:25:16.967 DEBUG (SyncWorker_1) [homeassistant.components.command_line] Running command: cat /sys/class/thermal/thermal_zone0/temp
2023-07-24 10:25:16.980 DEBUG (SyncWorker_0) [homeassistant.components.command_line] Running command: rm /config/www/snapshots/bal.jpg
2023-07-24 10:25:16.981 DEBUG (SyncWorker_7) [homeassistant.components.command_line] Running command: date>> /tmp/date.txt
2023-07-24 10:25:17.003 ERROR (SyncWorker_0) [homeassistant.components.command_line.utils] Command failed (with return code 1): rm /config/www/snapshots/bal.jpg
2023-07-24 10:25:21.828 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing component homeassistant.components.scrape
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 813, in get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/scrape/__init__.py", line 27, in <module>
from .coordinator import ScrapeCoordinator
File "/usr/src/homeassistant/homeassistant/components/scrape/coordinator.py", line 7, in <module>
from bs4 import BeautifulSoup
File "/usr/local/lib/python3.11/site-packages/bs4/__init__.py", line 37, in <module>
from .builder import (
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 936, in exec_module
File "<frozen importlib._bootstrap_external>", line 1069, in get_code
File "<frozen importlib._bootstrap_external>", line 729, in _compile_bytecode
ValueError: bad marshal data (invalid reference)
2023-07-24 10:25:21.845 ERROR (MainThread) [homeassistant.setup] Setup failed for scrape: Unable to import component: Exception importing homeassistant.components.scrape
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 813, in get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/scrape/__init__.py", line 27, in <module>
from .coordinator import ScrapeCoordinator
File "/usr/src/homeassistant/homeassistant/components/scrape/coordinator.py", line 7, in <module>
from bs4 import BeautifulSoup
File "/usr/local/lib/python3.11/site-packages/bs4/__init__.py", line 37, in <module>
from .builder import (
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 936, in exec_module
File "<frozen importlib._bootstrap_external>", line 1069, in get_code
File "<frozen importlib._bootstrap_external>", line 729, in _compile_bytecode
ValueError: bad marshal data (invalid reference)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 215, in _async_setup_component
component = integration.get_component()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 821, in get_component
raise ImportError(f"Exception importing {self.pkg_path}") from err
ImportError: Exception importing homeassistant.components.scrape
2023-07-24 10:25:23.569 ERROR (MainThread) [homeassistant.components.esphome.dashboard] Error requesting ESPHome Dashboard data: Cannot connect to host 127.0.0.1:63872 ssl:default [Connect call failed ('127.0.0.1', 63872)]
2023-07-24 10:25:23.577 ERROR (MainThread) [homeassistant.components.esphome.dashboard] Dashboard unavailable; skipping reauth: Cannot connect to host 127.0.0.1:63872 ssl:default [Connect call failed ('127.0.0.1', 63872)]
What can i do ?
thx