You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The profile started was that of a basic user who only has read-only rights to my shares.
He got the error message:
Remote-Elemente aktualisiert: 1.
Abgeschlossen: 2025-01-04 18:58 (1s)
Letzte Fehlermeldung: Sync target lock error: syncLockGone. Original error was: user does not have write access to this share
Anhänge abrufen: 3/5437
Joplin 3.2.6 (prod, win32)
Client-ID: xxx
Sync-Version: 3
Profil-Version: 47
Unterstützter Schlüsselbund: Ja
The "syncLockGone" portion of this error seems to indicate that the relevant sync error reporting logic needs to be updated — sync locks should no longer be used. The error logger currently assumes that a sync lock should be present during sync.
Based on earlier reports, it's also likely that:
E2EE is enabled for both clients.
The share contains items with deleted_time ≠ 0.
The text was updated successfully, but these errors were encountered:
…rtain share
config
Note: I was able to reproduce the original issue with the following
steps:
1. Create two users on the same team (team user A, team user B).
2. Enable end-to-end encryption for both users.
3. Share a notebook in read-only mode from user A to user B.
4. Accept the share and sync.
5. Share a notebook in writable mode from user B to user A.
6. Accept the share and sync.
7. As user A, make a change to a note from the notebook shared in step 5.
- Specifically, mark a previously complete task as incomplete.
8. Sync.
9. Observe the "syncLockGone" error.
While this commit seems to fix the error, all changes made from user A
to the modifiable notebook from step 5 are marked as conflicts and
unapplied on sync. As such, I suspect that there is also a bug related
to local (app not server) handling of sync permissions in the 3.2 release.
Operating system
Windows
Joplin version
v3.2.6
Original report
The profile started was that of a basic user who only has read-only rights to my shares.
He got the error message:
Joplin 3.2.6 (prod, win32)
Client-ID: xxx
Sync-Version: 3
Profil-Version: 47
Unterstützter Schlüsselbund: Ja
Revision: 40914be
Backup: 1.4.2
Conflict Resolution: 1.2.3
Diff view: 0.1.0
Freehand Drawing: 2.13.0
Joplin debug tool: 0.2.0
Originally posted by @CoffeeHT in #11457 (comment)
Analysis
deleted_time ≠ 0
.The text was updated successfully, but these errors were encountered: