You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the permissions on the socket file using the waitress-serve command but an error occurred.
$ waitress-serve --unix-socket=app.sock --unix-socket-perms=660 hello:app
Traceback (most recent call last):
File "/home/tokibito/.virtualenvs/waitress-test/bin/waitress-serve", line 9, in <module>
load_entry_point('waitress==0.8.7', 'console_scripts', 'waitress-serve')()
File "/home/tokibito/.virtualenvs/waitress-test/local/lib/python2.7/site-packages/waitress/runner.py", line 216, in run
_serve(app, **kw)
File "/home/tokibito/.virtualenvs/waitress-test/local/lib/python2.7/site-packages/waitress/__init__.py", line 11, in serve
server = _server(app, **kw)
File "/home/tokibito/.virtualenvs/waitress-test/local/lib/python2.7/site-packages/waitress/server.py", line 39, in create_server
adj = Adjustments(**kw)
File "/home/tokibito/.virtualenvs/waitress-test/local/lib/python2.7/site-packages/waitress/adjustments.py", line 177, in __init__
setattr(self, k, self._param_map[k](v))
File "/home/tokibito/.virtualenvs/waitress-test/local/lib/python2.7/site-packages/waitress/adjustments.py", line 37, in asoctal
return int(s, 8)
TypeError: int() can't convert non-string with explicit base
The text was updated successfully, but these errors were encountered:
I want to change the permissions on the socket file using the waitress-serve command but an error occurred.
The text was updated successfully, but these errors were encountered: