I updated today my HA Core to 2024.1.6 and after the update my Supervisor was giving me this error:
The protocoll:
Logger: homeassistant.config_entries
Source: config_entries.py:406
First occurred: 10:52:58 (1 occurrences)
Last logged: 10:52:58
Error setting up entry Supervisor for hassio
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 406, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 633, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 265, in async_config_entry_first_refresh
await self._async_refresh(
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 1006, in _async_refresh
await self.hassio.refresh_updates()
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 37, in _wrapper
data = await funct(*argv, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 561, in send_command
request = await self.websession.request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/aiohttp/client.py”, line 605, in _request
await resp.start(conn)
File “/usr/local/lib/python3.11/site-packages/aiohttp/client_reqrep.py”, line 966, in start
message, payload = await protocol.read() # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/aiohttp/streams.py”, line 622, in read
await self._waiter
asyncio.exceptions.CancelledError: Global task timeout
How can i solve the problem?
Thanks in advance
1 post - 1 participant