Quote:
Originally Posted by davidfor
The debug log has:
Code:
DEBUG: 31.5 ParseKindleMyClippingsTxt ERROR: Error trying to read clippings file: coercing to Unicode: need string or buffer, NoneType found
That suggest the clippings file is empty or missing. And the plugin expect the clippings file to be called "My Clippings.txt". The clippings file you posted is "my_clippings.txt". Did you rename the file or is this what it is called on the device?
|
The "my clippings" file on a German Kindle is actually called "Meine Clippings.txt".
I just changed the according string in the .py file to "Meine Clippings.txt" and it finally managed to import something.
Now comes the but. It only found a fraction of the actual annotations and I see a ton of the following statements in the debug output:
Quote:
DEBUG: 31.0 ParseKindleMyClippingsTxt ERROR: could not detect type of record 'Markierung Pos. 44-46 | Hinzugefügt am Sonntag, 14. Dezember 2014 22.38 Uhr GMT+01:01'
|
I attached the debug file. It looks like we're finally on the right track.