Open cezarfloroiu opened 7 years ago
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?
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.
clang
c
cpp
I get 204 error when POSTing a code to /languages/clang/latest
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?