-
Notifications
You must be signed in to change notification settings - Fork 222
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
uWSGI server not working like the docs #271
Comments
there are so many different ways uWSGI is compiled. For instance the logger can be statically linked or is available as a 3rd party module. Presumably the latter is your problem. |
I had to put Now the socket connects but I get this error and the message does not send: `Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Any solution? |
When I run the command in the docs:
uwsgi --virtualenv /path/to/virtualenv --http-socket /path/to/web.socket --gevent 1000 --http-websockets --workers=2 --master --module wsgi_websocket
I get the next error:
The text was updated successfully, but these errors were encountered: