• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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
 
P

Pabblymember11

Guest
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