Troubleshooting of OpenAI API: Difference between revisions

Jump to navigation Jump to search
Line 5: Line 5:
* Error message: "An error occurred. If this issue persists please contact us through our help center at help.openai.com."
* Error message: "An error occurred. If this issue persists please contact us through our help center at help.openai.com."
* Solution: Refresh the webpage https://chat.openai.com/chat
* Solution: Refresh the webpage https://chat.openai.com/chat
=== How to fix "Bad gateway" ===
Error message
<pre>
{
  "error": {
    "code": 502,
    "message": "Bad gateway.",
    "param": null,
    "type": "cf_bad_gateway"
  }
}
</pre>
Solution
* Attempt to resend the API request


=== How to fix "messages is a required property" ===
=== How to fix "messages is a required property" ===
Anonymous user

Navigation menu