I can't give a clear way how to reconstruct. Currently for me it seems to happen all the time when I've had two sessions open and quit one of them. I wonder if this is a YCM bug, or due to misconfiguration.
Traceback (most recent call last):
File "/home/chiel/.vim/bundle/YouCompleteMe/python/ycm/server/ycmd.py", line 98, in <module>
Main()
File "/home/chiel/.vim/bundle/YouCompleteMe/python/ycm/server/ycmd.py", line 94, in Main
threads = 10 )
File "/home/chiel/.vim/bundle/YouCompleteMe/third_party/waitress/waitress/__init__.py", line 11, in serve
server = _server(app, **kw)
File "/home/chiel/.vim/bundle/YouCompleteMe/third_party/waitress/waitress/server.py", line 44, in create_server
return cls(application, map, _start, _sock, _dispatcher, adj)
File "/home/chiel/.vim/bundle/YouCompleteMe/third_party/waitress/waitress/server.py", line 76, in __init__
self.bind_server_socket()
File "/home/chiel/.vim/bundle/YouCompleteMe/third_party/waitress/waitress/server.py", line 184, in bind_server_socket
self.bind((self.adj.host, self.adj.port))
File "/usr/lib/python2.7/asyncore.py", line 341, in bind
return self.socket.bind(addr)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.gaierror: [Errno -5] No address associated with hostname
2013-11-29 12:55:59,476 - INFO - Server shutting down