home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.61k stars 30.77k forks source link

error in log freebox #117771

Closed gypais closed 5 months ago

gypais commented 5 months ago

The problem

i found this in log :

2024-05-20 09:15:42 2024-05-20 09:15:42.158 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
2024-05-20 09:15:42 Traceback (most recent call last):
2024-05-20 09:15:42   File "/usr/src/homeassistant/homeassistant/components/freebox/router.py", line 130, in update_all
2024-05-20 09:15:42     await self.update_device_trackers()
2024-05-20 09:15:42   File "/usr/src/homeassistant/homeassistant/components/freebox/router.py", line 142, in update_device_trackers
2024-05-20 09:15:42     self.supports_hosts, fbx_devices = await get_hosts_list_if_supported(
2024-05-20 09:15:42                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-05-20 09:15:42   File "/usr/src/homeassistant/homeassistant/components/freebox/router.py", line 75, in get_hosts_list_if_supported
2024-05-20 09:15:42     fbx_devices = await fbx_api.lan.get_hosts_list() or []
2024-05-20 09:15:42                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-05-20 09:15:42   File "/usr/local/lib/python3.12/site-packages/freebox_api/api/lan.py", line 64, in get_hosts_list
2024-05-20 09:15:42     return await self._access.get(f"lan/browser/{interface}")
2024-05-20 09:15:42            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-05-20 09:15:42   File "/usr/local/lib/python3.12/site-packages/freebox_api/access.py", line 122, in get
2024-05-20 09:15:42     return await self._perform_request(self.session.get, end_url)
2024-05-20 09:15:42            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-05-20 09:15:42   File "/usr/local/lib/python3.12/site-packages/freebox_api/access.py", line 94, in _perform_request
2024-05-20 09:15:42     r = await verb(url, **request_params)
2024-05-20 09:15:42         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-05-20 09:15:42   File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 507, in _request
2024-05-20 09:15:42     with timer:
2024-05-20 09:15:42   File "/usr/local/lib/python3.12/site-packages/aiohttp/helpers.py", line 735, in __exit__
2024-05-20 09:15:42     raise asyncio.TimeoutError from None
2024-05-20 09:15:42 TimeoutError

What version of Home Assistant Core has the issue?

core-2024.5.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

freebox

Link to integration documentation on our website

No response

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

home-assistant[bot] commented 5 months ago

Hey there @hacf-fr, @quentame, mind taking a look at this issue as it has been labeled with an integration (freebox) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `freebox` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign freebox` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


freebox documentation freebox source (message by IssueLinks)

mib1185 commented 5 months ago

Hi @gypais do you have any more details? Is it just this error message or do you also encounter any issues with the freebox integration? Are there any actions done before this message appear (how to reproduce it)?

issue-triage-workflows[bot] commented 5 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.