What is sabredav.org and why does joplin try to call it?

Joplin 1.3.18 (prod, win32)

what is sabredav.org, why is joplin trying to call it, and why is that failing?
(excerpt follows, I'll save the whole log.)


Error: DELETE locks/sync_desktop_adb424c19c904d11bae4f914ede7b8ba.json: "s3store/Joplin/locks/sync_desktop_adb424c19c904d11bae4f914ede7b8ba.json" is locked, existing lock on file: 2 shared locks (Exception OCA\DAV\Connector\Sabre\Exception\FileLocked) (423): <?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>OCA\DAV\Connector\Sabre\Exception\FileLocked</s:exception>
<s:message>"s3store/Joplin/locks/sync_desktop_adb424c19c904d11bae4f914ede7b8ba.json" is locked, existing lock on file: 2 shared locks</s:message>
</d:error>

at newError (D:\Program Files\Joplin\resources\app.asar\lib\WebDavApi.js:406:11)
at WebDavApi.exec (D:\Program Files\Joplin\resources\app.asar\lib\WebDavApi.js:433:11)
at async FileApiDriverWebDav.delete (D:\Program Files\Joplin\resources\app.asar\lib\file-api-driver-webdav.js:206:4)
at async tryAndRepeat (D:\Program Files\Joplin\resources\app.asar\lib\file-api.js:38:19)"

Client ID: adb424c19c904d11bae4f914ede7b8ba
Sync Version: 2
Profile Version: 34
Keychain Supported: Yes

Revision: 6b75485a1 (master)

That's not a "call" per se, it's standard XML practice

\URL's in that location in an XML file is the location for namespaces, a set of rules that can be used to validate the XML

Apparently the XML in question uses some or all SabreDAV elements.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.