Skip to content
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

AttributeError: 'str' object has no attribute 'items' #56

Open
b10126 opened this issue Jun 11, 2024 · 1 comment
Open

AttributeError: 'str' object has no attribute 'items' #56

b10126 opened this issue Jun 11, 2024 · 1 comment

Comments

@b10126
Copy link

b10126 commented Jun 11, 2024

Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht

Logger: custom_components.ics.sensor
Quelle: custom_components/ics/sensor.py:132
Integration: ics (Dokumentation)
Erstmals aufgetreten: 19:05:31 (1470 Vorkommnisse)
Zuletzt protokolliert: 21:07:41

Traceback (most recent call last): File "/config/custom_components/ics/sensor.py", line 181, in get_data _LOGGER.debug(f"fixed {self.check_fix_rrule(cal)} RRule dates") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/ics/sensor.py", line 155, in check_fix_rrule if("UNTIL" in event["RRULE"]): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/icalendar/caselessdict.py", line 89, in eq return self is other or dict(self.items()) == dict(other.items()) ^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'items'

@b10126
Copy link
Author

b10126 commented Jun 11, 2024

any ideas? it is a radicale calendar server which is queried.....

newest homeassistant 2024.06.2 and newest ics add'in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant