Problem converting RTF
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| calibre |
Undecided
|
sengian |
Bug Description
When converting the attached book, got the following error:
calibre, version 0.9.15 (darwin, isfrozen: True)
Conversion Error: Failed: Convert book 1 of 1 (The Summa Theologica of St. Thomas Aquinas. Vol. 1)
Convert book 1 of 1 (The Summa Theologica of St. Thomas Aquinas. Vol. 1)
Resolved conversion options
calibre version: 0.9.15
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0.0,
'book_producer': None,
'change_
'chapter': u"//*[((name()='h1' or name()='h2') and re:test(., 'chapter|
'chapter_mark': u'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_
'disable_
'dont_
'duplicate_
'embed_
'enable_
'epub_flatten': False,
'extra_css': None,
'extract_to': None,
'filter_css': u'',
'fix_indents': True,
'flow_size': 260,
'font_
'format_
'html_
'input_encoding': None,
'input_profile': <calibre.
'insert_
'insert_
'insert_metadata': False,
'isbn': None,
'italicize_
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0.0,
'linearize_
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_
'max_toc_links': 50,
'minimum_
'no_chapters_
'no_default_
'no_inline_
'no_svg_cover': False,
'output_profile': <calibre.
'page_
'prefer_
'preserve_
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_
'remove_
'remove_
'remove_
'remove_
'renumber_
'replace_
'search_replace': '[]',
'series': None,
'series_index': None,
'smarten_
'sr1_replace': None,
'sr1_search': None,
'sr2_replace': None,
'sr2_search': None,
'sr3_replace': None,
'sr3_search': None,
'start_
'subset_
'tags': None,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'unsmarten_
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
Python function terminated unexpectedly: list index out of range
InputFormatPlugin: RTF Input running
on /var/folders/
Converting RTF to XML...
Traceback (most recent call last):
File "/Applications/
return run_entry_point()
File "/Applications/
return getattr(pmod, func)()
File "site-packages/
File "site-packages/
File "site-packages/
File "site-packages/
File "site-packages/
File "site-packages/
File "site-packages/
File "site-packages/
File "site-packages/
File "site-packages/
IndexError: list index out of range
Daniel Essin (essin) wrote : | #1 |
Changed in calibre: | |
assignee: | nobody → sengian (sengian) |
status: | New → Triaged |
Kovid Goyal (kovid) wrote : | #3 |
You can work around the error by saving the rtf file as html in word or another office program and converting the html.
thank you
On Jan 18, 2013, at 7:19 PM, Kovid Goyal <email address hidden> wrote:
> You can work around the error by saving the rtf file as html in word or
> another office program and converting the html.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https:/
>
> Title:
> Problem converting RTF
>
> Status in calibre: e-book management:
> Triaged
>
> Bug description:
> When converting the attached book, got the following error:
>
> calibre, version 0.9.15 (darwin, isfrozen: True)
> Conversion Error: Failed: Convert book 1 of 1 (The Summa Theologica of St. Thomas Aquinas. Vol. 1)
>
> Convert book 1 of 1 (The Summa Theologica of St. Thomas Aquinas. Vol. 1)
> Resolved conversion options
> calibre version: 0.9.15
> {'asciiize': False,
> 'author_sort': None,
> 'authors': None,
> 'base_font_size': 0.0,
> 'book_producer': None,
> 'change_
> 'chapter': u"//*[((name()='h1' or name()='h2') and re:test(., 'chapter|
> 'chapter_mark': u'pagebreak',
> 'comments': None,
> 'cover': None,
> 'debug_pipeline': None,
> 'dehyphenate': True,
> 'delete_
> 'disable_
> 'dont_split_
> 'duplicate_
> 'embed_
> 'enable_
> 'epub_flatten': False,
> 'extra_css': None,
> 'extract_to': None,
> 'filter_css': u'',
> 'fix_indents': True,
> 'flow_size': 260,
> 'font_size_
> 'format_
> 'html_unwrap_
> 'input_encoding': None,
> 'input_profile': <calibre.
> 'insert_
> 'insert_
> 'insert_metadata': False,
> 'isbn': None,
> 'italicize_
> '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_
> 'max_toc_links': 50,
> 'minimum_
> 'no_chapters_
> 'no_default_
> 'no_inline_
> 'no_svg_cover': False,
> 'output_profile': <calibre.
> 'page_breaks_
> 'prefer_
> 'preserve_
> 'pretty_print': True,
> 'pubdate': None,
> 'publisher': None,
> 'rating': None,
> 'read_metadata_
> 'remove_
> 'remove_
> 'remove_
> 'remove_
> 'renumber_
> 'replace_
> 'search_replace': '[]',
> 'series': None,
> 'series_index'...
Changing the component for this bug.
assignee sengian
tag rtf-input
status triaged