View Single Post
Old 11-16-2010, 03:56 PM   #8
ajmoraal
Junior Member
ajmoraal began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2010
Device: BeBook One 2010
Thanks, I managed to solve it now by looking at the stacktrace.
The issue was I was searching for html tags that were already stripped off (via the remove_tags_before and remove_tags_after), so contents[0] was called on the NoneType.

Btw, shouldn't "ebook-convert -?" return info about the -vv option?
ajmoraal is offline   Reply With Quote