Sometimes (~30% of the time) I receive an error message from OpenAI causing to return “null”. I thought that might be a sporadic error and that is why I implemented a loop after the error occurs and returns “null”. After waiting for 1 minute the OpenAI node is triggered again. Apparently it does not fix the issue.
I tested with different 3.5 models aswell. Error is sporadic the same.
What is the error message (if any)?
Issues: - There was a problem loading the parameter options from server: “Request failed with status code 520”
I have taken a quick look and 520 seems to be a special Cloudflare error which you can find more information on here: 520 Web server is returning an unknown error it looks this is one of those errors where you wouldn’t be able to resolve it and neither would we as it looks to be an issue between Cloudflare and the backend OpenAI server.
Yeah the issue won’t be on your side the 520 is an issue between Cloudflare and the host in this case it would be OpenAI. The new error though could be something else does the node work if you try and run it?