2022-11-18 23:10:02.932 ERROR (SyncWorker_10) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/ikuai/data_fetcher.py", line 131, in _get_ikuai_status
resdata = await self._hass.async_add_executor_job(self.requestpost_json, url, header, json_body)
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/config/custom_components/ikuai/data_fetcher.py", line 130, in _get_ikuai_status
async with timeout(5):
File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
raise asyncio.TimeoutError