Closed codehimanshu closed 8 years ago
This is API's fault and a temporary error generally thrown by Hackerearth API. Thanks @lawfets
@codehimanshu If you can migrate to async version of the version 3 code API, then we can assure you the uptime of code evaluation. We do not maintain version 2 API and synchronous version of version 3 API.
Okay thanks for the update.
On Tue, Mar 27, 2018 at 3:58 PM, iamsudip notifications@github.com wrote:
@codehimanshu https://github.com/codehimanshu If you can migrate to async version of the version 3 code API, then we can assure you the uptime of code evaluation. We do not maintain version 2 API and synchronous version of version 3 API.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/codehimanshu/compiler/issues/4#issuecomment-376476179, or mute the thread https://github.com/notifications/unsubscribe-auth/AOGzz4K55JD1bfnLiygYu8ErR759_9ypks5tihRrgaJpZM4KXwE6 .
-- Thanks & Regards Himanshu Agrawal +91-9654379609 Student Developer
I am getting following json object on compilation of any program in any language
string(263) "{"errors": {}, "code_id": "f1b3cfy", "web_link": "https://code.hackerearth.com/f1b3cfy", "compile_status": "Error code: 1200", "id": "f1b3cfy", "async": 0, "message": "OK", "run_status": {"status": "CE", "status_detail": "Correct the compilation/syntax errors."}}"
The same program works on code.hackerearth.com perfectly.