Skip to content

Instantly share code, notes, and snippets.

@darobin
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darobin/fe0b25ceec69cbbd9a22 to your computer and use it in GitHub Desktop.
Save darobin/fe0b25ceec69cbbd9a22 to your computer and use it in GitHub Desktop.
serve.py is unhappy
^/tools/runner/update\_manifest\.py$
Process Process-5:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "serve.py", line 79, in create_daemon
self.daemon = init_func(host, port, paths, bind_hostname, external_config)
^/tools/runner/(.*)$
TypeError: start_https_server() takes exactly 4 arguments (5 given)
INFO:mod_pywebsocket.standalone.WebSocketServer:Create socket on: (30, 1, '', '', '')
INFO:wptserve:Starting http server on ts.bast:8001
INFO:mod_pywebsocket.standalone.WebSocketServer:Create socket on: (2, 1, '', '', '')
INFO:mod_pywebsocket.standalone.WebSocketServer:Bind on: (30, 1, '', '', '')
INFO:mod_pywebsocket.standalone.WebSocketServer:Bind on: (2, 1, '', '', '')
INFO:mod_pywebsocket.standalone.WebSocketServer:Skip by failure: error(48, 'Address already in use')
INFO:mod_pywebsocket.standalone.WebSocketServer:Listen on: (30, 1, '', '', '')
INFO:wptserve:Starting http server on ts.bast:8000
Traceback (most recent call last):
File "serve.py", line 79, in create_daemon
self.daemon = init_func(host, port, paths, bind_hostname, external_config)
TypeError: start_https_server() takes exactly 4 arguments (5 given)
^/tools/runner/update\_manifest\.py$
Process Process-5:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "serve.py", line 79, in create_daemon
self.daemon = init_func(host, port, paths, bind_hostname, external_config)
^/tools/runner/(.*)$
TypeError: start_https_server() takes exactly 4 arguments (5 given)
INFO:mod_pywebsocket.standalone.WebSocketServer:Create socket on: (30, 1, '', '', '')
INFO:wptserve:Starting http server on ts.bast:8001
INFO:mod_pywebsocket.standalone.WebSocketServer:Create socket on: (2, 1, '', '', '')
INFO:mod_pywebsocket.standalone.WebSocketServer:Bind on: (30, 1, '', '', '')
INFO:mod_pywebsocket.standalone.WebSocketServer:Bind on: (2, 1, '', '', '')
INFO:mod_pywebsocket.standalone.WebSocketServer:Skip by failure: error(48, 'Address already in use')
INFO:mod_pywebsocket.standalone.WebSocketServer:Listen on: (30, 1, '', '', '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment