trampgeek / jobe

jobe is a server that runs small programming jobs in a variety of programming languages
MIT License
110 stars 79 forks source link

Bad Result Object { } #27

Closed nihanth007 closed 6 years ago

nihanth007 commented 6 years ago

testsubmit.py results in Bad result object{} for every test

http://my_ip_address/jobe/index.php/restapi/languages returns [["c","7.3.0"],["cpp","7.3.0"],["java","1.8.0_181"],["php","7.2.7"],["python2","2.7.15"],["python3","3.6.5"]]

Working in Ubuntu 18.04 LTS

nihanth007 commented 6 years ago

Worked after removing apache2 and installing again.