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.65k stars 30.79k forks source link

meteo_france on HA 2024.9.1 fails to load #125607

Closed aqwserf closed 2 months ago

aqwserf commented 2 months ago

The problem

Since update to HA Supervised 2024.9.1 this morning, Meteo-France no longer works, at least my side. Tried to restart the instance without success and the integration takes a while to load. See debug log for the integration below.

Anyone else experiencing this issue?

Thanks

What version of Home Assistant Core has the issue?

core-2024.9.1

What was the last working version of Home Assistant Core?

core-2024.9.0

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

meteo_france

Link to integration documentation on our website

https://www.home-assistant.io/integrations/meteo_france

Diagnostics information

024-09-09 09:25:51.100 DEBUG (MainThread) [homeassistant.components.meteo_france] Finished fetching Météo-France forecast for city Pessac - Aquitaine (33) - FR data in 59.995 seconds (success: True) 2024-09-09 09:25:51.100 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Pessac - Aquitaine (33) - FR for meteo_france Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/meteo_france/init.py", line 73, in async_setup_entry await coordinator_forecast.async_refresh() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 330, in async_refresh await self._async_refresh(log_failures=True) File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 354, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 271, in _async_update_data return await self.update_method() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/meteo_france/init.py", line 47, in _async_update_data_forecast_forecast return await hass.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError

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 2 months ago

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

Code owner commands Code owners of `meteo_france` 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 meteo_france` 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)


meteo_france documentation meteo_france source (message by IssueLinks)

aqwserf commented 2 months ago

For some reason, the integration works again. Probably an issue on Meteo-France side... closing the issue