core: Freebox : TimeoutError while setup integration since firmware 4.5.5
The problem
Latest Freebox router update 4.5.5.X broke the integration for freebox I removed the integration and it’s config file And i am trying to re setup the integration from scratch. But after validating on the freebox router screen the connexion with HomeAssistrant, i am getting errors:
2022-04-13 01:22:00 ERROR (MainThread) [homeassistant.components.freebox.config_flow] Unknown error connecting with Freebox router at abcd.freeboxos.fr
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/freebox/config_flow.py", line 79, in async_step_link
await fbx.lan.get_hosts_list()
File "/usr/local/lib/python3.9/site-packages/freebox_api/api/lan.py", line 57, in get_hosts_list
return await self._access.get(f"lan/browser/{interface}")
File "/usr/local/lib/python3.9/site-packages/freebox_api/access.py", line 122, in get
return await self._perform_request(self.session.get, end_url)
File "/usr/local/lib/python3.9/site-packages/freebox_api/access.py", line 94, in _perform_request
r = await verb(url, **request_params)
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 559, in _request
await resp.start(conn)
File "/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 913, in start
self._continue = None
File "/usr/local/lib/python3.9/site-packages/aiohttp/helpers.py", line 721, in __exit__
raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError
What version of Home Assistant Core has the issue?
core-2022.4.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
freebox
Link to integration documentation on our website
https://www.home-assistant.io/integrations/freebox
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 10
- Comments: 16 (6 by maintainers)
on my end the issue disappeared on itself. I had deleted the integration and the config file stored in homeassistant file structure mentioned above (and deleted the access tokens in the freebox settings) I tried to redo the integration after a restart of HA and it would not work. I let it a few days/weeks (I can’t be sure exactly) without the integration. And after some time, I redid the integration and it worked… and as far as I remember neither HA nor the Freebox had got a new version during this time…