mampfes / hacs_waste_collection_schedule

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

[Bug]: AWG Donau-Wald / Abfall+ App: zawdw not working. #1581

Closed Flol0 closed 10 months ago

Flol0 commented 10 months ago

I Have A Problem With:

A specific source

What's Your Problem

AWG Donau-Wald / Abfall+ App: zawdw not working.

Source (if relevant)

https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/app_abfallplus_de.md

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 124, in fetch for d in self._app.generate_calendar(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 744, in generate_calendar self.init_connection() File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 375, in init_connection self._request("config.xml", base=API_BASE, data=data).raise_for_status() File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://app.abfallplus.de/config.xml

Relevant Configuration

waste_collection_schedule:
    sources:
    - name: app_abfallplus_de
      args:
        app_id: de.k4systems.zawdw
        city: Pocking
        strasse: xxxx

Checklist Source Error

Checklist Sensor Error

Required

5ila5 commented 10 months ago

do you still have this issue (fully restart HA)? as 503 mean there might just be a short outage.

worked for me without any problems:

waste_collection_schedule:
    sources:
    - name: app_abfallplus_de
      args:
        app_id: de.k4systems.zawdw
        city: Pocking
        strasse: Albert-Schweitzer-Str.
        hnr: 6
PhoenixCyber commented 10 months ago

HTTPError: 503 Server Error: Service Unavailable for url: https://app.abfallplus.de/config.xml

The service is currently not available. The above link leads to a website with a maintenance message. I get the same error when executing the python file.

Flol0 commented 10 months ago

HTTPError: 503 Server Error: Service Unavailable for url: https://app.abfallplus.de/config.xml

The service is currently not available. The above link leads to a website with a maintenance message. I get the same error when executing the python file.

ohhhh today there is a maintenance page... yesterday there wasn`t.. sorry