Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port for Judge0 Extra CE #438

Open
abhishek12tri opened this issue Sep 28, 2023 · 1 comment
Open

Port for Judge0 Extra CE #438

abhishek12tri opened this issue Sep 28, 2023 · 1 comment

Comments

@abhishek12tri
Copy link

abhishek12tri commented Sep 28, 2023

I have hosted Judge and able to access port 2358.

Judge0 has 2 flavors Judge0 CE and Judge0 Extra CE, I am getting response from port 2358 which is only serving Judge0 CE.

How can I access responses for languages under Judge0 Extra CE? Is there any different docker file or port?

Extra CE Language: Python for ML
Trying on same port Error below, but it is serving on the original IDE.
{
"readyState": 4,
"responseText": "{"language_id":["language with id 10 is archived and cannot be used anymore"]}",
"responseJSON": {
"language_id": [
"language with id 10 is archived and cannot be used anymore"
]
},
"status": 422,
"statusText": "Unprocessable Entity"
}

Thanks

@abhishek12tri
Copy link
Author

Who have the same confusion:
Run docker compose from extra branch, it will serve extra features & docker compose from master branch will serve the basic feature.

Resolved for me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant