Discussions

Ask a Question
Back to All

fetch results always throws error occured with processsing your request

I am trying to use your API. Getting the same result with my own implementation and the one in the docs: https://developer.monsterapi.ai/reference/get_status-process-id

text to image sdxl json answer:

{
"message": "Request accepted successfully",
"process_id": "d5efb244-bd1c-4c17-a01c-8f4dc462e964",
"status_url": "https://api.monsterapi.ai/v1/status/d5efb244-bd1c-4c17-a01c-8f4dc462e964",
"callback_url": "",
"webhook_url": ""
}

when i try to fetch the results, first fetch is in queue. Then i try to fetch the results a few minutes later and i am getting this error:

{
"process_id": "d5efb244-bd1c-4c17-a01c-8f4dc462e964",
"status": "FAILED",
"result": {
"errorMessage": "Error occured while processing your request. Your request will be processed again"
}
}

Using the web gui works without issues.

For the API it gives me the same error for bash, python and nodejs.