Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Full Log:
[2015-01-12 10:54:46,169] [INFO] __main__.WebSocketServer: Create socket on:
(10, 1, '', '', '')
[2015-01-12 10:54:46,170] [INFO] __main__.WebSocketServer: Create socket on:
(2, 1, '', '', '')
[2015-01-12 10:54:46,170] [INFO] __main__.WebSocketServer: Bind on: (10, 1, '',
'', '')
[2015-01-12 10:54:46,181] [INFO] __main__.WebSocketServer: Skip by failure:
error(98, 'Address already in use')
[2015-01-12 10:54:46,182] [INFO] __main__.WebSocketServer: Bind on: (2, 1, '',
'', '')
[2015-01-12 10:54:46,182] [INFO] __main__.WebSocketServer: Skip by failure:
error(98, 'Address already in use')
[2015-01-12 10:54:46,182] [CRITICAL] __main__.WebSocketServer: No sockets
activated. Use info log level to see the reason
Original comment by FLix.Net...@gmail.com
on 12 Jan 2015 at 10:59
The 'Address already in use' errors are the cause of the failure. Check the
value of your -H and -p options and verify that there isn't another server
already running on the same port.
Original comment by ricea@chromium.org
on 12 Jan 2015 at 3:37
Original issue reported on code.google.com by
FLix.Net...@gmail.com
on 12 Jan 2015 at 10:51