Skip to content

Instantly share code, notes, and snippets.

@sillyfrog
Created June 12, 2018 12:27
Show Gist options
  • Save sillyfrog/70d75ba9204ee9cee36459a5c16bbff9 to your computer and use it in GitHub Desktop.
Save sillyfrog/70d75ba9204ee9cee36459a5c16bbff9 to your computer and use it in GitHub Desktop.
2018-06-12 22:22:09,836 - DEBUG - No global extra conf, not calling method YcmCorePreload
2018-06-12 22:22:09,926 - INFO - Received ready request
2018-06-12 22:22:09,944 - INFO - Received event notification
2018-06-12 22:22:09,944 - DEBUG - Event name: BufferVisit
2018-06-12 22:22:09,945 - INFO - Starting JediHTTP server
2018-06-12 22:22:09,949 - INFO - Received event notification
2018-06-12 22:22:09,949 - INFO - using port 52058
2018-06-12 22:22:09,949 - DEBUG - Event name: FileReadyToParse
2018-06-12 22:22:09,949 - INFO - Adding buffer identifiers for file: /Users/user/test.py
2018-06-12 22:22:10,046 - INFO - Received filetype completion available request
2018-06-12 22:22:14,323 - INFO - Received completion request
2018-06-12 22:22:14,323 - DEBUG - Using filetype completion: True
2018-06-12 22:22:14,324 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:52058/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'wX9oGA3Tv+APdvplaD/ovmFfXe2JGH9dMIqgvgZuQTs='} b'{"source": "import os\nos.system\n", "line": 2, "source_path": "/Users/user/test.py", "col": 3}'
2018-06-12 22:22:14,327 - INFO - Starting new HTTP connection (1): 127.0.0.1
2018-06-12 22:22:14,614 - DEBUG - "POST /completions HTTP/1.1" 200 93934
2018-06-12 22:22:18,468 - INFO - Received event notification
2018-06-12 22:22:18,469 - INFO - Received event notification
2018-06-12 22:22:18,469 - DEBUG - Event name: FileReadyToParse
2018-06-12 22:22:18,470 - DEBUG - Event name: InsertLeave
2018-06-12 22:22:18,470 - INFO - Adding buffer identifiers for file: /Users/user/test.py
2018-06-12 22:22:25,844 - INFO - Received debug info request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment