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
I am getting error when I am running post command for:
curl --request POST --header "X-Access-Token: my-token" --header "Content-type: application/json" --data "{"image": "glot/python:latest", "payload": {"language": "python", "files": [{"name": "main.py", "content": "print(42)"}]}}" http://localhost:8088/run
{ "error": "request.parse", "message": "Failed to parse json from request: key must be a string at line 1 column 2" }
The text was updated successfully, but these errors were encountered:
pratham15541
changed the title
Failed to parse json from request: key must be a string at line 1 column 2"
Failed to parse json from request: key must be a string at line 1 column 2
Feb 19, 2023
I am getting error when I am running post command for:
curl --request POST --header "X-Access-Token: my-token" --header "Content-type: application/json" --data "{"image": "glot/python:latest", "payload": {"language": "python", "files": [{"name": "main.py", "content": "print(42)"}]}}" http://localhost:8088/run
{ "error": "request.parse", "message": "Failed to parse json from request: key must be a string at line 1 column 2" }
The text was updated successfully, but these errors were encountered: