Created
February 26, 2021 04:08
-
-
Save airglow923/def642bffafb6b4bd42ec760fce3718e to your computer and use it in GitHub Desktop.
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
2021-02-26 11:51:08,150 - ERROR - Error occurred while loading global extra conf /home/hyundeok/.vim/.ycm_extra_conf.py | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 92, in _CallGlobalExtraConfMethod | |
module = Load( global_ycm_extra_conf, force = True ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 171, in Load | |
module = LoadPythonSource( _RandomName(), module_file ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/utils.py", line 377, in LoadPythonSource | |
return importlib.machinery.SourceFileLoader( name, pathname ).load_module() | |
File "<frozen importlib._bootstrap_external>", line 462, in _check_name_wrapper | |
File "<frozen importlib._bootstrap_external>", line 962, in load_module | |
File "<frozen importlib._bootstrap_external>", line 787, in load_module | |
File "<frozen importlib._bootstrap>", line 265, in _load_module_shim | |
File "<frozen importlib._bootstrap>", line 702, in _load | |
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked | |
File "<frozen importlib._bootstrap_external>", line 783, in exec_module | |
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed | |
File "/home/hyundeok/.vim/.ycm_extra_conf.py", line 19, in <module> | |
import ycm_core | |
ImportError: libclang.so.11: cannot open shared object file: No such file or directory | |
2021-02-26 11:51:08,172 - INFO - Completion config: 50, detailing -1 candiates | |
2021-02-26 11:51:08,172 - INFO - Completion config: 50, detailing -1 candiates | |
2021-02-26 11:51:08,173 - INFO - Completion config: 50, detailing -1 candiates | |
2021-02-26 11:51:08,173 - INFO - Completion config: 50, detailing -1 candiates | |
2021-02-26 11:51:08,184 - INFO - Received ready request | |
2021-02-26 11:51:12,902 - INFO - Received signature help available request | |
2021-02-26 11:51:12,902 - INFO - Completion config: 50, detailing -1 candiates | |
2021-02-26 11:51:12,905 - INFO - Received event notification | |
2021-02-26 11:51:12,905 - INFO - Adding buffer identifiers for file: /home/hyundeok/Programming/JavaScript/rest-api-example/js/client/src/components/UserList.vue | |
2021-02-26 11:51:12,906 - INFO - Received event notification | |
2021-02-26 11:51:12,908 - INFO - Starting vueCompleter: ['/home/hyundeok/git/lsp-examples/vue/node_modules/.bin/vls'] | |
2021-02-26 11:51:12,912 - INFO - vueCompleter started with PID 23165 | |
2021-02-26 11:51:13,006 - INFO - Received filetype completion available request | |
2021-02-26 11:51:13,678 - INFO - None: Language server requires resolve request | |
2021-02-26 11:51:13,678 - INFO - None: Language server requires sync type of Incremental | |
2021-02-26 11:51:13,678 - INFO - vue: Using trigger characters for semantic triggers: .,:,<,",',/,@,*, | |
2021-02-26 11:51:13,678 - INFO - vue: Using characters for signature triggers: ( | |
2021-02-26 11:51:14,104 - ERROR - The language server communication channel closed unexpectedly. Issue a RestartServer command to recover. | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 363, in run | |
self._ReadMessages() | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 482, in _ReadMessages | |
data, read_bytes, headers = self._ReadHeaders( data ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 546, in _ReadHeaders | |
data = self.ReadData() | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 744, in ReadData | |
raise RuntimeError( "Connection to server died" ) | |
RuntimeError: Connection to server died | |
2021-02-26 11:51:19,852 - INFO - Received debug info request | |
2021-02-26 11:51:35,666 - INFO - Received defined subcommands request | |
2021-02-26 11:51:35,666 - INFO - Found executeCommandProvider support for command ExecuteCommand in vue | |
2021-02-26 11:51:35,666 - INFO - Found codeActionProvider support for command FixIt in vue | |
2021-02-26 11:51:35,666 - INFO - Found definitionProvider support for command GoToDefinition in vue | |
2021-02-26 11:51:35,666 - INFO - Found definitionProvider support for command GoToDeclaration in vue | |
2021-02-26 11:51:35,666 - INFO - Found definitionProvider support for command GoTo in vue | |
2021-02-26 11:51:35,666 - INFO - No support for GoToType command in server for vue | |
2021-02-26 11:51:35,666 - INFO - No support for GoToImplementation command in server for vue | |
2021-02-26 11:51:35,666 - INFO - Found referencesProvider support for command GoToReferences in vue | |
2021-02-26 11:51:35,666 - INFO - No support for RefactorRename command in server for vue | |
2021-02-26 11:51:35,666 - INFO - No support for Format command in server for vue | |
2021-02-26 11:51:35,666 - INFO - No support for GoToSymbol command in server for vue | |
2021-02-26 11:51:35,666 - INFO - Always supporting StopServer for vue | |
2021-02-26 11:51:35,666 - INFO - Always supporting RestartServer for vue | |
2021-02-26 11:51:35,666 - INFO - Always supporting GetHover for vue | |
2021-02-26 11:51:35,669 - INFO - Received command request | |
2021-02-26 11:51:35,669 - INFO - Found executeCommandProvider support for command ExecuteCommand in vue | |
2021-02-26 11:51:35,669 - INFO - Found codeActionProvider support for command FixIt in vue | |
2021-02-26 11:51:35,669 - INFO - Found definitionProvider support for command GoToDefinition in vue | |
2021-02-26 11:51:35,669 - INFO - Found definitionProvider support for command GoToDeclaration in vue | |
2021-02-26 11:51:35,669 - INFO - Found definitionProvider support for command GoTo in vue | |
2021-02-26 11:51:35,669 - INFO - No support for GoToType command in server for vue | |
2021-02-26 11:51:35,669 - INFO - No support for GoToImplementation command in server for vue | |
2021-02-26 11:51:35,669 - INFO - Found referencesProvider support for command GoToReferences in vue | |
2021-02-26 11:51:35,669 - INFO - No support for RefactorRename command in server for vue | |
2021-02-26 11:51:35,669 - INFO - No support for Format command in server for vue | |
2021-02-26 11:51:35,669 - INFO - No support for GoToSymbol command in server for vue | |
2021-02-26 11:51:35,669 - INFO - Always supporting StopServer for vue | |
2021-02-26 11:51:35,669 - INFO - Always supporting RestartServer for vue | |
2021-02-26 11:51:35,669 - INFO - Always supporting GetHover for vue | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle | |
return route.call(**args) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper | |
rv = callback(*a, **ka) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper | |
return callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper | |
body = callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 94, in RunCompleterCommand | |
return _JsonResponse( completer.OnUserCommand( | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/completer.py", line 472, in OnUserCommand | |
return command( self, request_data, arguments[ 1: ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 70, in <lambda> | |
self._GetHover( request_data ) } | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 74, in _GetHover | |
raw_hover = self.GetHoverResponse( request_data ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 2330, in GetHoverResponse | |
raise RuntimeError( 'Server is initializing. Please wait.' ) | |
RuntimeError: Server is initializing. Please wait. | |
2021-02-26 11:51:39,767 - INFO - Received command request | |
2021-02-26 11:51:39,768 - INFO - Found executeCommandProvider support for command ExecuteCommand in vue | |
2021-02-26 11:51:39,768 - INFO - Found codeActionProvider support for command FixIt in vue | |
2021-02-26 11:51:39,768 - INFO - Found definitionProvider support for command GoToDefinition in vue | |
2021-02-26 11:51:39,768 - INFO - Found definitionProvider support for command GoToDeclaration in vue | |
2021-02-26 11:51:39,768 - INFO - Found definitionProvider support for command GoTo in vue | |
2021-02-26 11:51:39,768 - INFO - No support for GoToType command in server for vue | |
2021-02-26 11:51:39,768 - INFO - No support for GoToImplementation command in server for vue | |
2021-02-26 11:51:39,768 - INFO - Found referencesProvider support for command GoToReferences in vue | |
2021-02-26 11:51:39,768 - INFO - No support for RefactorRename command in server for vue | |
2021-02-26 11:51:39,768 - INFO - No support for Format command in server for vue | |
2021-02-26 11:51:39,768 - INFO - No support for GoToSymbol command in server for vue | |
2021-02-26 11:51:39,768 - INFO - Always supporting StopServer for vue | |
2021-02-26 11:51:39,768 - INFO - Always supporting RestartServer for vue | |
2021-02-26 11:51:39,768 - INFO - Always supporting GetHover for vue | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle | |
return route.call(**args) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper | |
rv = callback(*a, **ka) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper | |
return callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper | |
body = callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 94, in RunCompleterCommand | |
return _JsonResponse( completer.OnUserCommand( | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/completer.py", line 472, in OnUserCommand | |
return command( self, request_data, arguments[ 1: ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 70, in <lambda> | |
self._GetHover( request_data ) } | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 74, in _GetHover | |
raw_hover = self.GetHoverResponse( request_data ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 2330, in GetHoverResponse | |
raise RuntimeError( 'Server is initializing. Please wait.' ) | |
RuntimeError: Server is initializing. Please wait. | |
2021-02-26 11:51:53,287 - INFO - Received event notification | |
2021-02-26 11:51:53,287 - INFO - Adding buffer identifiers for file: /home/hyundeok/Programming/JavaScript/rest-api-example/js/client/src/components/UserList.vue | |
2021-02-26 11:51:57,375 - INFO - Received command request | |
2021-02-26 11:51:57,376 - INFO - Found executeCommandProvider support for command ExecuteCommand in vue | |
2021-02-26 11:51:57,376 - INFO - Found codeActionProvider support for command FixIt in vue | |
2021-02-26 11:51:57,376 - INFO - Found definitionProvider support for command GoToDefinition in vue | |
2021-02-26 11:51:57,376 - INFO - Found definitionProvider support for command GoToDeclaration in vue | |
2021-02-26 11:51:57,376 - INFO - Found definitionProvider support for command GoTo in vue | |
2021-02-26 11:51:57,376 - INFO - No support for GoToType command in server for vue | |
2021-02-26 11:51:57,376 - INFO - No support for GoToImplementation command in server for vue | |
2021-02-26 11:51:57,376 - INFO - Found referencesProvider support for command GoToReferences in vue | |
2021-02-26 11:51:57,376 - INFO - No support for RefactorRename command in server for vue | |
2021-02-26 11:51:57,376 - INFO - No support for Format command in server for vue | |
2021-02-26 11:51:57,376 - INFO - No support for GoToSymbol command in server for vue | |
2021-02-26 11:51:57,376 - INFO - Always supporting StopServer for vue | |
2021-02-26 11:51:57,376 - INFO - Always supporting RestartServer for vue | |
2021-02-26 11:51:57,376 - INFO - Always supporting GetHover for vue | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle | |
return route.call(**args) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper | |
rv = callback(*a, **ka) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper | |
return callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper | |
body = callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 94, in RunCompleterCommand | |
return _JsonResponse( completer.OnUserCommand( | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/completer.py", line 472, in OnUserCommand | |
return command( self, request_data, arguments[ 1: ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 70, in <lambda> | |
self._GetHover( request_data ) } | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 74, in _GetHover | |
raw_hover = self.GetHoverResponse( request_data ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 2330, in GetHoverResponse | |
raise RuntimeError( 'Server is initializing. Please wait.' ) | |
RuntimeError: Server is initializing. Please wait. | |
2021-02-26 11:52:17,240 - INFO - Received command request | |
2021-02-26 11:52:17,240 - INFO - Found executeCommandProvider support for command ExecuteCommand in vue | |
2021-02-26 11:52:17,240 - INFO - Found codeActionProvider support for command FixIt in vue | |
2021-02-26 11:52:17,241 - INFO - Found definitionProvider support for command GoToDefinition in vue | |
2021-02-26 11:52:17,241 - INFO - Found definitionProvider support for command GoToDeclaration in vue | |
2021-02-26 11:52:17,241 - INFO - Found definitionProvider support for command GoTo in vue | |
2021-02-26 11:52:17,241 - INFO - No support for GoToType command in server for vue | |
2021-02-26 11:52:17,241 - INFO - No support for GoToImplementation command in server for vue | |
2021-02-26 11:52:17,241 - INFO - Found referencesProvider support for command GoToReferences in vue | |
2021-02-26 11:52:17,241 - INFO - No support for RefactorRename command in server for vue | |
2021-02-26 11:52:17,241 - INFO - No support for Format command in server for vue | |
2021-02-26 11:52:17,241 - INFO - No support for GoToSymbol command in server for vue | |
2021-02-26 11:52:17,241 - INFO - Always supporting StopServer for vue | |
2021-02-26 11:52:17,241 - INFO - Always supporting RestartServer for vue | |
2021-02-26 11:52:17,241 - INFO - Always supporting GetHover for vue | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle | |
return route.call(**args) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper | |
rv = callback(*a, **ka) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper | |
return callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper | |
body = callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 94, in RunCompleterCommand | |
return _JsonResponse( completer.OnUserCommand( | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/completer.py", line 472, in OnUserCommand | |
return command( self, request_data, arguments[ 1: ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 60, in <lambda> | |
lambda self, request_data, args: self.GoTo( request_data, [ 'Definition' ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 2365, in GoTo | |
raise RuntimeError( 'Server is initializing. Please wait.' ) | |
RuntimeError: Server is initializing. Please wait. | |
2021-02-26 11:52:20,522 - INFO - Received event notification | |
2021-02-26 11:52:20,522 - INFO - Adding buffer identifiers for file: /home/hyundeok/Programming/JavaScript/rest-api-example/js/client/src/components/UserList.vue | |
2021-02-26 11:52:24,638 - INFO - Received command request | |
2021-02-26 11:52:24,638 - INFO - Found executeCommandProvider support for command ExecuteCommand in vue | |
2021-02-26 11:52:24,638 - INFO - Found codeActionProvider support for command FixIt in vue | |
2021-02-26 11:52:24,638 - INFO - Found definitionProvider support for command GoToDefinition in vue | |
2021-02-26 11:52:24,638 - INFO - Found definitionProvider support for command GoToDeclaration in vue | |
2021-02-26 11:52:24,638 - INFO - Found definitionProvider support for command GoTo in vue | |
2021-02-26 11:52:24,638 - INFO - No support for GoToType command in server for vue | |
2021-02-26 11:52:24,638 - INFO - No support for GoToImplementation command in server for vue | |
2021-02-26 11:52:24,638 - INFO - Found referencesProvider support for command GoToReferences in vue | |
2021-02-26 11:52:24,638 - INFO - No support for RefactorRename command in server for vue | |
2021-02-26 11:52:24,638 - INFO - No support for Format command in server for vue | |
2021-02-26 11:52:24,638 - INFO - No support for GoToSymbol command in server for vue | |
2021-02-26 11:52:24,638 - INFO - Always supporting StopServer for vue | |
2021-02-26 11:52:24,638 - INFO - Always supporting RestartServer for vue | |
2021-02-26 11:52:24,638 - INFO - Always supporting GetHover for vue | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle | |
return route.call(**args) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper | |
rv = callback(*a, **ka) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper | |
return callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper | |
body = callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 94, in RunCompleterCommand | |
return _JsonResponse( completer.OnUserCommand( | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/completer.py", line 472, in OnUserCommand | |
return command( self, request_data, arguments[ 1: ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 70, in <lambda> | |
self._GetHover( request_data ) } | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 74, in _GetHover | |
raw_hover = self.GetHoverResponse( request_data ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 2330, in GetHoverResponse | |
raise RuntimeError( 'Server is initializing. Please wait.' ) | |
RuntimeError: Server is initializing. Please wait. | |
2021-02-26 11:54:23,073 - INFO - Received debug info request | |
2021-02-26 11:54:55,803 - INFO - Received debug info request | |
2021-02-26 11:55:03,889 - INFO - Received debug info request | |
2021-02-26 11:55:54,725 - INFO - Received debug info request | |
2021-02-26 12:01:08,098 - INFO - Received health request | |
2021-02-26 12:03:16,666 - INFO - Received debug info request | |
2021-02-26 12:03:16,668 - ERROR - Error retrieving completer debug info | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 297, in DebugInfo | |
response[ 'completer' ] = _GetCompleterForRequestData( | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 364, in _GetCompleterForRequestData | |
return _server_state.GetFiletypeCompleter( request_data[ 'filetypes' ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 91, in GetFiletypeCompleter | |
raise ValueError( | |
ValueError: No semantic completer exists for filetypes: ['ycm_nofiletype'] | |
2021-02-26 12:04:39,195 - INFO - Received debug info request | |
2021-02-26 12:04:47,633 - INFO - Received command request | |
2021-02-26 12:04:47,633 - INFO - Found executeCommandProvider support for command ExecuteCommand in vue | |
2021-02-26 12:04:47,633 - INFO - Found codeActionProvider support for command FixIt in vue | |
2021-02-26 12:04:47,633 - INFO - Found definitionProvider support for command GoToDefinition in vue | |
2021-02-26 12:04:47,633 - INFO - Found definitionProvider support for command GoToDeclaration in vue | |
2021-02-26 12:04:47,633 - INFO - Found definitionProvider support for command GoTo in vue | |
2021-02-26 12:04:47,633 - INFO - No support for GoToType command in server for vue | |
2021-02-26 12:04:47,633 - INFO - No support for GoToImplementation command in server for vue | |
2021-02-26 12:04:47,634 - INFO - Found referencesProvider support for command GoToReferences in vue | |
2021-02-26 12:04:47,634 - INFO - No support for RefactorRename command in server for vue | |
2021-02-26 12:04:47,634 - INFO - No support for Format command in server for vue | |
2021-02-26 12:04:47,634 - INFO - No support for GoToSymbol command in server for vue | |
2021-02-26 12:04:47,634 - INFO - Always supporting StopServer for vue | |
2021-02-26 12:04:47,634 - INFO - Always supporting RestartServer for vue | |
2021-02-26 12:04:47,634 - INFO - Always supporting GetHover for vue | |
Traceback (most recent call last): | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle | |
return route.call(**args) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper | |
rv = callback(*a, **ka) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper | |
return callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper | |
body = callback( *args, **kwargs ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 94, in RunCompleterCommand | |
return _JsonResponse( completer.OnUserCommand( | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/completer.py", line 472, in OnUserCommand | |
return command( self, request_data, arguments[ 1: ] ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 70, in <lambda> | |
self._GetHover( request_data ) } | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/generic_lsp_completer.py", line 74, in _GetHover | |
raw_hover = self.GetHoverResponse( request_data ) | |
File "/home/hyundeok/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 2330, in GetHoverResponse | |
raise RuntimeError( 'Server is initializing. Please wait.' ) | |
RuntimeError: Server is initializing. Please wait. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment