• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Error connecting OpenIa chatgpt.

Could you help me with this? This automation was working normally, but stopped working, what could have happened?

The error that occurred was this one:

{
"error": {
"message": "We could not parse the JSON body of your request. (HINT: This likely means you aren't using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please contact us through our help center at help.openai.com.)",
"type": "invalid_request_error",
"param": null,
"code": null
}
}

1724699997350.png
 

Supreme

Well-known member
Staff member
Hey @Marcos Assis

The error you're seeing indicates that your API request isn't properly formatted as JSON. This often happens due to malformed JSON, incorrect Content-Type headers, or improper serialization of the request body. Ensure your JSON is correctly structured.

However as I can see from your recent history log, it looks like the workflow is functioning correctly, so this issue may have been resolved or was an isolated incident.

1724755103816.png
 
Top