YunoHost-Apps / seafile_ynh

Seafile package for YunoHost
https://seafile.com
MIT License
14 stars 19 forks source link

'File is locked by another application' error after fresh install #69

Closed agaAdams closed 3 years ago

agaAdams commented 3 years ago

Hi everyone,

I installed seafile 7.0.5 on yh 4.1.7.2 without errors. Creating libraries on the server via seafile GUI works, but when I try to sync a library - no matter which one - I get a 'File is locked by another application' error. Uploading files via GUI also does not work.

What could cause this and how can I investigate this error?

Many thanks in advance

agaAdams commented 3 years ago

I found a solution on the YunohostForum.

  1. Edit /etc/ssowat/conf.json.persistent
  2. Remove duplicate lines containing /seafhttp and /seafdav
  3. Prepend remaining entries of /seafhttp and /seafdav with your domain ex. "your.domain.tld/seafhttp", "your.domain.tld/seafdav",
agaAdams commented 3 years ago

I think this is related to #64

bytersproblem commented 3 years ago

Thanks @agaAdams. This solved my issue.