Open Mause opened 10 years ago
I get this error whenever I try to convert from epub
to html
. This is happening both on the c.docverter.com server as well as my own (http://secret-retreat-3472.herokuapp.com).
Possible help here: http://omz-forums.appspot.com/editorial/post/4955159939514368
Which links to many hacks used, relevant and non-relevant: http://www.editorial-workflows.com/workflow/5608504794546176/Yrcflwk7t5I
When the library attempts to throw an
InvalidManifestError
(usually in https://github.com/Docverter/docverter/blob/4f59c326bf47ad5b2f9212d6c1285e2a91f77b35/lib/docverter-server/manifest.rb), it fails withuninitialized constant DocverterServer::Manifest::InvalidManifestError
, asInvalidManifestError
is defined atDocverterServer::InvalidManifestError
, not where ruby is looking for it, atDocverterServer::Manifest::InvalidManifestError
Keep in mind that I do not have any experience with ruby, so there may well be something connecting these two namespaces that I am missing.