-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] koreader sync not working #506
Comments
Thanks for reporting this issue! First I just want to double check that when you say "unstable image" that you are referring to the
If you can bump the
Can you confirm there are hashes being generated? I'm not sure how comfortable you are with SQLite browsers, but you can just query for a media record you expect to have one and check that the I'm just getting back from DC for a work trip, so won't be too responsive the rest of the night. However I'll try and dedicate some time this weekend to debug further |
Thank you for the quick reply. I was indeed using For clarification: The error message, I received in a Koreader pup-up. Indeed, in Using
EDIT: I didn't read your answer properly. I did this with existing libraries so this might be the reason. I'll try recreating my libraries and report back. |
I recreated my libraries but |
This makes sense. The hash doesn't exist in the database, so when koreader syncs the progress it won't find the book with the corresponding hash.
Okay, so let's try to take inventory and see what we can sus out with a couple of hopefully helpful questions:
|
I don't have my Tolino with me rn so I can't test it, but I strongly suspect that this is now fixed. |
No, if hashing is enabled it does it immediately as it constructs each book from disk. |
Once you have a moment to test it, please report back and I can close this out |
It seems to work now. Also when pressing continue reading in stump, on a book whose progress is accurately reported as the progress pushed from koreader, it does not open the built-in reader on the proper page but on the last page opened in stump (for EPUB). Also: Are you aware of way to sync my entire progress in koreader to stump all at once? |
This is not expected, I can try to take a look this week. I'll leave this ticket open in the meantime.
This is a known limitation, perhaps it should be documented better. It should hopefully be improved down the road. For more context, it was discussed in the original issue starting around here. TLDR; KoReader uses
Unfortunately not, but if you find anything please share here and I can make a note in the docs! 🙂 |
First of all, thanks a lot for implementing this feature!
Description of the Bug
I followed https://github.com/stumpapp/stump/blob/4055495caf7ce3fcedca14a484fdc73aa32531c0/docs/pages/guides/integrations/koreader.mdx#koreader-sync on how to set up koreader sync.
I am running koreader version 2024.07-8802 on a Tolino Vision 5.
When I click on "Push progress from this device now" I get "Something went wrong syncing progress, check your network connection and try again later".
I used an arbitrary username and password as it wouldn't let me use an empty one, but it says the login was successful.
Yes, I have
Build Details:
The text was updated successfully, but these errors were encountered: