Skip to content

Instantly share code, notes, and snippets.

@athei
Created October 17, 2017 14:29
Show Gist options
  • Save athei/ef07a3459ad23c7f6a87cc1b637de299 to your computer and use it in GitHub Desktop.
Save athei/ef07a3459ad23c7f6a87cc1b637de299 to your computer and use it in GitHub Desktop.
2017-10-17 16:25:02,797 - ERROR - Error while handling server response
Traceback (most recent call last):
File "/home/atheissen/.vim/plugged/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 214, in HandleServerException
yield
File "/home/atheissen/.vim/plugged/YouCompleteMe/autoload/../python/ycm/client/completion_request.py", line 53, in RawResponse
self._response = JsonFromFuture( self._response_future )
File "/home/atheissen/.vim/plugged/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 183, in JsonFromFuture
raise MakeServerException( response.json() )
ycmd.responses.ServerError: RuntimeError: No completions found; errors in the file?
2017-10-17 16:25:03,063 - ERROR - Error while handling server response
Traceback (most recent call last):
File "/home/atheissen/.vim/plugged/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 214, in HandleServerException
yield
File "/home/atheissen/.vim/plugged/YouCompleteMe/autoload/../python/ycm/client/completion_request.py", line 53, in RawResponse
self._response = JsonFromFuture( self._response_future )
File "/home/atheissen/.vim/plugged/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 183, in JsonFromFuture
raise MakeServerException( response.json() )
ycmd.responses.ServerError: RuntimeError: No completions found; errors in the file?
2017-10-17 16:24:56,340 - DEBUG - No global extra conf, not calling method YcmCorePreload
2017-10-17 16:24:56,392 - INFO - Received ready request
2017-10-17 16:24:56,407 - INFO - Received event notification
2017-10-17 16:24:56,408 - DEBUG - Event name: BufferVisit
2017-10-17 16:24:56,418 - INFO - Received event notification
2017-10-17 16:24:56,419 - DEBUG - Event name: FileReadyToParse
2017-10-17 16:24:56,419 - INFO - Adding buffer identifiers for file: /home/atheissen/Developer/gu/RELEASE_KERNEL_grx5_build/linux/drivers/mtd/ubi/cdev.c
2017-10-17 16:24:56,530 - INFO - Received filetype completion available request
2017-10-17 16:25:01,372 - INFO - Received event notification
2017-10-17 16:25:01,372 - DEBUG - Event name: CurrentIdentifierFinished
2017-10-17 16:25:02,784 - INFO - Received completion request
2017-10-17 16:25:02,784 - DEBUG - Using filetype completion: True
Traceback (most recent call last):
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 218, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 231, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/cpp/clang_completer.py", line 169, in ComputeCandidatesInner
raise RuntimeError( NO_COMPLETIONS_MESSAGE )
RuntimeError: No completions found; errors in the file?
2017-10-17 16:25:03,049 - INFO - Received completion request
2017-10-17 16:25:03,051 - DEBUG - Using filetype completion: True
Traceback (most recent call last):
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 218, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 231, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/atheissen/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/cpp/clang_completer.py", line 169, in ComputeCandidatesInner
raise RuntimeError( NO_COMPLETIONS_MESSAGE )
RuntimeError: No completions found; errors in the file?
2017-10-17 16:25:03,466 - INFO - Received event notification
2017-10-17 16:25:03,467 - DEBUG - Event name: FileReadyToParse
2017-10-17 16:25:03,467 - INFO - Adding buffer identifiers for file: /home/atheissen/Developer/gu/RELEASE_KERNEL_grx5_build/linux/drivers/mtd/ubi/cdev.c
2017-10-17 16:25:03,479 - INFO - Received event notification
2017-10-17 16:25:03,479 - DEBUG - Event name: InsertLeave
2017-10-17 16:25:04,195 - INFO - Received event notification
2017-10-17 16:25:04,195 - DEBUG - Event name: FileReadyToParse
2017-10-17 16:25:04,195 - INFO - Adding buffer identifiers for file: /home/atheissen/Developer/gu/RELEASE_KERNEL_grx5_build/linux/drivers/mtd/ubi/cdev.c
2017-10-17 16:25:09,169 - INFO - Received debug info request
2017-10-17 16:25:26,737 - INFO - Received debug info request
serving on http://127.0.0.1:51121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment