|
楼主 |
发表于 2022-11-6 21:38:31
|
显示全部楼层
此错误来自自定义集成。
Logger: custom_components.xiaomi_gateway3.core.gateway
Source: custom_components/xiaomi_gateway3/core/shell/shell_arm.py:17
Integration: Xiaomi Gateway 3 (documentation, issues)
First occurred: 21:36:34 (1 occurrences)
Last logged: 21:36:34
192.168.13.126 | Can't prepare gateway
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/streams.py", line 617, in readuntil
await self._wait_for_data('readuntil')
File "/usr/local/lib/python3.10/asyncio/streams.py", line 502, in _wait_for_data
await self._waiter
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/xiaomi_gateway3/core/gateway/__init__.py", line 174, in prepare_gateway
async with shell.Session(self.host) as sh:
File "/config/custom_components/xiaomi_gateway3/core/shell/__init__.py", line 29, in __aenter__
return await self.login()
File "/config/custom_components/xiaomi_gateway3/core/shell/__init__.py", line 54, in login
await shell.login()
File "/config/custom_components/xiaomi_gateway3/core/shell/shell_arm.py", line 17, in login
await asyncio.wait_for(coro, timeout=3)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
谁能帮看看什么问题 |
|