Giter VIP home page Giter VIP logo

Comments (14)

FL550 avatar FL550 commented on August 22, 2024 6

Hi, this is all related to the SSL error of the DWD site. My quick attempt to fix this wasn't successful, because I forgot about HSTS.

So please wait until DWD renews their certificate.

from dwd_weather.

GerdRuetten avatar GerdRuetten commented on August 22, 2024 3

DWD has fix the problem.
The side is reach over a new SSL-Cert.

from dwd_weather.

VDRainer avatar VDRainer commented on August 22, 2024 2

Downgrade to 1.2.17 works for me.

from dwd_weather.

GerdRuetten avatar GerdRuetten commented on August 22, 2024

I have the same issue.

The problem is, that the SSL-Certificat from DWD is expired, so the https-URL are invalid

NET::ERR_CERT_DATE_INVALID
Subject: opendata.dwd.de
Issuer: DFN-Verein Global Issuing CA
Expires on: 08.05.2022
Current date: 09.05.2022

V 1.2.19 crashed about this SSL-error on DWD-side and V 1.2.20 crashed with an unsafe http-URL because the DWD-Side use HSTS!

Wait for DWD to fix the error

from dwd_weather.

Friedi1970 avatar Friedi1970 commented on August 22, 2024

I tried to delete and reinstall again the integration but I only get "unknown error" :(

from dwd_weather.

arboeh avatar arboeh commented on August 22, 2024

Error for me also, deleted integration because I had the same error described at the top and on adding I get this now:

Traceback (most recent call last):
  File "/config/custom_components/dwd_weather/config_flow.py", line 71, in async_step_user
    info = await validate_input(self.hass, user_input)
  File "/config/custom_components/dwd_weather/config_flow.py", line 49, in validate_input
    await dwd_weather_data.async_update()
  File "/config/custom_components/dwd_weather/connector.py", line 58, in async_update
    return await self._hass.async_add_executor_job(self._update)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/dwd_weather/connector.py", line 65, in _update
    self.dwd_weather.update()
  File "/usr/local/lib/python3.9/site-packages/simple_dwd_weatherforecast/dwdforecast.py", line 469, in update
    self.parse_kml(kml)
  File "/usr/local/lib/python3.9/site-packages/simple_dwd_weatherforecast/dwdforecast.py", line 496, in parse_kml
    result = tree.xpath("//dwd:IssueTime", namespaces=self.namespaces)[0].text
IndexError: list index out of range

from dwd_weather.

GerdRuetten avatar GerdRuetten commented on August 22, 2024

Hi, this is all related to the SSL error of the DWD site. My quick attempt to fix this wasn't successful, because I forgot about HSTS.

So please wait until DWD renews their certificate.

Release you a new version with the correct SSL-URL after DWD fixed his SSL-Cert?

from dwd_weather.

VDRainer avatar VDRainer commented on August 22, 2024

Yepp, DWD Weather is back. 😄

from dwd_weather.

damanti-me avatar damanti-me commented on August 22, 2024

sadly the same error still persists as i installed the update to 1.2.20 like in #52 (comment) .
core-2022.5.1
Python-Version | 3.9.6
Tried reboots and reinstalls.
any tips for me?

from dwd_weather.

arboeh avatar arboeh commented on August 22, 2024

Downgrade to 1.2.17 works for me.

👍

from dwd_weather.

GerdRuetten avatar GerdRuetten commented on August 22, 2024

sadly the same error still persists as i installed the update to 1.2.20 like in #52 (comment) . core-2022.5.1 Python-Version | 3.9.6 Tried reboots and reinstalls. any tips for me?

Change in the file

custom_components/dwd_weather/manifest.json

"requirements": ["simple_dwd_weatherforecast==1.1.3","markdownify==0.6.5"]
to

"requirements": ["simple_dwd_weatherforecast==1.1.4","markdownify==0.6.5"]

or downgrade to version 1.2.19

@FL550

I think, you must release a new version from the Add-on with this change

from dwd_weather.

FL550 avatar FL550 commented on August 22, 2024

The new release is now live.

from dwd_weather.

arboeh avatar arboeh commented on August 22, 2024

The new release is now live.

Works for me. 👍
Thanks!

from dwd_weather.

Friedi1970 avatar Friedi1970 commented on August 22, 2024

Fine for me :) Thanks so much!!!

from dwd_weather.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.