Skip to content

Instantly share code, notes, and snippets.

@benchatt
Created August 9, 2023 20:53
Show Gist options
  • Save benchatt/ff195a8f19cea939ec64756f623f98f5 to your computer and use it in GitHub Desktop.
Save benchatt/ff195a8f19cea939ec64756f623f98f5 to your computer and use it in GitHub Desktop.
YCM issue logs
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