You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have syncing of calendars set up with Nextcloud that generates a "Contact birthdays" calendar in the collection automatically. Sometimes syncing this calendar fails, and then everything remains unsynced. If I do a vdirsyncer sync calendars/other_calendar, that will work properly. Not with the contact birthdays, unfortunately.
vdirsyncer discover manages to find the calendar, and vdirsyncer metasync successfuly syncs metadata.
I tried syncing again, changing conflict resolution so that "b wins", but that did not help.
Use vdirsyncer -vdebug for debug output. The output is sensitive, but
please attach at least the last few lines before the error (if applicable),
censored as necessary. This is almost always the most useful information.
error: Unknown error occurred for calendars/contact_birthdays: Not Found
error: Use `-vdebug` to see the full traceback.
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/cli/utils.py", line 70, in handle_cli_error
debug: raise e
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/sync/__init__.py", line 160, in sync
debug: await action.run(a_info, b_info, conflict_resolution, partial_sync)
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/sync/__init__.py", line 183, in run
debug: await self._run_impl(a, b)
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/sync/__init__.py", line 234, in _run_impl
debug: meta.etag = await self.dest.storage.update(meta.href, self.item, meta.etag)
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/storage/base.py", line 22, in inner
debug: return await f(self, *args, **kwargs)
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/storage/base.py", line 22, in inner
debug: return await f(self, *args, **kwargs)
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/storage/dav.py", line 596, in update
debug: href, etag = await self._put(self._normalize_href(href), item, etag)
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/storage/dav.py", line 569, in _put
debug: response = await self.session.request(
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/storage/dav.py", line 416, in request
debug: return await http.request(method, url, session=session, **more)
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: File "/usr/lib/python3.11/site-packages/vdirsyncer/http.py", line 155, in request
debug: raise exceptions.NotFoundError(response.reason)
The text was updated successfully, but these errors were encountered:
I have syncing of calendars set up with Nextcloud that generates a "Contact birthdays" calendar in the collection automatically. Sometimes syncing this calendar fails, and then everything remains unsynced. If I do a
vdirsyncer sync calendars/other_calendar
, that will work properly. Not with the contact birthdays, unfortunately.vdirsyncer discover
manages to find the calendar, andvdirsyncer metasync
successfuly syncs metadata.I tried syncing again, changing conflict resolution so that "b wins", but that did not help.
Might be related to #832.
vdirsyncer -vdebug
for debug output. The output is sensitive, butplease attach at least the last few lines before the error (if applicable),
censored as necessary. This is almost always the most useful information.
The text was updated successfully, but these errors were encountered: