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 10-16-2014, 06:52 AM   #1
Savyna
Junior Member
Savyna began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2014
Device: Nexus 7 (2013)
Calibre not converting CBR to epub

Hi Kovid,

I've been trying to convert some CBR and CBZ files to epub, but the conversions are failing every time. Please find below the error report for the CBR. Can you please tell me what I am doing wrong? I am on Mac OS 10.5.5 running on a mid 2014 Macbook Pro. The source file is CBR and not zipped. I tried zipping it and then converting but with the same results.
Many thanks
Spoiler:

Convert book 1 of 1 (Blake & Mortimer 01)
Resolved conversion options
calibre version: 2.5.0
{'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,
'comic_image_size': None,
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'despeckle': False,
'disable_font_rescaling': True,
'disable_trim': False,
'dont_add_comic_pages_to_toc': False,
'dont_grayscale': True,
'dont_normalize': False,
'dont_sharpen': False,
'dont_split_on_page_breaks': False,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_toc_at_end': False,
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': u'',
'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 0x10bb9ad10>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_aspect_ratio': False,
'keep_ligatures': False,
'landscape': False,
'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,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'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.GenericEink object at 0x10bba4150>,
'page_breaks_before': None,
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': u'/var/folders/qp/dx02ytmn0x9ggxg1p3ptm3280000gn/T/calibre_2.5.0_tmp_OmttST/LGI4FH.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'',
'right2left': False,
'search_replace': '[]',
'series': None,
'series_index': None,
'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,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2,
'wide': False}
Python function terminated unexpectedly: Not a RAR archive
InputFormatPlugin: Comic Input running
on /var/folders/qp/dx02ytmn0x9ggxg1p3ptm3280000gn/T/calibre_2.5.0_tmp_OmttST/RPIZTH.cbr
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 208, 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 195, 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 1041, in run
File "site-packages/calibre/customize/conversion.py", line 241, in __call__
File "site-packages/calibre/ebooks/conversion/plugins/comic_input.py", line 180, in convert
File "site-packages/calibre/ebooks/conversion/plugins/comic_input.py", line 129, in get_pages
File "site-packages/calibre/ebooks/comic/input.py", line 33, in extract_comic
File "site-packages/calibre/__init__.py", line 291, in extract
File "site-packages/calibre/utils/unrar.py", line 151, in extract
File "site-packages/calibre/utils/unrar.py", line 125, in stream_extract
File "site-packages/calibre/utils/unrar.py", line 94, in RARFile
File "site-packages/calibre/utils/unrar.py", line 34, in __init__
calibre.utils.unrar.UNRARError: Not a RAR archive

Last edited by theducks; 10-16-2014 at 10:57 AM. Reason: Wrapped long paste in Spoiler
Savyna is offline   Reply With Quote
Old 10-16-2014, 07:21 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,345
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
According to that error message, the unrar library thinks your CBR file is not a valid RAR archive. Hard to say more without access to the file in question.

https://www.mobileread.com/forums/sho...d.php?t=186697
kovidgoyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blank pages after converting cbr to epub bdoertel Conversion 1 06-05-2014 12:17 AM
Problem Converting CBR to Epub Judosailor Conversion 2 05-19-2013 11:46 PM
Calibre gets stuck when converting CBZ or CBR and stays there 13379m4m3r Conversion 2 11-26-2011 11:30 AM
Calibre could not convert cbr to epub sdtbluethink Library Management 4 07-01-2011 05:38 AM
Trouble converting CBZ/CBR to epub for specific hardware (Literati) curtw Conversion 2 02-02-2011 09:12 PM


All times are GMT -4. The time now is 04:46 AM.


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