Hi Sherman!
Quote:
Originally Posted by sherman
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.
|
yes I saw the note about large libraries. which is why I mentioned this is an odd case :-)
Quote:
Originally Posted by sherman
For 2. is this happening during the initial sync (where it's sending metadata to calibre)? Or when sending books to the device?
|
I did a few more tests today morning and there is nothing odd (that I can see) in the Kobo ku.log.
From what I can see, the issue is that Calibre disconnects (for some reason) even though Kobo UnCaged still thinks it is connected. and this happens before all the new books are transferred.
For example, my test had 8 new books in epub format. I had setup Kobo Uncaged to only take kepub. so calibre started 8 conversion jobs (one for each book) and then for some reason tried to upload 7 of them (not 8).
and this job crashed with this error while sending book 1.
[Errno 104] Connection reset by peer
Traceback (most recent call last):
File "calibre/gui2/device.py", line 89, in run
File "calibre/gui2/device.py", line 592, in _upload_books
File "calibre/devices/smart_device_app/driver.py", line 50, in _synchronizer
File "calibre/devices/smart_device_app/driver.py", line 1497, in upload_books
File "calibre/devices/smart_device_app/driver.py", line 732, in _put_file
File "calibre/devices/smart_device_app/driver.py", line 614, in _send_byte_string
ConnectionResetError: [Errno 104] Connection reset by peer
will try to debug more over the weekend with calibre in debug mode as well.
Thanks!