本帖最后由 kaka0992 于 2025-2-4 16:57 编辑
0.1.3还是这样
此错误来自自定义集成。
日志记录器: custom_components.clash_controller.coordinator
来源: helpers/update_coordinator.py:379
集成: Clash Controller (文档, 问题)
首次出现: 16:53:43 (5 次总计出现)
上次记录: 16:56:21
Unexpected error fetching homeassistant (http___192_168_10_2_9090_) data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/clash_controller/coordinator.py", line 105, in _async_update_data
"state": response.get("memory").get("inuse"),
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
|