roachsinai

ycm_server_error

Apr 6th, 2022 (edited)
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. 2022-04-06 16:37:35,592 - ERROR - Error while handling server response
  2. Traceback (most recent call last):
  3. File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 254, in _JsonFromFuture
  4. response = future.result()
  5. File "D:\Softwares\Python\Python310\lib\concurrent\futures\_base.py", line 446, in result
  6. return self.__get_result()
  7. File "D:\Softwares\Python\Python310\lib\concurrent\futures\_base.py", line 391, in __get_result
  8. raise self._exception
  9. File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\unsafe_thread_pool_executor.py", line 42, in run
  10. result = self.fn( *self.args, **self.kwargs )
  11. File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 173, in _MakeRequest
  12. return urlopen(
  13. File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 216, in urlopen
  14. return opener.open(url, data, timeout)
  15. File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 525, in open
  16. response = meth(req, response)
  17. File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 634, in http_response
  18. response = self.parent.error(
  19. File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 563, in error
  20. return self._call_chain(*args)
  21. File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 496, in _call_chain
  22. result = func(*args)
  23. File "D:\Softwares\Python\Python310\lib\urllib\request.py", line 643, in http_error_default
  24. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  25. urllib.error.HTTPError: HTTP Error 500: Internal Server Error
  26.  
  27. During handling of the above exception, another exception occurred:
  28.  
  29. Traceback (most recent call last):
  30. File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 77, in HandleFuture
  31. return _JsonFromFuture( future )
  32. File "C:\Users\xq\vimfiles\plugged\YouCompleteMe\python\ycm\client\base_request.py", line 267, in _JsonFromFuture
  33. raise MakeServerException( json.loads( response_text ) )
  34. ycmd.responses.ServerError: RuntimeError: Cannot jump to location
Add Comment
Please, Sign In to add comment