mampfes / hacs_waste_collection_schedule

Home Assistant integration framework for (garbage collection) schedules
MIT License
1.08k stars 658 forks source link

[Bug]: Region Duisburg not found #2034

Closed saschabrockel closed 6 months ago

saschabrockel commented 6 months ago

I Have A Problem With:

A specific source

What's Your Problem

It worked fine and since a week now (I guess) it's broken. The website of the city still seems to work and give me the data.

Source (if relevant)

app_abfallplus_de

Logs

fetch failed for source Apps by Abfall+: Traceback (most recent call last): File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py", line 134, in fetch entries = self._source.fetch() ^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source/app_abfallplus_de.py", line 140, in fetch for d in self._app.generate_calendar(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 786, in generate_calendar self.select_kommune() File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 502, in select_kommune raise Exception(f"Region {self._region_search} not found.") Exception: Region Duisburg not found.

Relevant Configuration

sources:
  - name: app_abfallplus_de
    args:
      app_id: de.idcontor.abfallwbd
      city: Duisburg
      hnr: <sensitive>
      strasse: <sensitive>
      bezirk: <sensitive>
    calendar_title: Abfallkalender Duisburg

Checklist Source Error

Checklist Sensor Error

Required

5ila5 commented 6 months ago

Duplicate of #1989