Guru
Posts: 792
Karma: 1538394
Join Date: Sep 2013
Device: Kobo Sage
|
Calibre Won't Convert This Book
Calibre doesn't seem to want to convert Jay Kristoff's "Nevernight" from AZW3 to epub3:
https://www.amazon.com/Nevernight-Ch...ef_=ast_sto_dp
I downloaded a fresh copy of the AZW3 from my library of books on Amazon, Added it to my working library in Calibre, right-clicked on it and told it to Convert Individually. Normally, a conversion like that takes only a handful of seconds. I've let it run for over two minutes (with it using over 10% of my CPU) and it doesn't complete (according to the Jobs area in Calibre, it doesn't get beyond 1% complete). I've tried multiple times with restarts of everything up to the computer, itself. No dice. It's 100% reproducible on my system.
I then used the KindleUnpack plugin to do a KF8 to Epub... and that worked fine. I could edit the resulting epub to my heart's content without issue.
If anyone has access to that book, could you try doing a conversion to epub3 on your system?
Also, I used the ScrambleEbook plugin to obfuscate the AZW3, added that into my working Calibre library, tried to convert that to epub3 and had the same problem. Here's a link to that obfuscated book so you can try converting that if you want:
https://drive.google.com/file/d/1OHk...ew?usp=sharing
The last time I tried converting the AZW3 to epub3, I stopped the process after two minutes and grabbed a copy of the log from Show Job Details under the Jobs area. Here's what it showed:
Code:
Convert book 1 of 1 (Nevernight (The Nevernight Chronicle))
DeDRM v10.0.3: Trying to decrypt qpkuwuqq.azw3
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v1.1.
Copyright © 2008-2020 The Dark Reverser, Apprentice Harper et al.
Decrypting Kindle Format 8 ebook: Nevernight (The Nevernight Chronicle)
Found 6 keys to try after 0.0 seconds
Crypto Type is: 0
This book is not encrypted.
Decryption succeeded after 0.0 seconds
DeDRM v10.0.3: Finished after 0.0 seconds
Conversion options changed from defaults:
enable_heuristics: True
epub_version: '3'
margin_right: 0.0
read_metadata_from_opf: 'C:\\Users\\Dave\\AppData\\Local\\Temp\\calibre_rnfizmgq\\xojbl9ca.opf'
markup_chapter_headings: False
filter_css: 'line-height'
margin_left: 0.0
expand_css: True
margin_bottom: 0.0
smarten_punctuation: True
cover: 'C:\\Users\\Dave\\AppData\\Local\\Temp\\calibre_rnfizmgq\\rskfzbwg.jpeg'
disable_font_rescaling: True
insert_metadata: True
margin_top: 0.0
remove_first_image: True
minimum_line_height: 0.0
replace_scene_breaks: '<hr />'
preserve_cover_aspect_ratio: True
output_profile: 'tablet'
verbose: 2
Resolved conversion options
calibre version: 6.10.0
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0.0,
'book_producer': None,
'change_justification': 'original',
'chapter': "//*[((name()='h1' or name()='h2') and re:test(., "
"'\\s*((chapter|book|section|part)\\s+)|((prolog|prologue|epilogue)(\\s+|$))', "
"'i')) or @class = 'chapter']",
'chapter_mark': 'pagebreak',
'comments': None,
'cover': 'C:\\Users\\Dave\\AppData\\Local\\Temp\\calibre_rnfizmgq\\rskfzbwg.jpeg',
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': True,
'dont_split_on_page_breaks': False,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': True,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_toc_at_end': False,
'epub_version': '3',
'expand_css': True,
'extra_css': None,
'extract_to': None,
'filter_css': 'line-height',
'fix_indents': True,
'flow_size': 260,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x000001A53D989ED0>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': True,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0.0,
'linearize_tables': False,
'margin_bottom': 0.0,
'margin_left': 0.0,
'margin_right': 0.0,
'margin_top': 0.0,
'markup_chapter_headings': False,
'max_toc_links': 50,
'minimum_line_height': 0.0,
'no_chapters_in_toc': False,
'no_default_epub_cover': False,
'no_inline_navbars': False,
'no_svg_cover': False,
'output_profile': <calibre.customize.profiles.TabletOutput object at 0x000001A53D988A60>,
'page_breaks_before': "//*[name()='h1' or name()='h2']",
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': True,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': 'C:\\Users\\Dave\\AppData\\Local\\Temp\\calibre_rnfizmgq\\xojbl9ca.opf',
'remove_fake_margins': True,
'remove_first_image': True,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '<hr />',
'search_replace': '[]',
'series': None,
'series_index': None,
'smarten_punctuation': True,
'sr1_replace': None,
'sr1_search': None,
'sr2_replace': None,
'sr2_search': None,
'sr3_replace': None,
'sr3_search': None,
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'transform_css_rules': '[]',
'transform_html_rules': '[]',
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
DeDRM v10.0.3: Trying to decrypt zkgpvv2_.azw3
MobiDeDrm v1.1.
Copyright © 2008-2020 The Dark Reverser, Apprentice Harper et al.
Decrypting Kindle Format 8 ebook: Nevernight (The Nevernight Chronicle)
Found 6 keys to try after 0.0 seconds
Crypto Type is: 0
This book is not encrypted.
Decryption succeeded after 0.0 seconds
DeDRM v10.0.3: Finished after 0.0 seconds
InputFormatPlugin: MOBI Input running
on C:\Users\Dave\AppData\Local\Temp\calibre_rnfizmgq\6hwg0dhd.azw3
Found KF8 MOBI of type 'standalone'
Extracting text...
Parsing all content...
Parsing text/part0021.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.00847457627118644 percent blank
Hard line breaks check returned True
Median line length is 87, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0022.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.00684931506849315 percent blank
Hard line breaks check returned True
Median line length is 86, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0028.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.007462686567164179 percent blank
Hard line breaks check returned True
Median line length is 83, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0043.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.005434782608695652 percent blank
Hard line breaks check returned True
Median line length is 87, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0047.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.06666666666666667 percent blank
Hard line breaks check returned True
Median line length is 75, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0054.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.047619047619047616 percent blank
Hard line breaks check returned True
Median line length is 74, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0045.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.004608294930875576 percent blank
Hard line breaks check returned False
Median line length is 95, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0058.html ...
********* Heuristic processing HTML *********
There are 0 blank lines. 0.0 percent blank
Hard line breaks check returned False
Median line length is 192, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0007.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0009.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.006289308176100629 percent blank
Hard line breaks check returned False
Median line length is 96, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0013.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.003968253968253968 percent blank
Hard line breaks check returned True
Median line length is 98, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0037.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.007518796992481203 percent blank
Hard line breaks check returned True
Median line length is 72, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0051.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.16666666666666666 percent blank
Hard line breaks check returned False
Median line length is 83, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0015.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.003367003367003367 percent blank
Hard line breaks check returned True
Median line length is 96, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0001.html ...
********* Heuristic processing HTML *********
There are 5 blank lines. 0.2777777777777778 percent blank
Hard line breaks check returned True
Median line length is 58, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0003.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0008.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.007407407407407408 percent blank
Hard line breaks check returned True
Median line length is 90, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0012.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.004901960784313725 percent blank
Hard line breaks check returned False
Median line length is 89, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0046.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.007042253521126761 percent blank
Hard line breaks check returned True
Median line length is 83, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0014.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.005025125628140704 percent blank
Hard line breaks check returned False
Median line length is 96, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0017.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0025.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.004651162790697674 percent blank
Hard line breaks check returned True
Median line length is 88, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0030.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.0036900369003690036 percent blank
Hard line breaks check returned True
Median line length is 94, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0038.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.002976190476190476 percent blank
Hard line breaks check returned True
Median line length is 96, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0048.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.14285714285714285 percent blank
Hard line breaks check returned True
Median line length is 50, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0050.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0056.html ...
********* Heuristic processing HTML *********
There are 0 blank lines. 0.0 percent blank
Hard line breaks check returned False
Median line length is 237, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing styles/0001.css ...
Parsing text/part0004.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0016.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.003952569169960474 percent blank
Hard line breaks check returned False
Median line length is 96, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0027.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.005988023952095809 percent blank
Hard line breaks check returned True
Median line length is 88, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0029.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.00684931506849315 percent blank
Hard line breaks check returned True
Median line length is 75, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0032.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.007462686567164179 percent blank
Hard line breaks check returned False
Median line length is 91, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0034.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.0033444816053511705 percent blank
Hard line breaks check returned True
Median line length is 95, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0041.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.006024096385542169 percent blank
Hard line breaks check returned True
Median line length is 92, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0042.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.00625 percent blank
Hard line breaks check returned True
Median line length is 75, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0006.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.09090909090909091 percent blank
Hard line breaks check returned False
Median line length is 81, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0018.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.009708737864077669 percent blank
Hard line breaks check returned False
Median line length is 80, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0026.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.006535947712418301 percent blank
Hard line breaks check returned True
Median line length is 84, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0031.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.005319148936170213 percent blank
Hard line breaks check returned True
Median line length is 84, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0033.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.004484304932735426 percent blank
Hard line breaks check returned True
Median line length is 91, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0036.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0039.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.004807692307692308 percent blank
Hard line breaks check returned True
Median line length is 77, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0049.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0057.html ...
********* Heuristic processing HTML *********
There are 0 blank lines. 0.0 percent blank
Hard line breaks check returned False
Median line length is 217, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0000.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0002.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.5 percent blank
deleting blank lines
Hard line breaks check returned True
Median line length is 429, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0005.html ...
********* Heuristic processing HTML *********
flow is too short, not running heuristics
Parsing text/part0011.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.007874015748031496 percent blank
Hard line breaks check returned False
Median line length is 84, calculated with html format
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0020.html ...
********* Heuristic processing HTML *********
There are 1 blank lines. 0.0053475935828877 percent blank
Hard line breaks check returned True
Median line length is 81, calculated with html format
Unwrapping required, unwrapping Lines
Fixing hyphenated content
Formatting scene breaks
Parsing text/part0035.html ...
********* Heuristic processing HTML *********
replaced 5 nbsp indents with inline styles
There are 1 blank lines. 0.00546448087431694 percent blank
Hard line breaks check returned False
Median line length is 101, calculated with html format
Fixing hyphenated content
Formatting scene breaks
|