Quote:
Originally Posted by davidfor
I didn't notice there was another device that did work. But, the antivirus might be seeing something different about the devices.
Yes, it is strange. Is the error you see when using calibre always the same? The first post shows an error getting the collections from the device. Is the last line in the error for file "site-packages\calibre\devices\kobo\driver.py" always the same?
Could you run the following SQL statement using SQLitedatabasebrowser? This accesses the table the line shown is querying.
Code:
select ShelfName
from ShelfContent
where _IsDeleted = 'false'
and ShelfName is not null
And then:
Code:
select ShelfName
from ShelfContent
where _IsDeleted = 'false'
and ShelfName is not null
order by ContentId
And can you run calibre in debug mode and post the log? That might tell me something. Such a is the error happening on the first book.
And would it be possible to see the database? Don't post it, upload it somewhere and PM me the link to it. It will be interesting to see if I can see anything going on with it.
|
All the connecting and disconnecting must have pushed it over the edge and the reader quit being recognized and wouldn't delete books.
I did a factory reset, didn't lose my patches, just added the fonts and books back and everything is fine again.
One thing I did try after the reset was to open the BookReader.sqlite and got the popup for the encryption password unlike the malformed error like before. I made a copy of the file to try replacing when it happens again. I'm sure I will be able to try some of your other suggestions too.
I can't remember exactly when this first started earlier this summer so it could possibly be an issue with calibre and another version might fix it. I'm just not ready to move to 5 yet.
Thanks for trying to help!