View Single Post
Old 03-16-2024, 02:48 PM   #65
EastEriq
Groupie
EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.
 
Posts: 199
Karma: 195502
Join Date: Jan 2018
Device: Cybook Orizon, PocketBook Touch HD
WFM (no profile), but with a glitch which was probably already in https://github.com/ckilb/pocketbooksync.koplugin . Some books percentages are not updated, and even stay put at 100% in the librarian. One of the books for which this happens to me is https://www.gutenberg.org/ebooks/72966 for what matters.

I've added a
Code:
logger.info(" syncing to page " .. tostring(data.page) .. " of book " .. tostring(book_id))
at line 103 to check what is going on in crash.log, and found by accident that book_id appear to be the same (1447LL) for one book which updates correctly and one which not.
EastEriq is offline   Reply With Quote