I'm getting an error on certain books when checking for inline xpgt links:
Code:
calibre, version 6.14.0
ERROR: Unhandled exception: <b>AttributeError</b>:'EpubCheck' object has no attribute '_get_title_authors_text'
calibre 6.14 embedded-python: False
Linux-6.1.15-1-lts-x86_64-with-glibc2.37 Linux ('64bit', 'ELF')
('Linux', '6.1.15-1-lts', '#1 SMP PREEMPT_DYNAMIC Fri, 03 Mar 2023 12:22:08 +0000')
Python 3.10.10
Interface language: None
Successfully initialized third party plugins: […] && EpubCheck (0, 2, 4) && […]
Traceback (most recent call last):
File "calibre_plugins.quality_check.dialogs", line 62, in do_book_action
if self.callback_fn(book_id, self.db):
File "calibre_plugins.quality_check.check_epub", line 439, in evaluate_book
self.log.error('ERROR: EPUB format is missing: ', self._get_title_authors_text(db, book_id))
AttributeError: 'EpubCheck' object has no attribute '_get_title_authors_text'