Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment from Chat Playground fails with 500 - Internal Server Error #1189

Open
nickcapitoubt opened this issue Nov 26, 2024 · 5 comments
Open
Labels
bug Something isn't working

Comments

@nickcapitoubt
Copy link

nickcapitoubt commented Nov 26, 2024

Describe the bug
Deployed to Azure via Chat Playground. Deployment failed, retried it succeeded but now we get a 500 internal server error when trying to access.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the site where it was deployed to azure e.g. .azurewebsites.net
  2. See error Image

Expected behavior
Once deployment is complete we expect the app to function.

Screenshots
Image


2024-11-26T16:44:10.8045435Z [2024-11-26 16:44:10 +0000] [94] [ERROR] Error handling request /
2024-11-26T16:44:10.8046232Z Traceback (most recent call last):
2024-11-26T16:44:10.8046277Z   File "/tmp/8dd0e37c6b285a1/antenv/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 136, in handle
2024-11-26T16:44:10.8046303Z     self.handle_request(listener, req, client, addr)
2024-11-26T16:44:10.8046337Z   File "/tmp/8dd0e37c6b285a1/antenv/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 179, in handle_request
2024-11-26T16:44:10.8046369Z     respiter = self.wsgi(environ, resp.start_response)

Logs

log.txt

@nickcapitoubt nickcapitoubt added the bug Something isn't working label Nov 26, 2024
@fredejuul
Copy link

I face the same issue

@guyyardeni
Copy link

I've been able to get around this issue a few times by syncing the repo using Deployment Center.

@fredejuul
Copy link

@guyyardeni this seems to fix my issue as well.

Thx

@kellermatthis
Copy link

Do you have a startup command configured? Make sure the following snipped exists: "python3 -m gunicorn app:app"
Image

@nickcapitoubt
Copy link
Author

nickcapitoubt commented Dec 5, 2024

@kellermatthis we do not.Image

I added it and it took a while but it finally loaded! So... can someone fix this bug :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants