|
发表于 2023-5-5 20:38:12
|
显示全部楼层
请问层主你的插座会一直报错吗,虽然不影响使用,但是日志里一直有警告和报错
就这几个
Unexpected error importing mobileL6/recorder.py
Unexpected error importing mobileL6/media_source.py
Unexpected error importing mobileL6/system_health.py
Unexpected error importing mobileL6/logbook.py
Unexpected error importing mobileL6/hardware.py
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/integration_platform.py", line 50, in _async_process_single_integration_platform_component
platform = integration.get_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 833, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 850, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'custom_components.mobilel6.diagnostics' |
|