Skip to content

Instantly share code, notes, and snippets.

@dkaszews
Created August 7, 2024 08:46
Show Gist options
  • Save dkaszews/07bfdd6b13fd104a144e615645769626 to your computer and use it in GitHub Desktop.
Save dkaszews/07bfdd6b13fd104a144e615645769626 to your computer and use it in GitHub Desktop.
2024-08-07 10:34:18,007 - ERROR - Error while handling server response
Traceback (most recent call last):
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 254, in _JsonFromFuture
response = future.result()
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/unsafe_thread_pool_executor.py", line 42, in run
result = self.fn( *self.args, **self.kwargs )
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 173, in _MakeRequest
return urlopen(
File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 77, in HandleFuture
return _JsonFromFuture( future )
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 267, in _JsonFromFuture
raise MakeServerException( json.loads( response_text ) )
ycmd.responses.ServerError: ValueError: No semantic completer exists for filetypes: ['cs']
2024-08-07 10:40:50,863 - ERROR - Error while handling server response
Traceback (most recent call last):
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 254, in _JsonFromFuture
response = future.result()
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/unsafe_thread_pool_executor.py", line 42, in run
result = self.fn( *self.args, **self.kwargs )
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 173, in _MakeRequest
return urlopen(
File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 77, in HandleFuture
return _JsonFromFuture( future )
File "/home/kaszewsk/.local/share/nvim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 267, in _JsonFromFuture
raise MakeServerException( json.loads( response_text ) )
ycmd.responses.ServerError: ValueError: No semantic completer exists for filetypes: ['cs']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment