[GH-ISSUE #449] Synchronization error Outlook 365 and Nextcloud #1299

Closed
opened 2026-03-14 00:56:50 +03:00 by kerem · 1 comment
Owner

Originally created by @Wildvirus on GitHub (Mar 8, 2025).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/449

Since some days there are sync error messages

<ExceptionThatLeadToAbortion>CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '401' ('Unauthorized'). Message:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"&gt;
	&lt;s:exception&gt;Internal Server Error&lt;/s:exception&gt;
	&lt;s:message&gt;
		The server was unable to complete your request.		If this happens again, please send the technical details below to the server administrator.		More details can be found in the server log.			&lt;/s:message&gt;

	&lt;s:technical-details&gt;
		&lt;s:remote-address&gt;2003:fb:8f4a:4c00:c41b:87ee:c1a5:3c3c&lt;/s:remote-address&gt;
		&lt;s:request-id&gt;Z8zCwRomCe5fadDJuYFDdgAABSY&lt;/s:request-id&gt;

		&lt;/s:technical-details&gt;
&lt;/d:error&gt;

  bei 
CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.&lt;EnsureSuccessStatusCode&gt;d__10.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.&lt;ExecuteWebDavRequest&gt;d__9.MoveNext().......</ExceptionThatLeadToAbortion>
  <ConsiderExceptionThatLeadToAbortionAsWarning>false</ConsiderExceptionThatLeadToAbortionAsWarning>

Occurs when synchronizing both contacts and the calendar.
The saved URL is correct; when opened in the browser, it is displayed that this is a WebDAV URL.

Installed is CalDav Synchronizer 4.5.0.0
Nextcloud Hub 9 30.0.6

In the server log are no error messages

Originally created by @Wildvirus on GitHub (Mar 8, 2025). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/449 Since some days there are sync error messages ```` <ExceptionThatLeadToAbortion>CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '401' ('Unauthorized'). Message: &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"&gt; &lt;s:exception&gt;Internal Server Error&lt;/s:exception&gt; &lt;s:message&gt; The server was unable to complete your request. If this happens again, please send the technical details below to the server administrator. More details can be found in the server log. &lt;/s:message&gt; &lt;s:technical-details&gt; &lt;s:remote-address&gt;2003:fb:8f4a:4c00:c41b:87ee:c1a5:3c3c&lt;/s:remote-address&gt; &lt;s:request-id&gt;Z8zCwRomCe5fadDJuYFDdgAABSY&lt;/s:request-id&gt; &lt;/s:technical-details&gt; &lt;/d:error&gt; bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.&lt;EnsureSuccessStatusCode&gt;d__10.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.&lt;ExecuteWebDavRequest&gt;d__9.MoveNext().......</ExceptionThatLeadToAbortion> <ConsiderExceptionThatLeadToAbortionAsWarning>false</ConsiderExceptionThatLeadToAbortionAsWarning> ```` Occurs when synchronizing both contacts and the calendar. The saved URL is correct; when opened in the browser, it is displayed that this is a WebDAV URL. Installed is CalDav Synchronizer 4.5.0.0 Nextcloud Hub 9 30.0.6 In the server log are no error messages
kerem closed this issue 2026-03-14 00:56:56 +03:00
Author
Owner

@Wildvirus commented on GitHub (Mar 8, 2025):

Found the error that the app password (2FA is enabled) was deleted. New defined and now sync is running again.

<!-- gh-comment-id:2708537312 --> @Wildvirus commented on GitHub (Mar 8, 2025): Found the error that the app password (2FA is enabled) was deleted. New defined and now sync is running again.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#1299
No description provided.