I'm trying to do the following: ``` curl http://c.docverter.com/convert -F from=md -F to=pdf -F input_files[]=@<(echo test.md) ``` I'm getting the following error: ``` {"error":"uninitialized constant DocverterServer::Manifest::InvalidManifestError"} ```