Created
May 19, 2018 15:48
-
-
Save simlei/3df5d0f81a4edfd6c865fc52de7f308a to your computer and use it in GitHub Desktop.
YCMToggleLogs with verdin omnifunc - 3 files in one, search for '====' for separators between them with filename
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====/tmp/ycm_syhzufb7 | |
2018-05-19 17:44:11,798 - ERROR - Unable to connect to server | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connection.py", line 137, in _new_conn | |
(self.host, self.port), self.timeout, **extra_kw) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/connection.py", line 91, in create_connection | |
raise err | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/connection.py", line 81, in create_connection | |
sock.connect(sa) | |
ConnectionRefusedError: [Errno 111] Connection refused | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen | |
body=body, headers=headers) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request | |
conn.request(method, url, **httplib_request_kw) | |
File "/home/simon/.pyenv/versions/3.6.5/lib/python3.6/http/client.py", line 1239, in request | |
self._send_request(method, url, body, headers, encode_chunked) | |
File "/home/simon/.pyenv/versions/3.6.5/lib/python3.6/http/client.py", line 1285, in _send_request | |
self.endheaders(body, encode_chunked=encode_chunked) | |
File "/home/simon/.pyenv/versions/3.6.5/lib/python3.6/http/client.py", line 1234, in endheaders | |
self._send_output(message_body, encode_chunked=encode_chunked) | |
File "/home/simon/.pyenv/versions/3.6.5/lib/python3.6/http/client.py", line 1026, in _send_output | |
self.send(msg) | |
File "/home/simon/.pyenv/versions/3.6.5/lib/python3.6/http/client.py", line 964, in send | |
self.connect() | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connection.py", line 162, in connect | |
conn = self._new_conn() | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connection.py", line 146, in _new_conn | |
self, "Failed to establish a new connection: %s" % e) | |
requests.packages.urllib3.exceptions.NewConnectionError: <requests.packages.urllib3.connection.HTTPConnection object at 0x7f15e2956e48>: Failed to establish a new connection: [Errno 111] Connection refused | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send | |
timeout=timeout | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 609, in urlopen | |
_stacktrace=sys.exc_info()[2]) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/retry.py", line 273, in increment | |
raise MaxRetryError(_pool, url, error or ResponseError(cause)) | |
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=49362): Max retries exceeded with url: /ready (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f15e2956e48>: Failed to establish a new connection: [Errno 111] Connection refused',)) | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 79, in HandleFuture | |
return _JsonFromFuture( future ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 239, in _JsonFromFuture | |
response = future.result() | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/pythonfutures/concurrent/futures/_base.py", line 404, in result | |
return self.__get_result() | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/pythonfutures/concurrent/futures/_base.py", line 356, in __get_result | |
raise self._exception | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/autoload/../python/ycm/unsafe_thread_pool_executor.py", line 43, in run | |
result = self.fn(*self.args, **self.kwargs) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request | |
resp = self.send(prep, **send_kwargs) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send | |
r = adapter.send(request, **kwargs) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 437, in send | |
raise ConnectionError(e, request=request) | |
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=49362): Max retries exceeded with url: /ready (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f15e2956e48>: Failed to establish a new connection: [Errno 111] Connection refused',)) | |
====/tmp/ycmd_49362_stdout_21t68oqp | |
serving on http://localhost:49362 | |
====/tmp/ycmd_49362_stderr_1yigtzbn | |
2018-05-19 17:44:11,817 - DEBUG - No global extra conf, not calling method YcmCorePreload | |
2018-05-19 17:44:11,906 - INFO - Received ready request | |
2018-05-19 17:44:23,101 - INFO - Received event notification | |
2018-05-19 17:44:23,101 - DEBUG - Event name: BufferVisit | |
2018-05-19 17:44:23,102 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:23,104 - INFO - Received event notification | |
2018-05-19 17:44:23,105 - DEBUG - Event name: FileReadyToParse | |
2018-05-19 17:44:23,105 - INFO - Adding buffer identifiers for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:23,110 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:23,206 - INFO - Received filetype completion available request | |
2018-05-19 17:44:23,207 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:27,472 - INFO - Received completion request | |
2018-05-19 17:44:27,473 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:27,477 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:27,793 - INFO - Received completion request | |
2018-05-19 17:44:27,793 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:27,794 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:27,921 - INFO - Received completion request | |
2018-05-19 17:44:27,921 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:27,921 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:30,464 - INFO - Received event notification | |
2018-05-19 17:44:30,464 - DEBUG - Event name: FileReadyToParse | |
2018-05-19 17:44:30,464 - INFO - Adding buffer identifiers for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:30,468 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:30,469 - INFO - Received event notification | |
2018-05-19 17:44:30,470 - DEBUG - Event name: InsertLeave | |
2018-05-19 17:44:30,470 - INFO - Adding ONE buffer identifier for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:30,471 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:34,510 - INFO - Received event notification | |
2018-05-19 17:44:34,510 - DEBUG - Event name: FileReadyToParse | |
2018-05-19 17:44:34,510 - INFO - Adding buffer identifiers for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:34,513 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:34,513 - INFO - Received event notification | |
2018-05-19 17:44:34,514 - DEBUG - Event name: InsertLeave | |
2018-05-19 17:44:34,514 - INFO - Adding ONE buffer identifier for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:34,515 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:36,939 - INFO - Received completion request | |
2018-05-19 17:44:36,940 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:36,940 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:37,763 - INFO - Received completion request | |
2018-05-19 17:44:37,763 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:37,764 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:38,058 - INFO - Received completion request | |
2018-05-19 17:44:38,059 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:38,059 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:38,554 - INFO - Received completion request | |
2018-05-19 17:44:38,554 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:38,555 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:38,926 - INFO - Received event notification | |
2018-05-19 17:44:38,927 - DEBUG - Event name: CurrentIdentifierFinished | |
2018-05-19 17:44:38,927 - INFO - Adding ONE buffer identifier for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:38,927 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:38,930 - INFO - Received completion request | |
2018-05-19 17:44:38,930 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:38,930 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:39,167 - INFO - Received completion request | |
2018-05-19 17:44:39,167 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:39,168 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:39,338 - INFO - Received completion request | |
2018-05-19 17:44:39,338 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:39,338 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:39,576 - INFO - Received completion request | |
2018-05-19 17:44:39,576 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:39,580 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:39,727 - INFO - Received completion request | |
2018-05-19 17:44:39,728 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:39,728 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:39,938 - INFO - Received completion request | |
2018-05-19 17:44:39,938 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:39,939 - DEBUG - Using filetype completion: False | |
2018-05-19 17:44:40,138 - INFO - Received event notification | |
2018-05-19 17:44:40,139 - DEBUG - Event name: CurrentIdentifierFinished | |
2018-05-19 17:44:40,139 - INFO - Adding ONE buffer identifier for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:40,139 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:40,683 - INFO - Received event notification | |
2018-05-19 17:44:40,683 - DEBUG - Event name: FileReadyToParse | |
2018-05-19 17:44:40,684 - INFO - Adding buffer identifiers for file: /home/simon/touchstone/modules/vim/vim-config/rc/ycm.vim | |
2018-05-19 17:44:40,688 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:40,688 - INFO - Received event notification | |
2018-05-19 17:44:40,689 - DEBUG - Event name: InsertLeave | |
2018-05-19 17:44:40,690 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:44:46,376 - INFO - Received debug info request | |
2018-05-19 17:44:46,377 - ERROR - No semantic completer exists for filetypes: ['vim'] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 238, in DebugInfo | |
request_data ).DebugInfo( request_data ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 302, in _GetCompleterForRequestData | |
return _server_state.GetFiletypeCompleter( request_data[ 'filetypes' ] ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: ['vim'] | |
2018-05-19 17:45:07,445 - INFO - Received debug info request | |
2018-05-19 17:45:07,445 - ERROR - No semantic completer exists for filetypes: [''] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 238, in DebugInfo | |
request_data ).DebugInfo( request_data ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 302, in _GetCompleterForRequestData | |
return _server_state.GetFiletypeCompleter( request_data[ 'filetypes' ] ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: [''] | |
2018-05-19 17:45:10,279 - INFO - Received debug info request | |
2018-05-19 17:45:10,279 - ERROR - No semantic completer exists for filetypes: [''] | |
Traceback (most recent call last): | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 238, in DebugInfo | |
request_data ).DebugInfo( request_data ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 302, in _GetCompleterForRequestData | |
return _server_state.GetFiletypeCompleter( request_data[ 'filetypes' ] ) | |
File "/home/simon/touchstone/modules/vim/vim-plugins/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: [''] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment