Quote:
Originally Posted by bigwoof
Hi!
First, thank you for a very useful app! This is great!
I've been trying to get it to work on my setup (Libra H20 with about 3K books and latest fully updated calibre running on linux) and I've found the following errors.
1. The Kobo "go to sleep" timer can trigger while this app is running and that messes everything app. needing a forced reboot actually.
Solution: turn off the sleep timer
2. I can never get the sync to finish. Even while it is transfering files, it disconnects from calibre and Kobo says that transfers are done.
Solution: not sure. I looked in the code to see where the disconnection timers were and I could not find it. I recall a test version with a longer 60s timer but I could not find the patch for that in the git repo
Thanks! Excellent app btw. very eager to get it to work on my setup. Which is an odd case as I do have about 3K books on my Libra H2O.
|
Thanks for the feedback. As noted in the readme, I've cautioned about large libraries, mainly because I haven't tested that myself, and I was a bit wary about how well it would work.
For
2. is this happening during the initial sync (where it's sending metadata to calibre)? Or when sending books to the device?
The timeout stuff is in the upstream
UNCaGED library (the initial idea, is that there could be multiple clients using the same library).
If you want to experiment with the timeout stuff and you're comfortable with Go, you might want to fork UNCaGED, make the modifications, change the import path in Kobo-UNCaGED to point to your fork, and build a customized version of the zip file.
If you are using v0.5.2, you may wish to look at the log file at
.adds/kobo-uncaged/ku.log to see what errors, if any, are occurring.