Skip to content

v1.9.0

Choose a tag to compare

@mkerstner mkerstner released this 24 Aug 18:51
· 4 commits to main since this release

Changed

  • A run that fails on individual items now finishes the rest of them. It names what it could not handle, carries on to the remaining folder pairs, and reports the run as failed at the end. Until now the first unreadable path stopped everything, so one file could block a whole library.
  • A failure that cannot name any item — a wrong address, a refused login — still ends the run immediately, because there is nothing to carry on with.
  • The last successful sync is no longer recorded when items failed.

If you are seeing "file not in webdav root"

That is a filename stored in the wrong Unicode form: NFD, as a Synology or a Mac writes it, where Nextcloud expects NFC. Übungen looks identical either way and is different bytes, and Nextcloud will hand back a path it then refuses to accept.

It is a problem in the files rather than in this app. See the documentation for how to normalise them.