Closed
Description
Operating system
- Windows
- Android
Application
- Desktop
- Mobile
Hi,
first of all, thank you for this amazing piece of software.
Unfortunately, the fix for the nginx WebDav sync, that was made with this commit:
3943192
breaks the syncing with a seafile WebDav server.
I was able to use the debugging to see, that the exception is thrown at that location.
The issue is already reproducible with the "Check synchronisation configuration"
The response from seafile looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:multistatus xmlns:ns0="DAV:">
<ns0:response>
<ns0:href>/seafdav/joplin/</ns0:href>
<ns0:propstat>
<ns0:prop>
<ns0:getlastmodified />
</ns0:prop>
<ns0:status>HTTP/1.1 404 Not Found</ns0:status>
</ns0:propstat>
<ns0:propstat>
<ns0:prop>
<ns0:resourcetype>
<ns0:collection />
</ns0:resourcetype>
</ns0:prop>
<ns0:status>HTTP/1.1 200 OK</ns0:status>
</ns0:propstat>
</ns0:response>
</ns0:multistatus>
I also tested it with a previous version (v1.0.117) where the sync is still working.