No issues Tab, so posting here: Errors after Upgrade to HA 2026.7.2 #320
DerEichler
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Multiple errors in logs:
Logger: custom_components.wundergroundpws.coordinator
Quelle: custom_components/wundergroundpws/coordinator.py:156
Integration: Wundergroundpws (Dokumentation, Probleme)
Erstmals aufgetreten: 20:47:14 (3 Vorkommnisse)
Zuletzt protokolliert: 22:17:07
Error fetching WUnderground data: ClientConnectorDNSError(ConnectionKey(host='api.weather.com', port=443, is_ssl=True, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=None, server_hostname=None), OSError(None, 'Timeout while contacting DNS servers'))
Logger: custom_components.wundergroundpws.coordinator
Quelle: custom_components/wundergroundpws/coordinator.py:154
Integration: Wundergroundpws (Dokumentation, Probleme)
Erstmals aufgetreten: 19:18:50 (52 Vorkommnisse)
Zuletzt protokolliert: 23:49:36
Check WUnderground API ('NO CURRENT RESULT',)
Logger: custom_components.wundergroundpws.coordinator
Quelle: helpers/update_coordinator.py:202
Integration: Wundergroundpws (Dokumentation, Probleme)
Erstmals aufgetreten: 19:25:38 (52 Vorkommnisse)
Zuletzt protokolliert: 23:49:36
Unexpected error updating listener 139711745192832 for WundergroundPWSUpdateCoordinator
Unexpected error updating listener 139711096752768 for WundergroundPWSUpdateCoordinator
Unexpected error updating listener 139711607393600 for WundergroundPWSUpdateCoordinator
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 202, in async_update_listeners
update_callback()
~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 667, in _handle_coordinator_update
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1061, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1213, in _async_write_ha_state
) = self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1119, in __async_calculate_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1067, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/weather/init.py", line 890, in state
return self.condition
^^^^^^^^^^^^^^
File "/config/custom_components/wundergroundpws/weather.py", line 163, in condition
day = self.coordinator.get_forecast(FIELD_FORECAST_ICONCODE)
File "/config/custom_components/wundergroundpws/coordinator.py", line 215, in get_forecast
return self.data[FIELD_DAYPART][0][field][period]
~~~~~~~~~^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
All reactions