Created
August 11, 2025 12:40
-
-
Save Aster89/0140fcd008aa776101ad07c4ce0c567e to your computer and use it in GitHub Desktop.
YCM log
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
| 2025-08-11 13:33:43,628 - ERROR - Error while handling server response | |
| Traceback (most recent call last): | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 274, in _JsonFromFuture | |
| response = future.result() | |
| ^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/concurrent/futures/_base.py", line 456, in result | |
| return self.__get_result() | |
| ^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result | |
| raise self._exception | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/unsafe_thread_pool_executor.py", line 42, in run | |
| result = self.fn( *self.args, **self.kwargs ) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 173, in _MakeRequest | |
| return urlopen( | |
| ^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 216, in urlopen | |
| return opener.open(url, data, timeout) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 525, in open | |
| response = meth(req, response) | |
| ^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response | |
| response = self.parent.error( | |
| ^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 563, in error | |
| return self._call_chain(*args) | |
| ^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain | |
| result = func(*args) | |
| ^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/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/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 77, in HandleFuture | |
| return _JsonFromFuture( future ) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 287, in _JsonFromFuture | |
| raise MakeServerException( json.loads( response_text ) ) | |
| ycmd.responses.ServerError: ResponseAbortedException: Response Aborted | |
| 2025-08-11 13:33:46,098 - ERROR - Error while handling server response | |
| Traceback (most recent call last): | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 274, in _JsonFromFuture | |
| response = future.result() | |
| ^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/concurrent/futures/_base.py", line 456, in result | |
| return self.__get_result() | |
| ^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result | |
| raise self._exception | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/unsafe_thread_pool_executor.py", line 42, in run | |
| result = self.fn( *self.args, **self.kwargs ) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 173, in _MakeRequest | |
| return urlopen( | |
| ^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 216, in urlopen | |
| return opener.open(url, data, timeout) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 525, in open | |
| response = meth(req, response) | |
| ^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response | |
| response = self.parent.error( | |
| ^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 563, in error | |
| return self._call_chain(*args) | |
| ^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain | |
| result = func(*args) | |
| ^^^^^^^^^^^ | |
| File "/usr/lib/python3.11/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/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 77, in HandleFuture | |
| return _JsonFromFuture( future ) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/myself/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 287, in _JsonFromFuture | |
| raise MakeServerException( json.loads( response_text ) ) | |
| ycmd.responses.ServerError: RuntimeError: Server is initializing. Please wait. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment