Hello everybody,
I have had this ominous recurring error in my log for some time now:
2020-04-11 06:32:53 INFO (MainThread) [root] AFSAPI Exception: Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/afsapi/__init__.py", line 101, in call
self.__webfsapi = yield from self.get_fsapi_endpoint()
File "/usr/local/lib/python3.7/site-packages/afsapi/__init__.py", line 81, in get_fsapi_endpoint
endpoint = yield from self.__session.get(self.fsapi_device_url, timeout = self.timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 582, in _request
break
File "/usr/local/lib/python3.7/site-packages/aiohttp/helpers.py", line 586, in __exit__
raise asyncio.TimeoutError from None
concurrent.futures._base.TimeoutError
Current version is 0.108.3, Hassio on Debian Buster. The bug has been gliding with me for some releases.
Does anyone have any idea where it could come from? I am at a loss …
Best wishes
Michael