Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 12-17-2020, 01:26 PM   #1
PaleGardener
Junior Member
PaleGardener began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2009
Device: Sony Pocket Reader (PRS-300)
ePub to Mobi failed

Hi,

It won't open in viewer, or editor (so I can't try and fix HTML) and it won't convert.
Spoiler:

Convert book 1 of 1 (The Program: Inside the Mind of Keith Raniere and the Rise and Fall of NXIVM)
Conversion options changed from defaults:
read_metadata_from_opf: u'/var/folders/h5/tqw2_15d691261s6mj8qnv_m0000gn/C/calibre_3.48.0_tmp_kSQ_Ox/XLGf7a.opf'
verbose: 2
output_profile: u'kindle_oasis'
cover: u'/var/folders/h5/tqw2_15d691261s6mj8qnv_m0000gn/C/calibre_3.48.0_tmp_kSQ_Ox/8y0fLb.jpeg'
Resolved conversion options
calibre version: 3.48.0
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0.0,
'book_producer': None,
'change_justification': u'original',
'chapter': u"//*[((name()='h1' or name()='h2') and re:test(., '\\s*((chapter|book|section|part)\\s+)|((prolog|pr ologue|epilogue)(\\s+|$))', 'i')) or @class = 'chapter']",
'chapter_mark': u'pagebreak',
'comments': None,
'cover': u'/var/folders/h5/tqw2_15d691261s6mj8qnv_m0000gn/C/calibre_3.48.0_tmp_kSQ_Ox/8y0fLb.jpeg',
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_compress': False,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': u'',
'fix_indents': True,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': ,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'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': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'mobi_file_type': u'old',
'mobi_ignore_margins': False,
'mobi_keep_original_images': False,
'mobi_toc_at_start': False,
'no_chapters_in_toc': False,
'no_inline_navbars': True,
'no_inline_toc': False,
'output_profile': ,
'page_breaks_before': u'/',
'personal_doc': u'[PDOC]',
'prefer_author_sort': False,
'prefer_metadata_cover': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': u'/var/folders/h5/tqw2_15d691261s6mj8qnv_m0000gn/C/calibre_3.48.0_tmp_kSQ_Ox/XLGf7a.opf',
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': u'',
'search_replace': '[]',
'series': None,
'series_index': None,
'share_not_sync': False,
'smarten_punctuation': False,
'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': '[]',
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: EPUB Input running
on /var/folders/h5/tqw2_15d691261s6mj8qnv_m0000gn/C/calibre_3.48.0_tmp_kSQ_Ox/3ChlCE.epub
EPUB appears to be invalid ZIP file, trying a more forgiving ZIP parser
Traceback (most recent call last):
File "site-packages/calibre/ebooks/conversion/plugins/epub_input.py", line 262, in convert
File "site-packages/calibre/utils/zipfile.py", line 766, in __init__
File "site-packages/calibre/utils/zipfile.py", line 801, in _GetContents
File "site-packages/calibre/utils/zipfile.py", line 816, in _RealGetContents
BadZipfile: File is not a zip file

Python function terminated unexpectedly: Invalid ZIP file, local header is damaged
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 154, in main
return run_entry_point()
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 114, in run_entry_point
return getattr(pmod, func)()
File "site-packages/calibre/utils/ipc/worker.py", line 199, in main
File "site-packages/calibre/gui2/convert/gui_conversion.py", line 43, in gui_convert_override
File "site-packages/calibre/gui2/convert/gui_conversion.py", line 28, in gui_convert
File "site-packages/calibre/ebooks/conversion/plumber.py", line 1110, in run
File "site-packages/calibre/customize/conversion.py", line 246, in __call__
File "site-packages/calibre/ebooks/conversion/plugins/epub_input.py", line 269, in convert
File "site-packages/calibre/utils/localunzip.py", line 232, in extractall
File "site-packages/calibre/utils/localunzip.py", line 214, in _extractall
File "site-packages/calibre/utils/localunzip.py", line 164, in copy_compressed_file
ValueError: Invalid ZIP file, local header is damaged

Last edited by PeterT; 12-17-2020 at 01:47 PM.
PaleGardener is offline   Reply With Quote
Old 12-17-2020, 02:35 PM   #2
retiredbiker
Evangelist
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 450
Karma: 3886916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Kobo Forma
Quote:
ValueError: Invalid ZIP file, local header is damaged
You have a damaged or corrupt file. Complain to the publisher or try and find a working copy.
retiredbiker is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobi to Epub Failed to Convert Klaw Conversion 4 10-26-2013 02:49 AM
Convet MOBI to EPUB failed jrh_calibre Conversion 2 08-30-2013 03:01 PM
Failed epub convert to mobi new calibre neyol Conversion 2 06-22-2013 03:53 AM
Failed Conversion of epub to mobi Jimbo724 Conversion 1 07-17-2012 04:39 PM
failed to convert epub to mobi kievking Conversion 7 02-06-2011 11:37 AM


All times are GMT -4. The time now is 07:38 PM.


MobileRead.com is a privately owned, operated and funded community.