We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I got this when I ran gunicorn echo:app from the examples directory:
gunicorn echo:app
examples
Traceback (most recent call last): File "/home/berker/projects/gunicorn/gunicorn/arbiter.py", line 574, in spawn_worker worker.init_process() File "/home/berker/projects/gunicorn/gunicorn/workers/base.py", line 140, in init_process self.run() File "/home/berker/projects/gunicorn/gunicorn/workers/sync.py", line 124, in run self.run_for_one(timeout) File "/home/berker/projects/gunicorn/gunicorn/workers/sync.py", line 59, in run_for_one listener = self.sockets[0] IndexError: list index out of range
It works as expected if I revert 0be7996.
The text was updated successfully, but these errors were encountered:
1db805c
no fds are given by default in gunicorn
7db6c83
fix benoitc#1423
No branches or pull requests
I got this when I ran
gunicorn echo:app
from theexamples
directory:It works as expected if I revert 0be7996.
The text was updated successfully, but these errors were encountered: