Fail on Run
Installed in Calibre 6.23 - added 4 columns and ran it against a couple books. Both failed to run as far as I can tell. Output:
calibre, version 6.23.0
ERROR: No report found: Something went wrong. ACE did not produce a report.
NoneType: None
When I tried to run the ePub check I got a beach ball and Calibre locked up for a while and then about 20 seconds later started responding again and produced this error:
calibre, version 6.23.0
ERROR: EPUBCheck error: Something went wrong. Click on 'Show details' for more info.
Traceback (most recent call last):
File "calibre_plugins.Check_Books.main", line 1031, in check_with_epubcheck
with open(report_file_name, encoding='utf-8') as fh:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/abc123/Check Books/author/Title/EPUBCheck/EPUBCheck JSON report.json'
|