mampfes / hacs_waste_collection_schedule

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

[Bug]: Apps by Abfall+ "Street not found" #1944

Closed Ranzmann closed 7 months ago

Ranzmann commented 7 months ago

I Have A Problem With:

The integration in general

What's Your Problem

Since yesterday data can not be fetched "street not found". First a friend had this issue. Then I tested his street name and could not receive data either. After switching back to my street name there is still no data available.

Source (if relevant)

de.k4systems.bonnorange

Logs

Logger: waste_collection_schedule.source_shell
Source: custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py:136
Integration: waste_collection_schedule (documentation)
First occurred: 11:42:18 AM (1 occurrences)
Last logged: 11:42:18 AM
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 124, in fetch for d in self._app.generate_calendar(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 756, in generate_calendar self.select_street() File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 589, in select_street raise Exception(f"Street {self._strasse_search} not found.") Exception: Street Bornheimer Str. not found.

Relevant Configuration

waste_collection_schedule:
    sources:
    - name: app_abfallplus_de
      args:
        app_id: de.k4systems.bonnorange
        strasse: Bornheimer Str.
        hnr: 75
      customize:
        - type: Restabfallbehälter
          alias: Restmüll
          icon: mdi:trash-can
        - type: Papierbehälter
          alias: Papier & Gelber Sack
          icon: mdi:trash-can
        - type: Sperrmüll
        - type: Gelbe Behälter
          show: false
        - type: Bioabfallbehälter
          show: false
        - type: Gelbe Großbehälter
          show: false
    fetch_time: "04:00"
    day_switch_time: "10:00"

Checklist Source Error

Checklist Sensor Error

Required

Ranzmann commented 7 months ago

The iOS App is still working, but https://app.abfallplus.de/config.xml says 401 UNAUTHORIZED

Ranzmann commented 7 months ago

https://app.abfallplus.de/config.xml Is not working. Never mind!