View Single Post
Old 10-26-2016, 01:55 PM   #1572
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,058
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New test version posted (direct link)

2016-10-26
- Fix for royalroadl.com Thanks wassname!
- Bump test version.

Quote:
Originally Posted by Atherton25 View Post
A couple of stories got "Failed List Index Out of Range" I can't get them to work
http://royalroadl.com/fiction/1612 is an example.

Also, http://royalroadl.com/fiction/1054 story gets a critical failure and the job fails. It's an older version of another story, so it's not a big deal.
The 1612 problem is fixed.

The 1054 problem is actually caused by an SVG image in chapter 48 causing calibre's image processing to fail catastrophically--the entire BG process dies instead of just throwing an error. (I've no idea how I would catch that more gracefully off hand.)

I've tested with a couple different SVG files (1 2). 1 failed to convert but without crashing and 2 converted as expected.

I'm declaring that this isn't a problem with the adapter and suggest that you disable image processing for that story:
Code:
[http://royalroadl.com/fiction/1054]
no_image_processing: true
That setting will still include images (which that story has a lot of), but won't try to resize them or convert them to JPG.
JimmXinu is offline   Reply With Quote