I have written a chatbot code in python flask that just uses assistant in openai as a backend and i have to host it on a server but the assistant parts are creating an internal 500 error any idea why this is happening?
hi @aaryankaushalya33 , can you be more specific? any screenshots you can share will also help.
Solution: Please retry your requests after a brief wait. 500 - The server had an error while processing your request. Cause: Issue on our servers. Solution: Retry your request after a brief wait and contact us if the issue persists.
I randomly get some 500, I can’t understand why but resending the request usually works the second time
Thank you so much for all your replies. I found the problem it was a service account error apparently hosting openai applications cant use a personal account api key, i think that was the issue.
1 Like