Docverter / docverter

Docverter Server
Other
829 stars 101 forks source link

error: can't convert Symbol into Integer #25

Open rattrayalex opened 10 years ago

rattrayalex commented 10 years ago

When I run the following command: http --form -f POST http://c.docverter.com/convert from=pdf to=html 'input_files[]="$(cat my_file.pdf)"' --output out.html I get the following error: {"error":"can't convert Symbol into Integer"}

Note that I am attempting to use cat here because of https://github.com/Docverter/docverter/issues/23

rattrayalex commented 10 years ago

(the single quotes are because I'm using ZSH, but I got the same error using bash & curl)