sample-app-aoai-chatGPT icon indicating copy to clipboard operation
sample-app-aoai-chatGPT copied to clipboard

Internal Server Error

Open cameronjy opened this issue 1 year ago • 8 comments

New deployments of this web app from the Azure AI Studio Preview are resulting in an "Internal Server Error". This occurs with or without deploying Chat History.

cameronjy avatar Feb 03 '24 15:02 cameronjy

I'm seeing the same behavior. App Service Logs and Diagnostic Logs show these errors:

TypeError: Quart.__call__() missing 1 required positional argument: 'send'

image

jbrodsky-code avatar Feb 05 '24 18:02 jbrodsky-code

Hi, we're looking into an issue with AI studio web app deployment. In the meantime, you can try to deploy from Azure OpenAI Studio.

sarah-widder avatar Feb 05 '24 22:02 sarah-widder

@cameronjy @jbrodsky-code You can also "rescue" your AI studio app by configuring the App Startup command like below: image Be sure to restart the app and give it a few minutes before trying again.

sarah-widder avatar Feb 05 '24 22:02 sarah-widder

@sarah-widder That startup command worked. Thanks again!

jbrodsky-code avatar Feb 06 '24 00:02 jbrodsky-code

This fix worked for me too. Thanks, @sarah-widder!

nickmachairas avatar Feb 08 '24 10:02 nickmachairas

Worked for me to :)

mathiastnielsen avatar Feb 09 '24 12:02 mathiastnielsen

it worked well Thx b. I was struggling with persistent 'internal errors' during local deployment, but I managed to resolve the issue using the method described above.

kichul5252hey avatar Feb 19 '24 11:02 kichul5252hey

I am getting this error as well and I have written the startup command.

kagoolastha23 avatar Apr 17 '24 07:04 kagoolastha23