View Single Post
Old 05-09-2012, 09:32 AM   #1
ToshB
Junior Member
ToshB began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2012
Device: iPad
ZIP to MOBI conversion error

Just upgraded to Calibre 8.50. I've had no problem with MOBI conversions prior to the upgrade, but now I'm getting this error message when trying to convert ZIP to MOBI. My workflow is exactly the same as it was prior to the upgrade.

Please note: I'm an HTML/Calibre neophyte.


calibre, version 0.8.50
ERROR: Conversion Error: <b>Failed</b>: Convert book 1 of 1 (Paddlefish)

Convert book 1 of 1 (Paddlefish)
Processing archive...
Resolved conversion options
calibre version: 0.8.50
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0.0,
'book_producer': None,
'breadth_first': False,
'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/j2/jhx2lmbd2nl7zxbzcj2sftn00000gn/T/calibre_0.8.50_tmp_ha3Jf2/j81vt9.jpeg',
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_compress': False,
'dont_package': False,
'duplicate_links_in_toc': False,
'enable_heuristics': 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': <calibre.customize.profiles.InputProfile object at 0x1084a5e90>,
'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': u'//h:h1',
'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_levels': 5,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'mobi_ignore_margins': False,
'mobi_keep_original_images': False,
'mobi_toc_at_start': False,
'no_chapters_in_toc': False,
'no_inline_navbars': False,
'no_inline_toc': False,
'output_profile': <calibre.customize.profiles.GenericEink object at 0x1084a72d0>,
'page_breaks_before': u"//*[name()='h1' or name()='h2']",
'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/j2/jhx2lmbd2nl7zxbzcj2sftn00000gn/T/calibre_0.8.50_tmp_ha3Jf2/eeGeS2.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,
'tags': None,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: HTML Input running
on /var/folders/j2/jhx2lmbd2nl7zxbzcj2sftn00000gn/T/calibre_0.8.50_tmp_ha3Jf2/DE2ZGM_plumber_archive/content.opf
Parsing all content...
Manifest item 'toc.ncx' not found
Parsing Manuscript.htm ...
Generating default TOC from spine...
Merging user specified metadata...
Detecting structure...
Detected chapter: Epilogue
Auto generated TOC with 31 entries.
Python function terminated unexpectedly: All strings must be XML compatible: Unicode or ASCII, no NULL bytes
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 147, in main
return run_entry_point()
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 116, in run_entry_point
return getattr(pmod, func)()
File "site-packages/calibre/utils/ipc/worker.py", line 191, in main
File "site-packages/calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_override
File "site-packages/calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
File "site-packages/calibre/ebooks/conversion/plumber.py", line 1075, in run
File "site-packages/calibre/ebooks/oeb/transforms/flatcss.py", line 148, in __call__
File "site-packages/calibre/ebooks/oeb/transforms/flatcss.py", line 438, in flatten_spine
File "site-packages/calibre/ebooks/oeb/transforms/flatcss.py", line 410, in flatten_head
File "lxml.etree.pyx", line 821, in lxml.etree._Element.text.__set__ (src/lxml/lxml.etree.c:33308)
File "apihelpers.pxi", line 646, in lxml.etree._setNodeText (src/lxml/lxml.etree.c:15287)
File "apihelpers.pxi", line 1295, in lxml.etree._utf8 (src/lxml/lxml.etree.c:20212)
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes
ToshB is offline   Reply With Quote