Error Occurring on Deployed Server Heroku with Gunicorn (Flask + Socket.io) #1996
Unanswered
GoldmanMaya
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Google the error. This is a Gunicorn bug, you'll find lots of references to it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I am encountering an error on a deployed server on Heroku using Flask and Socket.io.
When a client sends a request, instead of the expected response, an error is returned.
here is the procfile:
web: NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program bin/qgtunnel gunicorn -w 1 --threads 4 wsgi:app
requirements.txt:
I run the socket in this way:

It's important to note that everything works fine on localhost, but the issue arises specifically on the deployed server. I have thoroughly searched for solutions and attempted various troubleshooting steps, but none have been successful thus far. Any assistance would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions