-
-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
Description
Affected Version
0.15
Describe the Bug
KoSync progress does not sync between Crosspoint-reader and KOReader (Kindle) even when both devices use the exact same EPUB file.
The issue appears to be that both clients generate different document IDs (partial_md5_checksum) from identical files, causing KoSync to treat them as different books.
-
Device A: Crosspoint-reader
- Version 0.15
-
Device B: Kindle + KOReader
- KOReader version (latest)
Server
- Autocaliweb
Steps to Reproduce
- Download the same EPUB book from OPDS on both devices
- Verify both EPUB files are byte-identical (
sha256sum) - Open the book on both devices
- Enable KoSync on both with binary matching. (tried filename too without luck)
- Observe that progress sync creates two separate records instead of syncing
Expected Behavior
Same id is generated so progress can be sync
Relevant Log Output/Screenshots
Device A KoSync document ID: be268332cfbeaf6c10722fc5a6f4c2e9
Device B KoSync document ID: f5781ce39df5ff34f5c34548abf41e4fReactions are currently unavailable