You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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]
The text was updated successfully, but these errors were encountered:
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
[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]
The text was updated successfully, but these errors were encountered: