Quote:
Originally Posted by thiago.eec
Hi, @davidfor.
When fetching annotations, I can't use the check boxes nor use "Set All/Clear All" (it has no effect).
|
I wonder when that stopped working. I don't remember trying the checkboxes or buttons recently. I will have to look at what has changed.
Quote:
And, when I click "Import Annotations", I get an error at the end of the process:
Code:
Traceback (most recent call last):
File "calibre_plugins.annotations.action", line 328, in fetch_device_annotations
File "calibre_plugins.annotations.action", line 1185, in process_selected_books
File "calibre_plugins.annotations.common_utils", line 436, in __init__
AttributeError: type object 'QKeySequence' has no attribute 'Copy'
|
That looks like a Qt enum problem, but, the line number doesn't make sense. Line 436 is code working out what icon to use. The line that makes sense is on 471. Are you using the released version of the plugin?