Hi,
I use the scraper to read out the Covid data in our region. This worked very well up to 2 weeks ago, but now there is an error message that the data could not be extracted from the HTML.
Logger: homeassistant.components.scrape.sensor
Source: components/scrape/sensor.py:155
Integration: scrape ([documentation](https://www.home-assistant.io/integrations/scrape), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+scrape%22))
First occurred: 11:32:56 (43 occurrences)
Last logged: 11:53:27
Unable to extract data from HTML for.....
Here is the configuration:
- platform: scrape
resource: http://www.apps.nlga.niedersachsen.de/corona/iframe.php
name: Covid Inzident
select: "#current > table.table-region > tbody > tr:nth-child(38) > td:nth-child(5)"
Does anybody have the same Problem? Can someone help me?
Regards
Herbert