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:
- occ ‘files:scan --all’
- occ ‘files:cleanup’
- if already solved stop where, if not proceed with step 4
- occ ‘maintenance:mode --on’
- sign in to your mysql db and run: “delete from oc_file_locks where 1;”
- occ ‘maintenance:mode --off’
Good luck, Cheers zisuu