#Anyone else having issue with caldav
1 messages · Page 1 of 1 (latest)
Log entry related ```2024-07-12 00:22:54.483 ERROR (MainThread) [homeassistant.components.caldav.coordinator] Unexpected error fetching CalDAV Personal data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 312, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/caldav/coordinator.py", line 81, in _async_update_data
results = await self.hass.async_add_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/caldav/objects.py", line 1079, in search
(response, objects) = self._request_report_build_resultlist(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/caldav/objects.py", line 958, in _request_report_build_resultlist
response = self._query(xml, 1, "report")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/caldav/objects.py", line 216, in _query
raise error.exception_by_methodquery_method
caldav.lib.error.ReportError: ReportError at '500 Internal Server Error
b'A server error occurred. Please contact the administrator.'', reason no reason```
500 is a server side error. That means that whatever is hosting that calendar is having an issue. It's not HA.
All of my other caldav clients see it fine as did HA until recently.
That may be the case, but a 500 error is returned from the remote server.