Error "DELETE... is locked"

Hello,

I am syncing my Joplin with Nextcloud.

I get an error on Windows during sync (version 1.0.175) :

Error: DELETE 0a74d95bd27f42a190ef961643e35cbd.md: “Joplin/0a74d95bd27f42a190ef961643e35cbd.md” is locked (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>“Joplin/0a74d95bd27f42a190ef961643e35cbd.md” is locked</s:message> </d:error>

How could I solve it ?

Thanks

Nextcloud bug. On my side I fixed it by switching to Redis for caching and locking.

Hi,

thanks but it does not seem I have Redis installed on my shared cloud.

Any idea ?

Thanks

You need to contact your shared cloud administrator as this is a bug in Nextcloud.

in my case i could solve the problem following these instructions: https://help.nextcloud.com/t/file-is-locked-how-to-unlock/1883