Skip to content

Seafile WebDav sync broken #1137

Closed
Closed
@thororm

Description

@thororm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIt's a bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions