Another error: After installing calibre 4.8, the plugin doesn't load. The error which is appearing is:
Spoiler:
Traceback (most recent call last):
File "site-packages\calibre\gui2\ui.py", line 157, in __init__
File "site-packages\calibre\gui2\ui.py", line 171, in init_iaction
File "site-packages\calibre\customize\__init__.py", line 613, in load_actual_plugin
File "importlib\__init__.py", line 37, in import_module
File "site-packages\calibre\customize\zipplugin.py", line 185, in load_module
File "calibre_plugins.goodreads_sync.action", line 32, in <module>
File "site-packages\calibre\customize\zipplugin.py", line 185, in load_module
File "calibre_plugins.goodreads_sync.core", line 21, in <module>
ImportError: cannot import name RECOVER_PARSER
Edit: Problem is that RECOVER_PARSER is not imported from oeb.base but from oeb.parse_utils.