View Single Post
Old 01-02-2023, 04:59 PM   #7
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,671
Karma: 109269703
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
I see this on The Quiet Gentleman, azw3, 99p today. with EpubCheck
Quote:
calibre, version 6.10.0
ERROR: Unhandled exception: <b>AttributeError</b>:'OptionValues' object has no attribute 'dont_compress'

calibre 6.10 embedded-python: True
Linux-5.4.0-135-generic-x86_64-with-glibc2.31 Linux ('64bit', 'ELF')
('Linux', '5.4.0-135-generic', '#152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022')
Python 3.10.1
Interface language: None
Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (10, 0, 3) && Amazon.com Multiple Countries (1, 0, 0) && Annotations (1, 17, 13) && Author Book Count (2, 2, 2) && Barnes & Noble (1, 4, 0) && Copy Cover To Device (2, 0, 4) && Diaps Editing Toolbag (0, 4, 0) && EpubCheck (0, 2, 4) && EpubMerge (2, 15, 0) && EpubSplit (3, 5, 0) && Find Duplicates (1, 10, 7) && Generate Cover (2, 3, 0) && Goodreads (1, 7, 1) && Hyphenate This! (0, 1, 3) && KePub Input (3, 6, 3) && KePub Metadata Reader (3, 4, 3) && KePub Metadata Writer (3, 4, 3) && KePub Output (3, 6, 3) && KindleUnpack - The Plugin (0, 83, 1) && Kobo Books (1, 9, 2) && Kobo Utilities (2, 16, 6) && KoboTouchExtended (3, 6, 3) && Library Splitter (1, 0, 6) && Manage Series (1, 5, 0) && Modify ePub (1, 8, 1) && Obok DeDRM (10, 0, 3) && Open With (1, 8, 0) && Quality Check (1, 13, 3) && Quick Preferences (1, 7, 0) && Reading List (1, 14, 0) && Resize Cover (1, 2, 0) && ScrambleEbook (0, 6, 0) && Skoob Books (1, 5, 4) && Smashwords Metadata (1, 0, 2)
Traceback (most recent call last):
File "calibre_plugins.epub_check.main", line 221, in ask_user
self.current_container.commit(epub_path)
File "calibre/ebooks/oeb/polish/container.py", line 1543, in commit
File "calibre/ebooks/oeb/polish/container.py", line 1470, in opf_to_azw3
File "calibre/ebooks/conversion/plugins/mobi_output.py", line 328, in convert
File "calibre/ebooks/mobi/writer8/main.py", line 496, in create_kf8_book
File "calibre/ebooks/mobi/writer8/main.py", line 45, in __init__
AttributeError: 'OptionValues' object has no attribute 'dont_compress'
But it and your example convert fine.

Confirm you don't have Heuristics enabled!

After conversion the regular check found a few stupid vertical-align and numeric prefix IDs.

Epubcheck completed and found more stuff not needed, like parameters in body or section, but no fatals

replaced <figure> with <div>
Replaced <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class="calibre" xml:lang="en">
with
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

Inline index/contents page full of madness

Last edited by Quoth; 01-02-2023 at 05:07 PM.
Quoth is offline   Reply With Quote