Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in log freebox #117771

Open
gypais opened this issue May 20, 2024 · 2 comments
Open

error in log freebox #117771

gypais opened this issue May 20, 2024 · 2 comments

Comments

@gypais
Copy link

gypais commented May 20, 2024

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
Copy link

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
Copy link
Contributor

mib1185 commented May 21, 2024

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants