View Single Post
Old 02-22-2021, 06:59 PM   #1
markpearl
Enthusiast
markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.markpearl ought to be getting tired of karma fortunes by now.
 
Posts: 43
Karma: 576732
Join Date: Jun 2011
Device: Kindle
Help! Calibre no longer converts any books!

I've been using this gem for ages and ages -- even sent the author some compensation for it out of gratitude. But when I very recently upgraded from 64-bit Windows 7 to 64-bit Windows 10, the nightmare began.

Updating to Calibre 5, I found I couldn't even read many of my books let alone convert them. There was no DRM present in any of them. And yes, I also updated to Python 3 in Windows path...but still no go.

I finally reverted BACK to Calibre 4.23 with Python 2.7 in Windows 10 (after completely uninstalling version 5.x and Python 3), configured it as I always have but now can only read and EDIT my ePubs and AZW3 books...NOT convert them to another format! Any of them -- even books that I scanned myself that never contained DRM. I hope I'm not breaking any rules but here is the error message I get when trying to convert from one format to another:

Spoiler:
calibre, version 4.23.0 (win32, embedded-python: True)
Conversion error: Failed: Convert book 1 of 1 (The Reluctant Widow)
Convert book 1 of 1 (The Reluctant Widow)
Conversion options changed from defaults:
verbose: 2
page_breaks_before: u"//*[name()='h1' or name()='h2']"
chapter: u"//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part|prologue|epilogue\\s+', 'i')) or @class = 'chapter']"
cover: u'C:\\Users\\user\\AppData\\Local\\Temp\\calibre_b ueg9i\\ry8lly.jpeg'
remove_fake_margins: False
remove_paragraph_spacing_indent_size: -0.1
read_metadata_from_opf: u'C:\\Users\\user\\AppData\\Local\\Temp\\calibre_b ueg9i\\qn5ouc.opf'
output_profile: u'kindle'
input_profile: u'kindle'
smarten_punctuation: True
Resolved conversion options
calibre version: 4.23.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(., 'chapter|book|section|part|prologue|epilogue\\s+', 'i')) or @class = 'chapter']",
'chapter_mark': u'pagebreak',
'comments': None,
'cover': u'C:\\Users\\user\\AppData\\Local\\Temp\\calibre_b ueg9i\\ry8lly.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': <calibre.customize.profiles.KindleInput object at 0x0000019526A103C8>,
'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_toc_at_start': False,
'no_chapters_in_toc': False,
'no_inline_navbars': False,
'no_inline_toc': False,
'output_profile': <calibre.customize.profiles.KindleOutput object at 0x0000019526A163C8>,
'page_breaks_before': u"//*[name()='h1' or name()='h2']",
'prefer_author_sort': False,
'prefer_metadata_cover': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': u'C:\\Users\\user\\AppData\\Local\\Temp\\calibre_b ueg9i\\qn5ouc.opf',
'remove_fake_margins': False,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': -0.1,
'renumber_headings': True,
'replace_scene_breaks': u'',
'search_replace': '[]',
'series': None,
'series_index': None,
'share_not_sync': False,
'smarten_punctuation': True,
'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 C:\Users\user\AppData\Local\Temp\calibre_bueg9i\qi jcaj.epub
Python function terminated unexpectedly
[Error 5] Access is denied: u'C:\\Users\\user\\AppData\\Local\\Temp\\calibre_b ueg9i\\fd30nj_plumber' (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 114, in main
File "site.py", line 88, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 209, 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 241, in __call__
File "site-packages\calibre\__init__.py", line 435, in __enter__
WindowsError: [Error 5] Access is denied: u'C:\\Users\\user\\AppData\\Local\\Temp\\calibre_b ueg9i\\fd30nj_plumber'

Can anyone please help me with this? I've been using Calibre since almost day 1 and nothing like this has happened before throughout all my Windows upgrades. I've spent sleepless nights on this issue with no luck.
markpearl is offline   Reply With Quote