-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Error #24
Comments
is this working now? works with my setup |
============= ICS Integration Error ================ hi Kolja, |
hmm is you installation online? looks like the connection can't be established at all ... BTW: dein Kalender sagt bei mir das dein Restmüll morgen abgeholt wird :D |
Hi Kolja,
I get the following error:
============= ICS Integration Error ================
2021-03-08 12:53:38 ERROR (MainThread) [custom_components.ics.sensor] unfortunately ICS hit an error, please open a ticket at
2021-03-08 12:53:38 ERROR (MainThread) [custom_components.ics.sensor] https://github.com/KoljaWindeler/ics/issues
2021-03-08 12:53:38 ERROR (MainThread) [custom_components.ics.sensor] and paste the following output:
2021-03-08 12:53:38 ERROR (MainThread) [custom_components.ics.sensor] Traceback (most recent call last):
File "/config/custom_components/ics/sensor.py", line 180, in get_data
reoccuring_events = recurring_ical_events.of(cal).between(start_date, end_date)
File "/usr/local/lib/python3.8/site-packages/recurring_ical_events.py", line 374, in of
return UnfoldableCalendar(a_calendar)
File "/usr/local/lib/python3.8/site-packages/recurring_ical_events.py", line 270, in init
self.repetitions.append(self.RepeatedEvent(event))
File "/usr/local/lib/python3.8/site-packages/recurring_ical_events.py", line 136, in init
self.start = self.original_start = event["DTSTART"].dt
AttributeError: 'NoneType' object has no attribute 'dt'
2021-03-08 12:53:38 ERROR (MainThread) [custom_components.ics.sensor]
thanks, Kolja
The configuration of sensor does not have changed in the last couple of weeks, please find below an example:
name: Gelber Sack
startswith: Abfuhr Leichtstoffe
url: https://www.voerde.de/abfalltermine-bezirk4.ics
id: 3
icon: "mdi:recycle"
show_remaining: true
The text was updated successfully, but these errors were encountered: