View Single Post
Old 05-08-2010, 12:51 AM   #123
acidburn517
Member
acidburn517 began at the beginning.
 
Posts: 24
Karma: 20
Join Date: Apr 2010
Device: Sony PRS-600, Ipad
Still having problems with the comic book collections. I followed the directions in the link and then selected all the files and created an archive using windows then changed the extension from zip to cbc. When I go to convert in calibre, I get an error saying it failed to convert. I can't really decipher the log to figure out what I did wrong but here's what I get:

Code:
ERROR: Conversion Error: <b>Failed</b>: Convert book 1 of 1 (TheWalkingDead vol 1)

Convert book 1 of 1 (TheWalkingDead vol 1)
Resolved conversion options
{'asciiize': False,
 'author_sort': None,
 'authors': None,
 'base_font_size': 0.0,
 'book_producer': None,
 'change_justification': 'left',
 'chapter': None,
 'chapter_mark': u'pagebreak',
 'colors': 256,
 'comments': None,
 'cover': None,
 'debug_pipeline': None,
 'despeckle': False,
 'disable_font_rescaling': True,
 'disable_trim': False,
 'dont_grayscale': False,
 'dont_normalize': False,
 'dont_sharpen': False,
 'dont_split_on_page_breaks': False,
 'extra_css': None,
 'extract_to': None,
 'flow_size': 260,
 'font_size_mapping': None,
 'footer_regex': u'(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',
 'header_regex': u'(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',
 'input_encoding': None,
 'input_profile': <calibre.customize.profiles.SonyReaderInput object at 0x5b45730>,
 'insert_blank_line': False,
 'insert_metadata': False,
 'isbn': None,
 'keep_aspect_ratio': True,
 'landscape': True,
 'language': None,
 'level1_toc': None,
 'level2_toc': None,
 'level3_toc': None,
 'line_height': 0.0,
 'linearize_tables': False,
 'margin_bottom': 0,
 'margin_left': 0,
 'margin_right': 0,
 'margin_top': 0,
 'max_toc_links': 50,
 'no_chapters_in_toc': False,
 'no_default_epub_cover': False,
 'no_inline_navbars': False,
 'no_process': False,
 'no_sort': False,
 'no_svg_cover': False,
 'output_format': u'png',
 'output_profile': <calibre.customize.profiles.SonyReaderOutput object at 0x5b45990>,
 'page_breaks_before': None,
 'prefer_metadata_cover': False,
 'preprocess_html': False,
 'pretty_print': True,
 'pubdate': None,
 'publisher': None,
 'rating': None,
 'read_metadata_from_opf': '/var/folders/Ls/LsBDLa6qHe8XKD7-RCFiuk+++TM/-Tmp-/calibre_0.6.52_bXpwdx.opf',
 'remove_first_image': False,
 'remove_footer': False,
 'remove_header': False,
 'remove_paragraph_spacing': False,
 'remove_paragraph_spacing_indent_size': 1.5,
 'right2left': False,
 'series': None,
 'series_index': None,
 'tags': None,
 'timestamp': None,
 'title': None,
 'title_sort': None,
 'toc_filter': None,
 'toc_threshold': 6,
 'use_auto_toc': False,
 'verbose': 2,
 'wide': False}
Python function terminated unexpectedly: ('ascii', u'/var/folders/Ls/LsBDLa6qHe8XKD7-RCFiuk+++TM/-Tmp-/calibre_0.6.52_j7u4WV_comic_collection/\ufeffTheWalkingDead01.cbr', 89, 90, 'ordinal not in range(128)')
InputFormatPlugin: Comic Input running
on /Volumes/General Storage/Calibre Library/Robert kirkman/TheWalkingDead vol 1 (23)/TheWalkingDead vol 1 - Robert kirkman.cbc
Traceback (most recent call last):
  File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.6/site.py", line 147, in main
    return run_entry_point()
  File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.6/site.py", line 116, in run_entry_point
    return getattr(pmod, func)()
  File "site-packages/calibre/utils/ipc/worker.py", line 99, in main
  File "site-packages/calibre/gui2/convert/gui_conversion.py", line 24, in gui_convert
  File "site-packages/calibre/ebooks/conversion/plumber.py", line 794, in run
  File "site-packages/calibre/customize/conversion.py", line 211, in __call__
  File "site-packages/calibre/ebooks/comic/input.py", line 412, in convert
  File "site-packages/calibre/ebooks/comic/input.py", line 361, in get_pages
  File "site-packages/calibre/ebooks/comic/input.py", line 25, in extract_comic
  File "site-packages/calibre/__init__.py", line 199, in extract
  File "site-packages/calibre/libunrar.py", line 171, in extract
UnicodeEncodeError: 'ascii' codec can't encode character u'\ufeff' in position 89: ordinal not in range(128)
acidburn517 is offline   Reply With Quote