judgev2 icon indicating copy to clipboard operation
judgev2 copied to clipboard

Not listening for requests on the port that is set up.

Open CruiseDevice opened this issue 9 years ago • 2 comments

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".

CruiseDevice avatar Jan 13 '16 10:01 CruiseDevice

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.

ngsankha avatar Jan 28 '16 20:01 ngsankha

I see.

thanks.

ufoe avatar Feb 23 '16 06:02 ufoe