FL550 / dwd_weather

Deutscher Wetterdienst integration for Home-Assistant
MIT License
188 stars 12 forks source link

v2.1.2: Error in HA Log #123

Closed mase60 closed 4 months ago

mase60 commented 6 months ago

Version of home_assistant

Core 2024.3.3 Supervisor 2024.03.1 Operating System 12.1 Frontend 20240307.0

Version of the custom_component

v2.1.2

Describe the bug

I get the following error in HA log:


Logger: custom_components.dwd_weather
Quelle: helpers/update_coordinator.py:331
Integration: Deutscher Wetterdienst (Dokumentation, Probleme)
Erstmals aufgetreten: 1. April 2024 um 23:20:54 (2 Vorkommnisse)
Zuletzt protokolliert: 06:00:49

Error requesting DWD Weather Coordinator for Q241 data: HTTPSConnectionPool(host='www.dwd.de', port=443): Max retries exceeded with url: /DWD/wetter/wv_allg/deutschland/text/vhdl13_dwsg.html (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1e1f7b7830>: Failed to establish a new connection: [Errno -3] Try again'))
Error requesting DWD Weather Coordinator for Q241 data: HTTPSConnectionPool(host='www.dwd.de', port=443): Max retries exceeded with url: /DWD/wetter/wv_allg/deutschland/text/vhdl13_dwsg.html (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1e15f1e9c0>: Failed to establish a new connection: [Errno -3] Try again'))

Debug log

is more needed?

FL550 commented 6 months ago

Thanks for reporting. I'll implement better failure case handling.

FL550 commented 4 months ago

Should be fixed by now. Please reopen this, if it still occurs.