-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't appear to work at all #10
Comments
Your first error message occurs when you POST, and the
Your second error message occurs because you're using the JSON mode and you've sent something that isn't JSON in the body (most likely something that isn't in a valid character set). Refer to the JSON standard and/or use an appropriate library to encode your data-structure to JSON. Additionally |
Hi there,
< HTTP/1.1 100 Continue
where XXX is the ip of the docker, what it is going on? Thanks in advance. |
It absolutely works. No problem at all. Possible issue: you're sending your request to port 80.
The commandline looks wrong; you appear to be missing an If you correct all of the above, you can still:
|
Hi there, Well I am posting this response message just in case someone has issues with the service, after checking all the points mentioned for dots-skymesh I end up checking the logs of the docker to finally get that the reason it has failing it was because as I copy a random web page on wikipedia I did not realise that that page was with an error of no resource found, I debug the page and buala!! it is working perfectly, so in a long short story, the htmltopdf works as long as the html runs without errors, maybe it seems clear now but it is well worth it to mention it, as browsers can load pages with errors but this service not. |
I met some behavior when send json without content type. I think this issue should be corrected as something like "Return correct error code when no files and not proper content-type found". Also i think it would be better to handle any request without files as JSON |
When using the uploaded
test2.html
, I am getting the following error with a file containing these html contents https://gist.github.com/mdedetrich/6dd23c5848922e5686dcAnd when trying to post, I get the following error
In general, I can't seem to be able to get it to work at all, even with different HTML data
The text was updated successfully, but these errors were encountered: