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

Runtime OSError: [Errno 95] . #1603

Open
MubinMuhammad opened this issue Feb 14, 2025 · 0 comments
Open

Runtime OSError: [Errno 95] . #1603

MubinMuhammad opened this issue Feb 14, 2025 · 0 comments

Comments

@MubinMuhammad
Copy link

After cloning webodm, I've run ./webodm.sh start. After running, the following error is shown repeatedly:

webapp      | Traceback (most recent call last):
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/sock.py", line 44, in set_options
webapp      |     sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
webapp      | OSError: [Errno 95] Operation not supported
webapp      |
webapp      | During handling of the above exception, another exception occurred:
webapp      |
webapp      | Traceback (most recent call last):
webapp      |   File "/usr/local/bin/gunicorn", line 8, in <module>
webapp      |     sys.exit(run())
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/app/wsgiapp.py", line 74, in run
webapp      |     WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/app/base.py", line 203, in run
webapp      |     super(Application, self).run()
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/app/base.py", line 72, in run
webapp      |     Arbiter(self).run()
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/arbiter.py", line 198, in run
webapp      |     self.start()
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/arbiter.py", line 157, in start
webapp      |     self.LISTENERS = sock.create_sockets(self.cfg, self.log, fds)
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/sock.py", line 180, in create_sockets
webapp      |     sock = sock_type(addr, conf, log)
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/sock.py", line 117, in __init__
webapp      |     super(UnixSocket, self).__init__(addr, conf, log, fd=fd)
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/sock.py", line 32, in __init__
webapp      |     self.sock = self.set_options(sock, bound=bound)
webapp      |   File "/usr/local/lib/python3.9/dist-packages/gunicorn/sock.py", line 46, in set_options
webapp      |     if err[0] not in (errno.ENOPROTOOPT, errno.EINVAL):
webapp      | TypeError: 'OSError' object is not subscriptable
worker      | /usr/local/lib/python3.9/dist-packages/celery/platforms.py:800: RuntimeWarning: You're running the worker with superuser privileges: this is
worker      | absolutely not recommended!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant