Created
August 9, 2023 20:53
-
-
Save benchatt/ff195a8f19cea939ec64756f623f98f5 to your computer and use it in GitHub Desktop.
YCM issue logs
This file contains 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
b'{"filepath": "/Users/benchatterton/.vim/bundle/YouCompleteMe/foo.py", "line_num": 5, "column_num": 6, "working_dir": "/Users/benchatterton/.vim/bundle/YouCompleteMe", "file_data": {"/Users/benchatterton/.vim/bundle/YouCompleteMe/foo.py": {"contents": "from playwright.sync_api import APIRequestContext\\n\\na = APIRequestContext()\\n\\na.get(\\n", "filetypes": ["python"]}}}' | |
2023-08-09 14:51:28,904 - DEBUG - POST b'http://127.0.0.1:51771/debug_info' | |
{'content-type': 'application/json', 'x-ycm-hmac': b'F+mudMU8jI6GYhfKYdnO78NKqUSoKBp7ohKyWYlV8oA='} | |
b'{"filepath": "/Users/benchatterton/.vim/bundle/YouCompleteMe/foo.py", "line_num": 5, "column_num": 6, "working_dir": "/Users/benchatterton/.vim/bundle/YouCompleteMe", "file_data": {"/Users/benchatterton/.vim/bundle/YouCompleteMe/foo.py": {"contents": "from playwright.sync_api import APIRequestContext\\n\\na = APIRequestContext()\\n\\na.get(\\n", "filetypes": ["python"]}}}' | |
stderr | |
127.0.0.1 - - [09/Aug/2023 14:47:52] "POST /event_notification HTTP/1.1" 200 2 | |
127.0.0.1 - - [09/Aug/2023 14:47:52] "POST /event_notification HTTP/1.1" 200 2 | |
127.0.0.1 - - [09/Aug/2023 14:47:57] "POST /debug_info HTTP/1.1" 200 1939 | |
127.0.0.1 - - [09/Aug/2023 14:51:28] "POST /debug_info HTTP/1.1" 200 1939 | |
127.0.0.1 - - [09/Aug/2023 14:51:42] "POST /receive_messages HTTP/1.1" 200 5 | |
127.0.0.1 - - [09/Aug/2023 14:52:14] "POST /debug_info HTTP/1.1" 200 1939 | |
127.0.0.1 - - [09/Aug/2023 14:52:21] "POST /defined_subcommands HTTP/1.1" 200 189 | |
127.0.0.1 - - [09/Aug/2023 14:52:21] "POST /run_completer_command HTTP/1.1" 200 3516 | |
Traceback (most recent call last): | |
File "/Users/benchatterton/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 876, in _handle | |
return route.call(**args) | |
File "/Users/benchatterton/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1756, in wrapper | |
stdout | |
serving on http://1.0.0.127.in-addr.arpa:51771 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment