mampfes / hacs_waste_collection_schedule

Home Assistant integration framework for (garbage collection) schedules
MIT License
988 stars 631 forks source link

[Bug]: Dont work any more #2100

Closed bjokam2 closed 3 months ago

bjokam2 commented 3 months ago

I Have A Problem With:

The integration in general

What's Your Problem

Stoped working today get "unknow in undefined days"

Logger: homeassistant.util.loop Source: util/loop.py:99 First occurred: 19:43:00 (1 occurrences) Last logged: 19:43:00

Detected blocking call to import_module inside the event loop by custom integration 'waste_collection_schedule' at custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py, line 188: source_module = importlib.import_module( (offender: /config/custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py, line 188: source_module = importlib.import_module(), please report it to the author of the 'waste_collection_schedule' custom integration

Source (if relevant)

No response

Logs

Logger: homeassistant.util.loop
Source: util/loop.py:99
First occurred: 19:43:00 (1 occurrences)
Last logged: 19:43:00

Detected blocking call to import_module inside the event loop by custom integration 'waste_collection_schedule' at custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py, line 188: source_module = importlib.import_module( (offender: /config/custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py, line 188: source_module = importlib.import_module(), please report it to the author of the 'waste_collection_schedule' custom integration

Relevant Configuration

No response

Checklist Source Error

Checklist Sensor Error

Required

yeaaaaaahh commented 3 months ago

Same error for me, my source is aucklandcouncil_govt_nz

5ila5 commented 3 months ago

The "error" message is just a warning and was already reported (#2023)

@bjokam2 I can not help based on your information: please provide the source you're using

5ila5 commented 3 months ago

@yeaaaaaahh aucklandcouncil_govt_nz does return entries for area_numbers: 12342453293, 12342306525, 12341998652, 12345375455

Rauwe1 commented 3 months ago

Same here with Kreis Cuxhaven.

5ila5 commented 3 months ago

Kreis Cuxhaven uses the abfall_io source, which work for me.

@Rauwe1, @yeaaaaaahh Please open a dedicated issue if you experience issues with a source and describe in more detail what went wrong and provide if available any relevant entries in your logs (Detected blocking call... is not relevant as it's not a breaking issue and fixed in the master version (and therefore the next release)

@bjokam2 for any productive fixing of this problem, I need at least the source you use. Additional information like other logs or you configuration might help as well)

As this is currently not an issue we can actually work on and seems to be used as a general report Issue, I will close this for now.