Sep 25
epub progress lost when opening in "scroll mode" appearance
To replicate: open ebook in scroll mode, scroll somewhere, exit the book. Open it back. Progression is lost and back at the beginning. From the log files, I see 3 calls to book progress APIs within a 700 miliseconds, with the most recent one failing with "409 Conflict" return code. Response body From Komga contains "Progression is older than existing" with a timestamp. It seems like it took Komga server longer to process the previous call than it takes Komic to send the next one => the previous is considered "more recent" than the last one sent by Komic. My 2 cents: maybe do not send multiple read status updates so close together.
Completed
Thanks. Works perfectly now.