glot-run icon indicating copy to clipboard operation
glot-run copied to clipboard

clang - 204 error

Open cezarfloroiu opened this issue 9 years ago • 1 comments

I get 204 error when POSTing a code to /languages/clang/latest

HTTP/1.1 204 No Content
server: Cowboy
date: Mon, 09 Jan 2017 22:27:00 GMT
content-length: 0
content-type: application/json

Works fine with /pythong/latest

glot/clang is installed, and the language is registered (and appears on /languages list)

Checked that glot/clang runs correctly on terminal.

Anyone had this? Known bug?

cezarfloroiu avatar Jan 09 '17 22:01 cezarfloroiu

clang is not a language that is recognized by glot-code-runner, it might work if you send a custom run command in the payload, but it would be easier to just use proper language names like c and cpp.

prasmussen avatar Jan 11 '17 17:01 prasmussen