Quote:
Originally Posted by icecold
...
This isn't my first time having this issue. I'm using the latest version of Calibre that I downloaded via the binary install here https://calibre-ebook.com/download_linux. Though when I first downloaded Calibre it was through a repo
|
I didn't initially see any problem downloading this using the default settings on either Windows10 or Linux(Ubuntu 20.04.3 LTS).
The error message suggests might be an image processing issue for
https://www.mathsisfun.com/algebra/i...plex-plane.svg -- which is weird because FFF is supposed to not attempt processing SVGs on Calibre.
I was about to suggest you try again with
include_images:false or
no_image_processing:true when I decided to try them myself just in case.
And then I saw the same error with
no_image_processing:true (
include_images:false worked fine).
What's happening is FFF is still trying to determine an image size for
cover_min_size, even if
no_image_processing:true.
And SVG images crash Calibre's image processing
hard. The BG job fails outright rather than raising an exception that can be caught.
I can fix this, but I need to spend more time than I have right now to consider the best approach.