Quote:
Originally Posted by ssda
calibre, version 5.25.0
ERROR: KFX conversion failed: <p><b>Cannot convert How Jesus Became God</b><br><br><b>Conversion error:</b> Kindle conversion has encountered an internal error.</p>
I've been getting this error on calibre every time i try to convert to kfx. It used to be working great. I've tried different books,I've tried to update kindle previewer 3.Currently using 3.59 version.Nothing seems to be working.
When i try to load a epub to kindle previewer i get this error.
"Error: This error will block the book from publishing. The error needs to be fixed in order to publish."
"Notice: This issue will not block the book from publishing and can be safely ignored as there will be no impact."
"Type","Description","Source File","Line Number","Text Preceding Warning or Error","Recommended Fix"
"Error","Kindle conversion has encountered an internal error.","","","","Our team needs to investigate this error in order to resolve. Please go to the KPR Help Menu and select the Send Feedback option to inform us of this issue. Please make sure you are signed in and we will provide you with more information within 3 business days. Thank you."
What can i do here? Also this thread helped me a lot. I'm grateful to you.
|
I got this exact error logged and was searching here for an answer. I eventually stumbled upon one through a lot of trial and error of deleting files until I narrowed it down to a single file, and then deleting parts of that file until I noted specific lines that caused problems.
In the end, xhtml file containing the footnotes, some line had a malformed URL in a hyperlink like so:
Code:
<p class="foot1">... <a href="http:/REDACTED/Member.aspx?Id=1806">http:/REDACTED/Member.aspx?Id=1806</a>...</p>
Adding the missing second slash to the
fixed the problem. You could probably find the offending entries with a regex search for "https?:/[a-z]" in Calibre's "Edit book"
I'm not sure there aren't other causes of this error log, but hopefully this manages to help some people with this useless Previewer conversion error!