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

When i run a code inside http://localhost:2358/dummy-client.html it gives me following error #492

Open
NischalKShaj opened this issue Jul 8, 2024 · 2 comments

Comments

@NischalKShaj
Copy link

[Request 08/07/2024, 22:31:06] POST http://localhost:2358/submissions
{
"source_code": "#include <stdio.h>\n\nint main(void) {\n char name[10];\n scanf("%s", name);\n printf("hello, %s\n", name);\n return 0;\n}",
"language_id": "50",
"number_of_runs": null,
"stdin": "Judge0",
"expected_output": null,
"cpu_time_limit": null,
"cpu_extra_time": null,
"wall_time_limit": null,
"memory_limit": null,
"stack_limit": null,
"max_processes_and_or_threads": null,
"enable_per_process_and_thread_time_limit": null,
"enable_per_process_and_thread_memory_limit": null,
"max_file_size": null,
"enable_network": null
}
[Response 08/07/2024, 22:31:06] 201 Created
{
"token": "d3589ee8-8d72-459b-8f8a-cd55fffb5fda"
}

[Request 08/07/2024, 22:31:08] GET http://localhost:2358/submissions/d3589ee8-8d72-459b-8f8a-cd55fffb5fda
[Response 08/07/2024, 22:31:08] 200 OK
{
"stdout": null,
"time": null,
"memory": null,
"stderr": null,
"token": "d3589ee8-8d72-459b-8f8a-cd55fffb5fda",
"compile_output": null,
"message": "No such file or directory @ rb_sysopen - /box/main.c",
"status": {
"id": 13,
"description": "Internal Error"
}
}

[DONE 08/07/2024, 22:31:08]

@NischalKShaj NischalKShaj changed the title When i run a code inside http://localhost:2358/dummy-client.html it gives me following error i am getting the following error When i run a code inside http://localhost:2358/dummy-client.html it gives me following error Jul 8, 2024
@kaushal-003
Copy link

Same here, have you found any solutions for it?

@NischalKShaj
Copy link
Author

NischalKShaj commented Aug 30, 2024

Same here, have you found any solutions for it?

Yeah, in judge 0 dummy-client.html many fields are selected as null or false by default, so change that to true and check

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

2 participants