那位大佬讲解一下 这个咋处理
此错误来自自定义集成。
日志记录器: custom_components.hacs
来源: custom_components/hacs/config_flow.py:98
集成: HACS (文档, 问题)
首次出现: 02:28:15 (2 次总计出现)
上次记录: 02:31:18
Timeout of 20 reached while waiting for https://github.com/login/device/code
Traceback (most recent call last):
File "/config/custom_components/hacs/config_flow.py", line 98, in async_step_device
response = await self.device.register()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiogithubapi/device.py", line 103, in register
response = await self._client.async_call_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiogithubapi/client.py", line 147, in async_call_api
raise GitHubConnectionException(
aiogithubapi.exceptions.GitHubConnectionException: Timeout of 20 reached while waiting for https://github.com/login/device/code
|