Thanks, now we're back to normal. Meaning it finds some of the annotations but not all.
Upon analysing the log file I noticed a ton of statements saying that it doesn't find the book on the device
Code:
DEBUG: 27.0 Kindle:get_active_annotations()
DEBUG: 27.2 Number of entries retreived from 'My Clippings.txt'=452
DEBUG: 27.2 Annotation for Title==Italienische Reise — Band 1 (German Edition)
DEBUG: 27.2 Title not found in books on device
I dug deeper, added a few log statements and what I found out is:
The log says there are 147 books on the device, but the routine titled
Code:
# Add installed books to the database
only logs out 122.
Could you add more log statements to figure out, why it's missing a few books?