Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2022-04-06 16:37:35,592 - ERROR - Error while handling server response
- Traceback (most recent call last):
- File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 254, in _JsonFromFuture
- response = future.result()
- File "D:\Softwares\Python\Python310\lib\concurrent\futures\_base.py", line 446, in result
- return self.__get_result()
- File "D:\Softwares\Python\Python310\lib\concurrent\futures\_base.py", line 391, in __get_result
- raise self._exception
- File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\unsafe_thread_pool_executor.py", line 42, in run
- result = self.fn( *self.args, **self.kwargs )
- File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 173, in _MakeRequest
- return urlopen(
- File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 216, in urlopen
- return opener.open(url, data, timeout)
- File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 525, in open
- response = meth(req, response)
- File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 634, in http_response
- response = self.parent.error(
- File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 563, in error
- return self._call_chain(*args)
- File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 496, in _call_chain
- result = func(*args)
- File "D:\Softwares\Python\Python310\lib\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 "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 77, in HandleFuture
- return _JsonFromFuture( future )
- File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 267, in _JsonFromFuture
- raise MakeServerException( json.loads( response_text ) )
- ycmd.responses.ServerError: RuntimeError: Cannot jump to location
Add Comment
Please, Sign In to add comment