Sync client cancelling operations when trying to sync a folder

Hi jsavalle

It could be the brute-force feature, that blocks your client from syncing with the server. Maybe you should try this: How can i unblock an IP (blocked through brute force detection)?

Or it could also be a file lock or cache problem, if this is the case try this: File is locked - how to unlock

I also faced several sync problems, I could always fix them with a manual workaround:

  1. occ ‘files:scan --all’
  2. occ ‘files:cleanup’
  3. if already solved stop where, if not proceed with step 4
  4. occ ‘maintenance:mode --on’
  5. sign in to your mysql db and run: “delete from oc_file_locks where 1;”
  6. occ ‘maintenance:mode --off’

Good luck, Cheers zisuu

4 Likes