Calibre recognizes "Pocketbook Touch HD3" (632) as "Inkpad 3" (740).
I'm running calibre version 3.40.1
Upon right clicking on any book listing it reports an error:
Code:
Traceback (most recent call last):
File "calibre_plugins.annotations.action", line 104, in about_to_show_menu
File "calibre_plugins.annotations.action", line 1129, in rebuild_menus
AttributeError: 'POCKETBOOK740' object has no attribute 'gui_name'
After I close the error the menu shows up normally and I'm able to copy books to device.
A few questions:
- Is there a special driver for the hd3 or should the inkpad 3 driver work?
- Has anyone had similar issues? If this is just a missing attribute, it should be trivial to fix it in the plugin I guess
Thanks!