-
Notifications
You must be signed in to change notification settings - Fork 99
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
Kicking out of the book after turning on... #172
Comments
I am experiencing the same problem with my Libra 2 and a Google drive folder sync. |
Also I have noticed that the device sometimes wakeups from sleep and never go back to sleep alone… however I have to do some more tests to understand the circonstances and if it is related to kobocloud install. I wonder if the recent use of NickelDbus could be related to the problem…. |
I am experiencing this same issue, which is compounded by KoboCloud ignoring sync settings - I've turned off automatic syncing, but it still seems to run - and close my currently opened book. My situation is extremely annoying, as I'm reading a material where I have to hop back and forth and closing the book makes the reader forget one of the places, requiring me to go into bookmarks (and keep a bookmark all the time). I've installed KoboCloud last month, so I'm presuming #177 is not a (complete) fix. |
What does the log file says (get.log in /.add/kobocloud ) ? |
I dug a bit around get.log and I saw that it was unsuccessfully trying to sync some files with UTF-8 characters in them, which were in DropBox, but not on reader. So I used
at the end of the file. I've no idea what timeout is mentioned. |
Can you find in the log the 2 folder listings : the one before the sync and the one after ? Can you find the difference that leaded to the « library has changed » decision ? |
Here's the redacted get.log. I've replaced names of ebooks and the dropbox identifiers.
|
It seems that the file fileslist.log is modified in your case because of the option to remove deleted file (REMOVE_DELETED). That is causing the comparison of the 2 folder listing to think there was a modification. Can you comment in the config file the REMOVE_DELETED option to see if it fix (temporally) the problem ?Le 9 déc. 2024 à 18:49, klement ***@***.***> a écrit :
Here's the redacted get.log. I've replaced names of ebooks and the dropbox identifiers.
~ % cat get.log
2024-12-09_18:43:20 waiting for internet connection
NickelDBus found
/mnt/onboard/.add/kobocloud/Library:
total 240
-rwxr-xr-x 1 0 0 93955 2024-12-09 07:48:17 +0100 Book1.epub
-rwxr-xr-x 1 0 0 61809 2024-12-09 07:48:14 +0100 Book2.epub
-rwxr-xr-x 1 0 0 54136 2024-12-09 07:48:16 +0100 Book3.epub
-rwxr-xr-x 1 0 0 50 2024-12-09 18:43:20 +0100 filesList.log
Reading # Add your URLs to this file
Comment found
Reading # Remove the # from the following line to uninstall KoboCloud
Comment found
Reading #UNINSTALL
Comment found
Reading # Remove the # from the following line to delete files when they are no longer on the remote server
Comment found
Reading DropboxApp:XXXXXXXXXXXXXXX:XXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXX-XXXXXXX
Getting DropboxApp:XXXXXXXXXXXXXXX:XXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXX-XXXXXXX
outFileName: Book2.epub
outFileSize: 61809
existingFileSize: 61809
File Book2.epub is up to date
Appended /mnt/onboard/.add/kobocloud/Library/Book2.epub to filesList
outFileName: Book3.epub
outFileSize: 54136
existingFileSize: 54136
File Book3.epub is up to date
Appended /mnt/onboard/.add/kobocloud/Library/Book3.epub to filesList
outFileName: Book1.epub
outFileSize: 93955
existingFileSize: 93955
File Book1.epub is up to date
Appended /mnt/onboard/.add/kobocloud/Library/Book1.epub to filesList
Reading REMOVE_DELETED
Will match remote
Matching remote server
Book1.epub found
Book2.epub found
Book3.epub found
filesList.log found
/mnt/onboard/.add/kobocloud/Library:
total 240
-rwxr-xr-x 1 0 0 93955 2024-12-09 07:48:17 +0100 Book1.epub
-rwxr-xr-x 1 0 0 61809 2024-12-09 07:48:14 +0100 Book2.epub
-rwxr-xr-x 1 0 0 54136 2024-12-09 07:48:16 +0100 Book3.epub
-rwxr-xr-x 1 0 0 303 2024-12-09 18:43:28 +0100 filesList.log
Library has changed, rescan needed
timeout expired after 3000 milliseconds
2024-12-09_18:43:35 done
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Your assumption is true on my reader. With REMOVE_DELETED commented out, I'm no longer being "kicked out" of book on waking up the reader - I'm assuming it means the rescan is not being triggered. |
Ok. I know now how to fix that. the fix is in progress.Le 10 déc. 2024 à 09:58, klement ***@***.***> a écrit :
Your assumption is true on my reader. With REMOVE_DELETED commented out, I'm no longer being "kicked out" of book on waking up the reader - I'm assuming it means the rescan is not being triggered.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
@klement try the latest version. It includes the fix |
After a successful installation of KoboCloud, anytime I turn on my kobo libra h2o after about 5 seconds I get kicked out from the book to the main screen. If I open the book again I can continue reading until the next turning-off/turning-on cycle. Uninstalling the KoboCloud solves the problem.
Reader: Kobo Libra H2O
Latest release from Sep 9, 2023 installed on MacOS Sonoma. No issues during the installation.
Things I've tried so far:
The text was updated successfully, but these errors were encountered: