supervisor出现错误,怎么解决呀.

微信截图_20230415145806



Logger: homeassistant.config_entries
Source: components/hassio/handler.py:472
First occurred: 05:03:25 (1 occurrences)
Last logged: 05:03:25

Error setting up entry Supervisor for hassio
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 625, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 215, in async_config_entry_first_refresh
await self._async_refresh(
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 933, in _async_refresh
await self.hassio.refresh_updates()
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 35, in _wrapper
data = await funct(*argv, **kwargs)
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 472, in send_command
request = await self.websession.request(
File “/usr/local/lib/python3.10/site-packages/aiohttp/client.py”, line 560, in _request
await resp.start(conn)
File “/usr/local/lib/python3.10/site-packages/aiohttp/client_reqrep.py”, line 899, in start
message, payload = await protocol.read() # type: ignore[union-attr]
File “/usr/local/lib/python3.10/site-packages/aiohttp/streams.py”, line 616, in read
await self._waiter
asyncio.exceptions.CancelledError

这个是官方搞的bug,等他们修复吧。

遇到同样问题了,期待解决办法