Jaagrav / CodeX-API

The new version of CodeX API with it's backend, a lot of you wanted me to make the backend opensource, now it's ready to receive contributions from you. Thanks for being patient, more languages coming soon, happy hacking!

Home Page:https://codex.jaagrav.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with API

b-balajis opened this issue · comments

api is not working properly getting response like -->

code:"ENOENT"
errno:2
path:"/app/codes/4cfb0f33-3ec6-464e-8eed-be734ed1ab41.py"
status:500
syscall:"open"
timeStamp:1685425605602

i have same issue

is not working but GET list is working well
only POST is not working

"timeStamp": 1685429297221,
"status": 500,
"errno": -2,
"syscall": "open",
"code": "ENOENT",
"path": "/app/codes/b2bd8b11-c018-48f1-8218-8ac91a890c6d.java"

I'm facing the same problem. It worked fine like yesterday night. But today morning, it gave me a similar error.

{
  "timeStamp": 1685442365999,
  "status": 500,
  "errno": -2,
  "syscall": "open",
  "code": "ENOENT",
  "path": "[/app/codes/89dfe7fe-f7c7-4c5a-8b20-4efafec68499.py](http://localhost/app/codes/89dfe7fe-f7c7-4c5a-8b20-4efafec68499.py)"
}

@Jaagrav, I know you're busy ( from your GitHub status). But, please take a look at it...

503 Service Unavailable

now it became code 503

GET list was working until 2 hours ago
but now is not working as well

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<title>Service Suspended</title>
</head>

<body>
	This service has been suspended.
</body>

</html>

I can confirm. I have the same issue, 'This service has been suspended.'

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<title>Service Suspended</title>
</head>

<body>
	This service has been suspended.
</body>

</html>

THE CODEX API IS BACK ONLINE !!!...

I don't know how, but the API has started working again. Maybe the API server might be down for some reason. But It's working now... This is my recent POST request and it turns out to be fine...

{
  "timeStamp": 1685636284339,
  "status": 200,
  "output": "hello world\n",
  "error": "",
  "language": "py",
  "info": "Python 3.6.9\n"
}

@b-balajis or @Jaagrav, Please close this issue after verifying it...

commented

Sorry for the downtime, the API is back live again. Please check.