Quote:
Originally Posted by tadpole
davidfor, I went back through all the post here and followed your directions for a debug. I looked though it, but I have to say that it is Greek to me!
|
It's not "Greek", but "Geek"
Quote:
DEBUG: 0.1 KoboTouch:books - length bl=0
exception during JSON decode_from_file
Traceback (most recent call last):
File "site-packages\calibre\ebooks\metadata\book\json_codec.p y", line 163, in decode_from_file
File "json\__init__.py", line 290, in load
File "json\__init__.py", line 351, in loads
File "json\decoder.py", line 365, in decode
File "json\decoder.py", line 381, in raw_decode
ValueError: Expecting , delimiter: line 442 column 53 (char 28678)
|
That means there is something wrong with the "calibre.metadata" file on the device. This is created by calibre and records the books it know about on the device. When you reconnect it is used to match the calibre library with the device library. This probably means there is bad character in the file As it has the metadata from the books in it, that means there is something strange in the metadata.
Quote:
DEBUG: 0.2 KoboTouch:books - length bl after sync=0
|
Quote:
Job: 4 Upload 1 books to device:Forgotten Legion Chronicles 01 - The Forgotten Legion started
Device using plugboard epub KOBOTOUCHEXTENDED None
Setting metadata in: Forgotten Legion Chronicles 01 - The Forgotten Legion at: C:\Users\David\AppData\Local\Temp\calibre_x5a5vq\e gru7ecaltmpfmt.epub
DEBUG: 33.4 KoboTouch:upload_books - 1 books
DEBUG: 33.4 KoboTouch:upload_books - files= [u'C:\\Users\\David\\AppData\\Local\\Temp\\calibre_ x5a5vq\\egru7ecaltmpfmt.epub']
DEBUG: 33.5 KoboTouch:upload_books: Processing book: Forgotten Legion Chronicles 01 - The Forgotten Legion by Ben Kane
DEBUG: 33.5 KoboTouch:upload_books: file=C:\Users\David\AppData\Local\Temp\calibre_x5a 5vq\egru7ecaltmpfmt.epub, name=Forgotten Legion Chronicles 01 - The Forgotten Legion - Ben Kane_6416.epub
DEBUG: 33.5 KoboTouchExtended:_modify_epub:Adding basic Kobo features to Forgotten Legion Chronicles 01 - The Forgotten Legion by Ben Kane
DEBUG: 33.5 KoboTouchExtended:_modify_epub:Failed conversions will raise exceptions
DEBUG: 33.9 KoboTouchExtended:_modify_epub:Calibre details file :: D:\driveinfo.calibre
DEBUG: 33.9 KoboTouchExtended:_modify_epub river data file :: C:\Users\David\AppData\Local\Temp\calibre_x5a5vq\0 pyvlw_KoboTouchExtendedDriverInfo
|
That tells me the KOBOTOUCHEXTENDED is still installed and enabled. Earlier you said you removed it. This is the reason the books are being sent as kepubs. If you don't want that, you need to disable it, unisntall it or change the drivers configuration to not do the conversion. Only do the latter if you want to use the other function that this driver provides.
Once you do the above, send some books and see how it goes.