Skip to content

Instantly share code, notes, and snippets.

@simlei
Created April 24, 2018 22:02
Show Gist options
  • Save simlei/f12ece169e1ed7d51a7a3f3a3ec19866 to your computer and use it in GitHub Desktop.
Save simlei/f12ece169e1ed7d51a7a3f3a3ec19866 to your computer and use it in GitHub Desktop.
2018-04-24 23:54:54,957 - DEBUG - No global extra conf, not calling method YcmCorePreload
2018-04-24 23:54:55,081 - INFO - Received ready request
2018-04-24 23:54:55,086 - INFO - Received event notification
2018-04-24 23:54:55,087 - DEBUG - Event name: BufferVisit
2018-04-24 23:54:55,088 - INFO - Starting JediHTTP server
2018-04-24 23:54:55,095 - INFO - Received event notification
2018-04-24 23:54:55,096 - INFO - using port 36010
2018-04-24 23:54:55,096 - DEBUG - Event name: FileReadyToParse
2018-04-24 23:54:55,096 - INFO - Adding buffer identifiers for file: /home/simon/resources.bash/abc.py
2018-04-24 23:54:55,193 - INFO - Received filetype completion available request
2018-04-24 23:55:03,811 - INFO - Received event notification
2018-04-24 23:55:03,811 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:55:03,811 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:55:03,813 - INFO - Received completion request
2018-04-24 23:55:03,814 - DEBUG - Using filetype completion: False
2018-04-24 23:55:04,431 - INFO - Received completion request
2018-04-24 23:55:04,432 - DEBUG - Using filetype completion: False
2018-04-24 23:55:04,690 - INFO - Received completion request
2018-04-24 23:55:04,690 - DEBUG - Using filetype completion: True
2018-04-24 23:55:04,691 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'C1vEvK8JeFKejCO9nNkh8tXzNLQVxexLcqSMStZ1tCU='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print path\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:55:04,695 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:04,712 - INFO - Received completion request
2018-04-24 23:55:04,713 - DEBUG - Using filetype completion: True
2018-04-24 23:55:04,714 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'C1vEvK8JeFKejCO9nNkh8tXzNLQVxexLcqSMStZ1tCU='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print path\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:55:04,715 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:05,180 - INFO - Received completion request
2018-04-24 23:55:05,180 - DEBUG - Using filetype completion: True
2018-04-24 23:55:05,180 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'C1vEvK8JeFKejCO9nNkh8tXzNLQVxexLcqSMStZ1tCU='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print path\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:55:05,181 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:05,580 - INFO - Received completion request
2018-04-24 23:55:05,580 - DEBUG - Using filetype completion: True
2018-04-24 23:55:05,581 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'bufoQyttY8sWALdovZhDf+htHPfINbSkmP2GZzDBYSc='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print pat\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:55:05,582 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:05,780 - INFO - Received completion request
2018-04-24 23:55:05,781 - DEBUG - Using filetype completion: True
2018-04-24 23:55:05,782 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'GFW8H462YxOorHYWOb7bmsmWQgC7QvIedJfMj8dquCg='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print pa\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:55:05,783 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:05,940 - INFO - Received completion request
2018-04-24 23:55:05,940 - DEBUG - Using filetype completion: True
2018-04-24 23:55:05,941 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'EHLUQ0oTXPcb7jK0/utpQtUMaswfDqIBzgnNRLVQJTQ='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print p\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:55:05,942 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:06,090 - INFO - Received event notification
2018-04-24 23:55:06,090 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:55:06,091 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:55:06,094 - INFO - Received completion request
2018-04-24 23:55:06,095 - DEBUG - Using filetype completion: False
2018-04-24 23:55:06,310 - INFO - Received completion request
2018-04-24 23:55:06,310 - DEBUG - Using filetype completion: True
2018-04-24 23:55:06,311 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'n9QgpxzbK+g2nULNo7OAYzC/XbKmA1KHfrQuHSgXtyo='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:55:06,313 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:07,700 - INFO - Received completion request
2018-04-24 23:55:07,700 - DEBUG - Using filetype completion: True
2018-04-24 23:55:07,701 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'VOX8acft/J2H2KmZo5WSopEW2/ZxP+B6bJjjyqf/VtM='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:07,702 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:07,880 - INFO - Received completion request
2018-04-24 23:55:07,880 - DEBUG - Using filetype completion: True
2018-04-24 23:55:07,881 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '7wDK63HPE8ZCu9R0xj4Nb2oX8mAzwWu0oICxoLgHPeE='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n prin\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:07,882 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:08,050 - INFO - Received completion request
2018-04-24 23:55:08,051 - DEBUG - Using filetype completion: True
2018-04-24 23:55:08,052 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'SFbCKXCu8YxTrhk/SNrMyI7HzhTGCI3bvDOG9qKh34Y='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:08,053 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:08,221 - INFO - Received completion request
2018-04-24 23:55:08,221 - DEBUG - Using filetype completion: True
2018-04-24 23:55:08,222 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'Treygpsd3YKyQjDgjYxDLhQ5UlciCIzvMngGrw78uDA='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pr\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:08,223 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:08,380 - INFO - Received completion request
2018-04-24 23:55:08,380 - DEBUG - Using filetype completion: True
2018-04-24 23:55:08,381 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'ChaIw0O4xka5qRXqNYbgBmxwGQgFjl9MQ7QRgedWCgo='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n p\n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:08,382 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:08,550 - INFO - Received event notification
2018-04-24 23:55:08,550 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:55:08,550 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:55:08,809 - INFO - Received completion request
2018-04-24 23:55:08,810 - DEBUG - Using filetype completion: True
2018-04-24 23:55:08,810 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XdbY/6auq1KUisHGlxhCcqUQtYJdxUz51XLdetqjaJ8='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:08,811 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:10,609 - INFO - Received completion request
2018-04-24 23:55:10,609 - DEBUG - Using filetype completion: True
2018-04-24 23:55:10,610 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XdbY/6auq1KUisHGlxhCcqUQtYJdxUz51XLdetqjaJ8='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:10,611 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:10,879 - INFO - Received completion request
2018-04-24 23:55:10,879 - DEBUG - Using filetype completion: True
2018-04-24 23:55:10,880 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XdbY/6auq1KUisHGlxhCcqUQtYJdxUz51XLdetqjaJ8='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:10,881 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:11,109 - INFO - Received completion request
2018-04-24 23:55:11,109 - DEBUG - Using filetype completion: True
2018-04-24 23:55:11,109 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XdbY/6auq1KUisHGlxhCcqUQtYJdxUz51XLdetqjaJ8='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:11,110 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:11,319 - INFO - Received completion request
2018-04-24 23:55:11,319 - DEBUG - Using filetype completion: True
2018-04-24 23:55:11,320 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XdbY/6auq1KUisHGlxhCcqUQtYJdxUz51XLdetqjaJ8='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:11,321 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:13,799 - INFO - Received completion request
2018-04-24 23:55:13,799 - DEBUG - Using filetype completion: True
2018-04-24 23:55:13,800 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XdbY/6auq1KUisHGlxhCcqUQtYJdxUz51XLdetqjaJ8='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:13,800 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:14,598 - INFO - Received completion request
2018-04-24 23:55:14,599 - DEBUG - Using filetype completion: True
2018-04-24 23:55:14,600 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XdbY/6auq1KUisHGlxhCcqUQtYJdxUz51XLdetqjaJ8='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:55:14,601 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:55:15,693 - INFO - Received completion request
2018-04-24 23:55:15,694 - DEBUG - Using filetype completion: False
2018-04-24 23:55:16,219 - INFO - Received completion request
2018-04-24 23:55:16,220 - DEBUG - Using filetype completion: False
2018-04-24 23:55:17,401 - INFO - Received completion request
2018-04-24 23:55:17,401 - DEBUG - Using filetype completion: False
2018-04-24 23:55:17,600 - INFO - Received completion request
2018-04-24 23:55:17,600 - DEBUG - Using filetype completion: False
2018-04-24 23:55:18,331 - INFO - Received completion request
2018-04-24 23:55:18,331 - DEBUG - Using filetype completion: False
2018-04-24 23:55:18,510 - INFO - Received completion request
2018-04-24 23:55:18,511 - DEBUG - Using filetype completion: False
2018-04-24 23:55:18,593 - INFO - Received completion request
2018-04-24 23:55:18,593 - DEBUG - Using filetype completion: False
2018-04-24 23:55:18,861 - INFO - Received completion request
2018-04-24 23:55:18,862 - DEBUG - Using filetype completion: False
2018-04-24 23:55:19,502 - INFO - Received completion request
2018-04-24 23:55:19,503 - DEBUG - Using filetype completion: False
2018-04-24 23:55:20,041 - INFO - Received completion request
2018-04-24 23:55:20,041 - DEBUG - Using filetype completion: False
2018-04-24 23:55:21,410 - INFO - Received completion request
2018-04-24 23:55:21,410 - DEBUG - Using filetype completion: False
2018-04-24 23:55:23,050 - INFO - Received completion request
2018-04-24 23:55:23,050 - DEBUG - Using filetype completion: False
2018-04-24 23:55:23,361 - INFO - Received completion request
2018-04-24 23:55:23,361 - DEBUG - Using filetype completion: False
2018-04-24 23:55:23,864 - INFO - Received completion request
2018-04-24 23:55:23,864 - DEBUG - Using filetype completion: False
2018-04-24 23:55:23,892 - INFO - Received completion request
2018-04-24 23:55:23,893 - DEBUG - Using filetype completion: False
2018-04-24 23:55:23,922 - INFO - Received completion request
2018-04-24 23:55:23,922 - DEBUG - Using filetype completion: False
2018-04-24 23:55:23,952 - INFO - Received completion request
2018-04-24 23:55:23,953 - DEBUG - Using filetype completion: False
2018-04-24 23:55:23,984 - INFO - Received completion request
2018-04-24 23:55:23,984 - DEBUG - Using filetype completion: False
2018-04-24 23:55:24,015 - INFO - Received completion request
2018-04-24 23:55:24,015 - DEBUG - Using filetype completion: False
2018-04-24 23:55:24,194 - INFO - Received completion request
2018-04-24 23:55:24,194 - DEBUG - Using filetype completion: False
2018-04-24 23:55:24,360 - INFO - Received completion request
2018-04-24 23:55:24,360 - DEBUG - Using filetype completion: False
2018-04-24 23:55:24,520 - INFO - Received event notification
2018-04-24 23:55:24,520 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:55:24,520 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:55:26,020 - INFO - Received event notification
2018-04-24 23:55:26,021 - DEBUG - Event name: FileReadyToParse
2018-04-24 23:55:26,021 - INFO - Adding buffer identifiers for file: /home/simon/resources.bash/abc.py
2018-04-24 23:55:26,022 - INFO - Received event notification
2018-04-24 23:55:26,022 - DEBUG - Event name: InsertLeave
2018-04-24 23:55:29,569 - INFO - Received debug info request
2018-04-24 23:55:58,999 - INFO - Received event notification
2018-04-24 23:55:59,000 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:55:59,000 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:00,348 - INFO - Received completion request
2018-04-24 23:56:00,349 - DEBUG - Using filetype completion: True
2018-04-24 23:56:00,349 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'oSZ//FPrkcbax11bO44AfnOAhbZkIRpsHCTxR1Boa3I='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:00,351 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:02,350 - INFO - Received completion request
2018-04-24 23:56:02,350 - DEBUG - Using filetype completion: True
2018-04-24 23:56:02,351 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '66S6jLf5ut6IGkmph3+6xr4kLILKjuPDs/RMOD1WhEw='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n p \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:02,352 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:02,499 - INFO - Received completion request
2018-04-24 23:56:02,499 - DEBUG - Using filetype completion: True
2018-04-24 23:56:02,500 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XtwePKKeupM0dp6m6bqRA7GsbjI1EqYIzadXUM+qOzk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pr \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:02,501 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:02,640 - INFO - Received completion request
2018-04-24 23:56:02,640 - DEBUG - Using filetype completion: True
2018-04-24 23:56:02,641 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '1Shq07xaIeElQbt+t0BsYs8vI8X3xwonQ1D1MH4mypk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:02,642 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:03,289 - INFO - Received completion request
2018-04-24 23:56:03,289 - DEBUG - Using filetype completion: True
2018-04-24 23:56:03,289 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '1Shq07xaIeElQbt+t0BsYs8vI8X3xwonQ1D1MH4mypk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:03,290 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:04,518 - INFO - Received completion request
2018-04-24 23:56:04,519 - DEBUG - Using filetype completion: True
2018-04-24 23:56:04,519 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '1Shq07xaIeElQbt+t0BsYs8vI8X3xwonQ1D1MH4mypk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:04,520 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:04,808 - INFO - Received completion request
2018-04-24 23:56:04,808 - DEBUG - Using filetype completion: True
2018-04-24 23:56:04,809 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '1Shq07xaIeElQbt+t0BsYs8vI8X3xwonQ1D1MH4mypk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:04,810 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:05,048 - INFO - Received completion request
2018-04-24 23:56:05,049 - DEBUG - Using filetype completion: True
2018-04-24 23:56:05,049 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '1Shq07xaIeElQbt+t0BsYs8vI8X3xwonQ1D1MH4mypk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:05,050 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:09,540 - INFO - Received event notification
2018-04-24 23:56:09,540 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:56:09,540 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:09,542 - INFO - Received completion request
2018-04-24 23:56:09,543 - DEBUG - Using filetype completion: False
2018-04-24 23:56:10,260 - INFO - Received completion request
2018-04-24 23:56:10,260 - DEBUG - Using filetype completion: False
2018-04-24 23:56:11,959 - INFO - Received event notification
2018-04-24 23:56:11,959 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:56:11,959 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:11,962 - INFO - Received completion request
2018-04-24 23:56:11,962 - DEBUG - Using filetype completion: False
2018-04-24 23:56:12,720 - INFO - Received completion request
2018-04-24 23:56:12,721 - DEBUG - Using filetype completion: False
2018-04-24 23:56:19,128 - INFO - Received completion request
2018-04-24 23:56:19,128 - DEBUG - Using filetype completion: True
2018-04-24 23:56:19,129 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'pBcHRA8yllm7wk2pTFKzvxg2me2qdMFwjDOz5dTxf5k='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:19,130 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:19,141 - INFO - Received completion request
2018-04-24 23:56:19,141 - DEBUG - Using filetype completion: True
2018-04-24 23:56:19,142 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '1Shq07xaIeElQbt+t0BsYs8vI8X3xwonQ1D1MH4mypk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:19,143 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:19,338 - INFO - Received completion request
2018-04-24 23:56:19,339 - DEBUG - Using filetype completion: True
2018-04-24 23:56:19,339 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '1Shq07xaIeElQbt+t0BsYs8vI8X3xwonQ1D1MH4mypk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pri \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:19,340 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:20,080 - INFO - Received completion request
2018-04-24 23:56:20,081 - DEBUG - Using filetype completion: True
2018-04-24 23:56:20,081 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'XtwePKKeupM0dp6m6bqRA7GsbjI1EqYIzadXUM+qOzk='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n pr \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:20,083 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:20,260 - INFO - Received completion request
2018-04-24 23:56:20,260 - DEBUG - Using filetype completion: True
2018-04-24 23:56:20,260 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '66S6jLf5ut6IGkmph3+6xr4kLILKjuPDs/RMOD1WhEw='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n p \n print(\"yay\")\n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 4}'
2018-04-24 23:56:20,261 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:20,439 - INFO - Received event notification
2018-04-24 23:56:20,439 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:56:20,439 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:28,940 - INFO - Received completion request
2018-04-24 23:56:28,940 - DEBUG - Using filetype completion: False
2018-04-24 23:56:29,310 - INFO - Received completion request
2018-04-24 23:56:29,310 - DEBUG - Using filetype completion: False
2018-04-24 23:56:29,441 - INFO - Received completion request
2018-04-24 23:56:29,442 - DEBUG - Using filetype completion: False
2018-04-24 23:56:29,639 - INFO - Received completion request
2018-04-24 23:56:29,640 - DEBUG - Using filetype completion: False
2018-04-24 23:56:29,740 - INFO - Received completion request
2018-04-24 23:56:29,740 - DEBUG - Using filetype completion: False
2018-04-24 23:56:31,909 - INFO - Received event notification
2018-04-24 23:56:31,909 - DEBUG - Event name: FileReadyToParse
2018-04-24 23:56:31,909 - INFO - Adding buffer identifiers for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:31,911 - INFO - Received event notification
2018-04-24 23:56:31,911 - DEBUG - Event name: InsertLeave
2018-04-24 23:56:31,913 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:33,769 - INFO - Received event notification
2018-04-24 23:56:33,769 - DEBUG - Event name: FileReadyToParse
2018-04-24 23:56:33,769 - INFO - Adding buffer identifiers for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:38,818 - INFO - Received event notification
2018-04-24 23:56:38,818 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:56:38,819 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:38,820 - INFO - Received completion request
2018-04-24 23:56:38,821 - DEBUG - Using filetype completion: False
2018-04-24 23:56:39,498 - INFO - Received completion request
2018-04-24 23:56:39,498 - DEBUG - Using filetype completion: True
2018-04-24 23:56:39,499 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'QuKSc7SxJvAZqygXm0RUdNZK92fJ4OfcOFvhIO7JkH4='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print \n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:56:39,500 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:40,579 - INFO - Received completion request
2018-04-24 23:56:40,580 - DEBUG - Using filetype completion: True
2018-04-24 23:56:40,580 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '3VXqWPE6lT1lraBzU0UyBBm2o7D0i4R+TPXGqFazX/Q='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print a \n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:56:40,581 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:42,089 - INFO - Received completion request
2018-04-24 23:56:42,090 - DEBUG - Using filetype completion: True
2018-04-24 23:56:42,090 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '0Cm9qf9exSbhKOZ2+qdxyqR6qnC9OusfJTZdROlVFng='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print a_ \n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:56:42,091 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:43,018 - INFO - Received completion request
2018-04-24 23:56:43,018 - DEBUG - Using filetype completion: True
2018-04-24 23:56:43,019 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '0Cm9qf9exSbhKOZ2+qdxyqR6qnC9OusfJTZdROlVFng='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print a_ \n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:56:43,021 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:43,990 - INFO - Received completion request
2018-04-24 23:56:43,990 - DEBUG - Using filetype completion: True
2018-04-24 23:56:43,991 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': '3VXqWPE6lT1lraBzU0UyBBm2o7D0i4R+TPXGqFazX/Q='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print a \n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:56:43,992 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:44,179 - INFO - Received event notification
2018-04-24 23:56:44,179 - DEBUG - Event name: CurrentIdentifierFinished
2018-04-24 23:56:44,179 - INFO - Adding ONE buffer identifier for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:44,180 - INFO - Received completion request
2018-04-24 23:56:44,181 - DEBUG - Using filetype completion: False
2018-04-24 23:56:46,337 - INFO - Received completion request
2018-04-24 23:56:46,338 - DEBUG - Using filetype completion: True
2018-04-24 23:56:46,339 - DEBUG - Making JediHTTP request: POST b'http://127.0.0.1:36010/completions' {u'content-type': u'application/json', u'x-jedihttp-hmac': 'QuKSc7SxJvAZqygXm0RUdNZK92fJ4OfcOFvhIO7JkH4='} b'{"source": "import os.path\n\na_variable_name=1\nb_var_name=2\na_vareabiale=3\n\nfor i in range(1, a_vareabiale):\n print \n", "line": 8, "source_path": "/home/simon/resources.bash/abc.py", "col": 10}'
2018-04-24 23:56:46,340 - INFO - Starting new HTTP connection (1): 127.0.0.1
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 103, in GetCompletions
.ComputeCandidates( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 236, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 249, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 275, in ComputeCandidatesInner
for completion in self._JediCompletions( request_data ) ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 280, in _JediCompletions
request_data )[ 'completions' ]
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/python/jedi_completer.py", line 216, in _GetResponse
headers = extra_headers )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request
self._send_request(method, url, body, headers)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 987, in _send_request
self.endheaders(body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/home/simon/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 801, in _send_output
msg += message_body
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/python-future/src/future/types/__init__.py", line 163, in wrapper
raise TypeError(errmsg.format(mytype))
TypeError: argument can't be <type 'unicode'>
2018-04-24 23:56:48,748 - INFO - Received event notification
2018-04-24 23:56:48,748 - DEBUG - Event name: FileReadyToParse
2018-04-24 23:56:48,748 - INFO - Adding buffer identifiers for file: /home/simon/resources.bash/abc.py
2018-04-24 23:56:48,750 - INFO - Received event notification
2018-04-24 23:56:48,750 - DEBUG - Event name: InsertLeave
2018-04-24 23:56:53,018 - INFO - Received debug info request
2018-04-24 23:57:04,868 - INFO - Received event notification
2018-04-24 23:57:04,869 - DEBUG - Event name: FileReadyToParse
2018-04-24 23:57:04,869 - INFO - Adding buffer identifiers for file: /home/simon/resources.bash/abc.py
2018-04-24 23:57:14,748 - INFO - Received detailed diagnostic request
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 183, in GetDetailedDiagnostic
return _JsonResponse( completer.GetDetailedDiagnostic( request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 363, in GetDetailedDiagnostic
raise NoDiagnosticSupport
NoDiagnosticSupport: YCM has no diagnostics support for this filetype; refer to Syntastic docs if using Syntastic.
2018-04-24 23:57:51,737 - INFO - Received debug info request
2018-04-24 23:58:08,527 - INFO - Received command request
Traceback (most recent call last):
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 108, in wrapper
return callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 70, in wrapper
body = callback( *args, **kwargs )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 85, in RunCompleterCommand
request_data ) )
File "/home/simon/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 342, in OnUserCommand
raise ValueError( self.UserCommandsHelpMessage() )
ValueError: Supported commands are:
GetDoc
GoTo
GoToDeclaration
GoToDefinition
GoToReferences
RestartServer
See the docs for information on what they do.
2018-04-24 23:58:33,616 - INFO - Received debug info request
2018-04-24 23:58:40,208 - INFO - Received event notification
2018-04-24 23:58:40,208 - DEBUG - Event name: FileReadyToParse
2018-04-24 23:58:40,208 - INFO - Adding buffer identifiers for file: /home/simon/resources.bash/abc.py
2018-04-24 23:58:40,209 - INFO - Received event notification
2018-04-24 23:58:40,210 - DEBUG - Event name: InsertLeave
2018-04-24 23:58:47,206 - INFO - Received debug info request
2018-04-24 23:58:56,686 - INFO - Received debug info request
2018-04-24 23:59:02,276 - INFO - Received debug info request
2018-04-24 23:59:07,247 - INFO - Received debug info request
2018-04-24 23:59:14,728 - INFO - Received event notification
2018-04-24 23:59:14,728 - DEBUG - Event name: BufferUnload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment