ITADN

Get the following error

#107Closedcrumets 创建于 2025-08-04
C
crumetscommented
Followed your instruction but get the following error. Is this related to your add-on or is it from AppDeamon? [14:22:22] INFO: Service AppDaemon exited with code 0 (by signal 0) [14:22:23] INFO: Starting AppDaemon... 2025-08-04 14:22:27.267200 INFO AppDaemon: ------------------------------------------------------------ 2025-08-04 14:22:27.267701 INFO AppDaemon: AppDaemon Version 4.5.11 starting 2025-08-04 14:22:27.267806 INFO AppDaemon: ------------------------------------------------------------ 2025-08-04 14:22:27.267884 INFO AppDaemon: Python version is 3.12.11 2025-08-04 14:22:27.268187 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml 2025-08-04 14:22:27.268361 INFO AppDaemon: Added log: AppDaemon 2025-08-04 14:22:27.268445 INFO AppDaemon: Added log: Error 2025-08-04 14:22:27.268533 INFO AppDaemon: Added log: Access 2025-08-04 14:22:27.268600 INFO AppDaemon: Added log: Diag 2025-08-04 14:22:27.268665 INFO AppDaemon: Added log: Solmate_Log_0 2025-08-04 14:22:27.269432 INFO AppDaemon: Using /config/apps as app_dir 2025-08-04 14:22:27.270651 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module appdaemon.plugins.hass.hassplugin 2025-08-04 14:22:27.270915 INFO HASS: HASS Plugin initialization complete 2025-08-04 14:22:27.276439 INFO AppDaemon: Initializing HTTP 2025-08-04 14:22:27.276725 INFO AppDaemon: Using 'ws' for event stream 2025-08-04 14:22:27.276996 INFO AppDaemon: HTTP Listening on port 5050 2025-08-04 14:22:27.279088 INFO AppDaemon: Starting API 2025-08-04 14:22:27.280700 INFO AppDaemon: Starting Admin Interface 2025-08-04 14:22:27.280950 INFO AppDaemon: Starting Dashboards 2025-08-04 14:22:27.290974 INFO AppDaemon: Starting Apps with 1 workers and 1 pins 2025-08-04 14:22:27.292773 INFO AppDaemon: Running on port 5050 2025-08-04 14:22:27.293020 INFO AppDaemon: Waiting for plugins to be ready 2025-08-04 14:22:27.294781 INFO HASS: Connected to Home Assistant 2025.7.4 with aiohttp websocket 2025-08-04 14:22:27.296288 INFO HASS: Authenticated to Home Assistant 2025.7.4 2025-08-04 14:22:27.300841 INFO HASS: Waiting for Home Assistant to start 2025-08-04 14:22:27.304513 INFO AppDaemon: All plugins ready 2025-08-04 14:22:27.308231 INFO AppDaemon: Scheduler running in realtime 2025-08-04 14:22:27.373719 INFO HASS: Completed initialization in 90.840ms 2025-08-04 14:22:27.379911 INFO AppDaemon: New app config: solmate_0 2025-08-04 14:22:27.416698 WARNING AppDaemon: ------------------------------------------------------------ 2025-08-04 14:22:27.416892 WARNING AppDaemon: Unexpected error during run() 2025-08-04 14:22:27.417008 WARNING AppDaemon: ------------------------------------------------------------ Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/appdaemon/__main__.py", line 157, in run loop.run_until_complete(asyncio.gather(*pending)) File "/usr/lib/python3.12/asyncio/base_events.py", line 691, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/appdaemon/utility_loop.py", line 148, in loop await self.AD.app_management.check_app_updates(mode=UpdateMode.INIT) File "/usr/lib/python3.12/site-packages/appdaemon/app_management.py", line 839, in check_app_updates await self._import_modules(update_actions) File "/usr/lib/python3.12/site-packages/appdaemon/app_management.py", line 1107, in _import_modules load_order = self.dependency_manager.python_sort(modules) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/appdaemon/dependency_manager.py", line 211, in python_sort order = [n for n in topo_sort(self.python_deps.dep_graph) if n in modules] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/appdaemon/dependency.py", line 261, in topo_sort raise CircularDependency(f"Visited {visited} already, but {node} depends on {deps}") appdaemon.dependency.CircularDependency: Visited ['datetime', 'syslog', 'contextlib', 'multiprocessing', 'check_requirements', 'sys', 'io', 'signal', 'websockets.client', 'importlib', 'solmate_ha_config', 'solmate_utils', 'queue', 'socket', 'solmate_importmanager', 'os', 'subprocess', 'asyncio', 'json'] already, but solmate_ha_config depends on {'solmate_utils', 'json'} 2025-08-04 14:22:27.420158 INFO AppDaemon: Previous message repeated 1 times Thanks in advance!
关闭于 2025-08-04 4 条评论