judgev2
judgev2 copied to clipboard
Not listening for requests on the port that is set up.
Followed the steps given in the wiki to run this judge. Did everything, but it is not working on the localhost, not on any port. The page is just loading when tried to enter localhost followed by port number. There is no output in the browser except it is loading forever. And only the terminal says "Slave server is up" and "Master server is up".
Hey, sorry to answer this so late.
The servers don't have any HTTP endpoint as of yet. They just have a dumb socket connection and read data from that. The test suite can probably give you some idea how it works currently.
That said I would have loved to implement HTTP endpoints to access the judge, but I am busy with other commitments and it seems difficult at the moment. I might come back to working on this sometime in future.
/cc @ufoe since he also asked the same question in the wiki.
I see.
thanks.