Receiving HTTP Error: 0

What is the name of the modal you’re running?

OpenAI

What is the error message?

We’re running a Cloudflare worker to stream responses from OpenAI to our users via server-side events. On the client side, we’ve handled errors that we receive from time to time. Recently, we’ve started seeing increased occurrences of HTTP Error: 0 and would appreciate solutions that could help us in implementing a fix

What is the issue or error you’re encountering

Receiving HTTP Error: 0 when sending a message

Hi,
HTTP Error: 0 essentially meaning the server couldn’t provide a definitive response. Can you check in your Worker logs and find any time limit errors or terminated requests?

Thanks. I checked the Workers logs and there are no records that have a timestamp/info matching my database.

This topic was automatically closed after 15 days. New replies are no longer allowed.