I just updated calibre to 7.20.0 and the latest plugin. I'm now getting a pop-up that says "9 of your reading goal books were removed from calibre. Choose what to do in the next dialog". When I click "OK" I get the following error. Is there anything I can do to sort this or is it a known issue?
Code:
Traceback (most recent call last):
File "calibre_plugins.Reading_Goal.ui", line 276, in set_main_action
self.tools.manage_reading_goal(option=option)
File "calibre_plugins.Reading_Goal.main", line 211, in manage_reading_goal
result = self.update_database(db, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "calibre_plugins.Reading_Goal.main", line 996, in update_database
self.manage_deleted_books(db, data, missing_books)
File "calibre_plugins.Reading_Goal.main", line 1305, in manage_deleted_books
tree = self.edit_tree(data, ids=missing_books)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "calibre_plugins.Reading_Goal.main", line 2012, in edit_tree
values['series'], values['status'], values['date'], values['page_count'],
~~~~~~^^^^^^^^^^
KeyError: 'series'