rudigiesler / mathml-to-image-service

HTTP Rest API for converting mathml to various image formats
MIT License
6 stars 9 forks source link

Can't get it to work... #22

Closed calston closed 10 years ago

calston commented 10 years ago

Can't find anything in the log except that it served a 500...

curl -X POST 127.0.0.1:5000 -d mathml='x2y2' -d image_format=gif -d max_size=500 -d quality=3

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

500 Internal Server Error

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

calston commented 10 years ago

encoding is not a valid kwarg to open (at least on Python 2.7)

calston commented 10 years ago

I can assume from the numerous things after that, that this only works on Python 3..