Skip to content

Instantly share code, notes, and snippets.

@Aster89
Created July 21, 2026 11:01
Show Gist options
  • Select an option

  • Save Aster89/c191f8b1d6fb7aad32525b6e11544670 to your computer and use it in GitHub Desktop.

Select an option

Save Aster89/c191f8b1d6fb7aad32525b6e11544670 to your computer and use it in GitHub Desktop.
YCM complete log
2026-07-21 12:50:39,492 - DEBUG - GET b'http://127.0.0.1:35613/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'KiCbCNZPdSgUq+6gdz47KtIOnf1R8xOItGDyLkCdqMw='}
2026-07-21 12:50:39,501 - ERROR - <urlopen error [Errno 111] Connection refused>
2026-07-21 12:50:39,602 - DEBUG - GET b'http://127.0.0.1:35613/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'KiCbCNZPdSgUq+6gdz47KtIOnf1R8xOItGDyLkCdqMw='}
2026-07-21 12:50:39,609 - DEBUG - GET b'http://127.0.0.1:35613/signature_help_available?subserver=haskell' ({'subserver': 'haskell'})
{'content-type': 'application/json', 'x-ycm-hmac': b'XqnkArDCcuYzJm/6bG5Z5GoRKyIYDwpFz1PRYhaqHoY='}
2026-07-21 12:50:39,613 - DEBUG - POST b'http://127.0.0.1:35613/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'qjWHy5c59PZZmeqT1EtudZUo7WyuGyxqt0HF6MDNPjM='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 1, "column_num": 1, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "BufferVisit"}'
2026-07-21 12:50:39,617 - DEBUG - POST b'http://127.0.0.1:35613/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'BxK9WEDUBYjldfM+1dGdMwvxaTz/iB+9xPzVVvXVKaQ='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 1, "column_num": 1, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "FileReadyToParse"}'
2026-07-21 12:50:39,709 - DEBUG - POST b'http://127.0.0.1:35613/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'q4OUhvpjNBStzzWXBim/uv8bduK8RAVvI5/+Jft0vWU='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 1, "column_num": 1, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:50:39,720 - DEBUG - POST b'http://127.0.0.1:35613/semantic_completion_available'
{'content-type': 'application/json', 'x-ycm-hmac': b'HM8pHix3pvTpoDotsk3nguhCY9NSxglweQQg+CVxlqg='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 1, "column_num": 1, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "filetypes": "haskell"}'
2026-07-21 12:51:08,553 - DEBUG - POST b'http://127.0.0.1:35613/defined_subcommands'
{'content-type': 'application/json', 'x-ycm-hmac': b'H0dT4YbXcRJfYacr0CGAq1Isok1iDo85hchwuVz3E6I='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:51:08,581 - DEBUG - Server exception: {'exception': {'TYPE': 'ValueError'}, 'message': "No semantic completer exists for filetypes: ['haskell']", 'traceback': 'Traceback (most recent call last):\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/web_plumbing.py", line 213, in __call__\n out = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper\n return callback( *args, **kwargs )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 64, in wrapper\n body = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 274, in DefinedSubcommands\n completer = _GetCompleterForRequestData( RequestWrap( request.json ) )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 402, in _GetCompleterForRequestData\n return _server_state.GetFiletypeCompleter( request_data[ \'filetypes\' ] )\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 96, in GetFiletypeCompleter\n raise ValueError(\n f\'No semantic completer exists for filetypes: { current_filetypes }\' )\nValueError: No semantic completer exists for filetypes: [\'haskell\']\n'}
2026-07-21 12:51:08,582 - ERROR - Error while handling server response
Traceback (most recent call last):
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 274, in _JsonFromFuture
response = future.result()
File "/usr/lib/python3.14/concurrent/futures/_base.py", line 454, in result
return self.__get_result()
~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/concurrent/futures/_base.py", line 396, in __get_result
raise self._exception
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/unsafe_thread_pool_executor.py", line 42, in run
result = self.fn( *self.args, **self.kwargs )
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 173, in _MakeRequest
return urlopen(
Request(
...<3 lines>...
method = method ),
timeout = max( _CONNECT_TIMEOUT_SEC, timeout ) )
File "/usr/lib/python3.14/urllib/request.py", line 187, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/urllib/request.py", line 493, in open
response = meth(req, response)
File "/usr/lib/python3.14/urllib/request.py", line 602, in http_response
response = self.parent.error(
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.14/urllib/request.py", line 531, in error
return self._call_chain(*args)
~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/lib/python3.14/urllib/request.py", line 464, in _call_chain
result = func(*args)
File "/usr/lib/python3.14/urllib/request.py", line 611, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 77, in HandleFuture
return _JsonFromFuture( future )
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 287, in _JsonFromFuture
raise MakeServerException( json.loads( response_text ) )
ycmd.responses.ServerError: ValueError: No semantic completer exists for filetypes: ['haskell']
2026-07-21 12:51:09,082 - DEBUG - POST b'http://127.0.0.1:35613/defined_subcommands'
{'content-type': 'application/json', 'x-ycm-hmac': b'H0dT4YbXcRJfYacr0CGAq1Isok1iDo85hchwuVz3E6I='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:51:09,089 - DEBUG - Server exception: {'exception': {'TYPE': 'ValueError'}, 'message': "No semantic completer exists for filetypes: ['haskell']", 'traceback': 'Traceback (most recent call last):\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/web_plumbing.py", line 213, in __call__\n out = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper\n return callback( *args, **kwargs )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 64, in wrapper\n body = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 274, in DefinedSubcommands\n completer = _GetCompleterForRequestData( RequestWrap( request.json ) )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 402, in _GetCompleterForRequestData\n return _server_state.GetFiletypeCompleter( request_data[ \'filetypes\' ] )\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 96, in GetFiletypeCompleter\n raise ValueError(\n f\'No semantic completer exists for filetypes: { current_filetypes }\' )\nValueError: No semantic completer exists for filetypes: [\'haskell\']\n'}
2026-07-21 12:51:09,090 - ERROR - Error while handling server response
Traceback (most recent call last):
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 274, in _JsonFromFuture
response = future.result()
File "/usr/lib/python3.14/concurrent/futures/_base.py", line 454, in result
return self.__get_result()
~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/concurrent/futures/_base.py", line 396, in __get_result
raise self._exception
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/unsafe_thread_pool_executor.py", line 42, in run
result = self.fn( *self.args, **self.kwargs )
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 173, in _MakeRequest
return urlopen(
Request(
...<3 lines>...
method = method ),
timeout = max( _CONNECT_TIMEOUT_SEC, timeout ) )
File "/usr/lib/python3.14/urllib/request.py", line 187, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/urllib/request.py", line 493, in open
response = meth(req, response)
File "/usr/lib/python3.14/urllib/request.py", line 602, in http_response
response = self.parent.error(
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.14/urllib/request.py", line 531, in error
return self._call_chain(*args)
~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/lib/python3.14/urllib/request.py", line 464, in _call_chain
result = func(*args)
File "/usr/lib/python3.14/urllib/request.py", line 611, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 77, in HandleFuture
return _JsonFromFuture( future )
File "/home/enrico/.vim/plugged/YouCompleteMe/python/ycm/client/base_request.py", line 287, in _JsonFromFuture
raise MakeServerException( json.loads( response_text ) )
ycmd.responses.ServerError: ValueError: No semantic completer exists for filetypes: ['haskell']
2026-07-21 12:51:35,425 - DEBUG - POST b'http://127.0.0.1:35613/shutdown'
{'content-type': 'application/json', 'x-ycm-hmac': b'MZiMDKPxjBejSR7YwG6o7lMNSH1GGfvBfMEpKwm5Qzo='}
b''
2026-07-21 12:51:35,533 - DEBUG - GET b'http://127.0.0.1:40107/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'pGNl1UIEXYvXmyDYFAEBwXcpw7+UiA8k5NPqXOZxbGM='}
2026-07-21 12:51:35,533 - ERROR - <urlopen error [Errno 111] Connection refused>
2026-07-21 12:51:35,633 - DEBUG - GET b'http://127.0.0.1:40107/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'pGNl1UIEXYvXmyDYFAEBwXcpw7+UiA8k5NPqXOZxbGM='}
2026-07-21 12:51:35,638 - DEBUG - GET b'http://127.0.0.1:40107/signature_help_available?subserver=haskell' ({'subserver': 'haskell'})
{'content-type': 'application/json', 'x-ycm-hmac': b'oDc/vHquDDp44DlYOh6l7ioHviNago8Wz19+6t1bzVI='}
2026-07-21 12:51:35,639 - DEBUG - POST b'http://127.0.0.1:40107/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'uhxZC68laW6Oga3jEl1YSOR6D9tJoMctra+x/zldi/w='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "BufferVisit"}'
2026-07-21 12:51:35,642 - DEBUG - POST b'http://127.0.0.1:40107/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'W+FS4NipIAxatI2PbnixAl+rcFfDhkokfqzXt9YsTm0='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "FileReadyToParse"}'
2026-07-21 12:51:35,739 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:51:35,745 - DEBUG - POST b'http://127.0.0.1:40107/semantic_completion_available'
{'content-type': 'application/json', 'x-ycm-hmac': b'NLuakGtTVXMHTU4XSNcqUoKYmI4BMlivdk76PaTHWKg='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "filetypes": "haskell"}'
2026-07-21 12:51:35,749 - DEBUG - Server exception: {'exception': {'extra_conf_file': '/home/enrico/.ycm_extra_conf.py', 'TYPE': 'UnknownExtraConf'}, 'message': 'Found /home/enrico/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)', 'traceback': 'Traceback (most recent call last):\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/web_plumbing.py", line 213, in __call__\n out = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper\n return callback( *args, **kwargs )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 64, in wrapper\n body = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 60, in EventNotification\n response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),\n event_handler )( request_data )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 1941, in OnFileReadyToParse\n self._StartAndInitializeServer( request_data )\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 1927, in _StartAndInitializeServer\n self._extra_conf_dir = self._GetSettingsFromExtraConf( request_data )\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 1895, in _GetSettingsFromExtraConf\n module = extra_conf_store.ModuleForSourceFile( request_data[ \'filepath\' ] )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 55, in ModuleForSourceFile\n return Load( ModuleFileForSourceFile( filename ) )\n ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 66, in ModuleFileForSourceFile\n if Load( module_file ):\n ~~~~^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 151, in Load\n if not force and not _ShouldLoad( module_file, is_global ):\n ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 134, in _ShouldLoad\n raise UnknownExtraConf( module_file )\nycmd.responses.UnknownExtraConf: Found /home/enrico/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)\n'}
2026-07-21 12:51:37,672 - DEBUG - POST b'http://127.0.0.1:40107/load_extra_conf_file'
{'content-type': 'application/json', 'x-ycm-hmac': b'wfRkhQbB3oVJfUOnwQdbERL5JaUVwKSxOCghcjh3xW0='}
b'{"filepath": "/home/enrico/.ycm_extra_conf.py"}'
2026-07-21 12:51:37,680 - DEBUG - POST b'http://127.0.0.1:40107/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'W+FS4NipIAxatI2PbnixAl+rcFfDhkokfqzXt9YsTm0='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "FileReadyToParse"}'
2026-07-21 12:51:39,640 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:51:41,421 - DEBUG - POST b'http://127.0.0.1:40107/defined_subcommands'
{'content-type': 'application/json', 'x-ycm-hmac': b'lfPs9BakgTLeM2yirQF2N9fx1eVTHggQcnTTUtgsRU0='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:51:41,425 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'YOvywUaHgcPdxN3oi6AzFCp1DYS7uH28g1kvCVrjXyM='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["GetHover"]}'
2026-07-21 12:51:49,644 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:51:53,355 - DEBUG - POST b'http://127.0.0.1:40107/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'7y5oiosW6jk28kOx3tWCkK/y8HFTXPkMEVUoBSPP4vY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:51:59,543 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'RyijyuEenxnvYLzx/kZFuKH619cD4RolQEqVmNg4OGM='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 11, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["GetHover"]}'
2026-07-21 12:51:59,744 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:03,993 - DEBUG - POST b'http://127.0.0.1:40107/defined_subcommands'
{'content-type': 'application/json', 'x-ycm-hmac': b'ZSBk881sZwcEvh2qCmCmP76iEk/ZGhYhMhUY0NN8DiM='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 11, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:06,676 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:13,272 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'S9q4bQ/QVWALnSnOuk0n5jbZW3urfIc1OXwOxDmhzPw='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 1, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["GetHover"]}'
2026-07-21 12:52:16,706 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:20,779 - DEBUG - POST b'http://127.0.0.1:40107/defined_subcommands'
{'content-type': 'application/json', 'x-ycm-hmac': b'lfPs9BakgTLeM2yirQF2N9fx1eVTHggQcnTTUtgsRU0='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:21,738 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'WJESt3J5WnXqBXuXvfZHtMlNBXjx0iSkMe68QStgmuE='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:25,314 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'BEr7lGfVFk4uYOe3P4snoib1yZJT8FRSFWdkJDdoeC4='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 11, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:26,725 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:28,374 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'7YmY84f5CixQUO678a08A1nVfA2EGi8Gn3HP2htODXU='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 12, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:30,248 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'R6Lg40w6mNNL+9Kng8MjFB4UrVVdhM9pgDxMuDKBy3g='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 13, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:33,293 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'Gq67GLQfT58yKFLWO7+qsQ1hT9+tqioSttLvibCiwNI='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 14, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:35,494 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'7qfkFlkYXM2UihYcN3pqqFkfxH6KrJVVw822TFaRo1Y='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 15, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:36,750 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:38,148 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'UNfL70m5xYqDS1pZCebviz0CAT40UQUvOk5rqQxiGAQ='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 16, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:39,949 - DEBUG - POST b'http://127.0.0.1:40107/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'nBSLzdx25bIDUHmjH9exLglZF6bCMlgHwWWCwkKjG+I='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 17, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:52:46,044 - DEBUG - POST b'http://127.0.0.1:40107/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'/cuCCbeY+XQRA79p5S60Zr8R4smdnyYOSQtIEVHNCik='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 17, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:46,812 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:52:46,813 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'0kBVblfTGVe+Uc2AyKQW5cOWz/C0gSSEr/OAfHtT1n0='}
b'{"filepath": "/tmp/haskell_language_servercompleter_stderrs3qlsxn3.log", "line_num": 1, "column_num": 1, "working_dir": "/home/enrico", "file_data": {"/tmp/haskell_language_servercompleter_stderrs3qlsxn3.log": {"contents": "No \'hie.yaml\' found. Try to discover the project type!\\nRun entered for haskell-language-server-wrapper(haskell-language-server-wrapper) Version 2.14.0.0 x86_64 ghc-9.10.3\\nCurrent directory: /home/enrico\\nOperating system: linux\\nArguments: [\\"--lsp\\",\\"--cwd\\",\\"/home/enrico\\"]\\nCradle directory: /home/enrico\\nCradle type: Default\\n\\nTool versions found on the $PATH\\ncabal: 3.16.1.0\\nstack: Not found\\nghc: 9.14.1\\n\\n\\nConsulting the cradle to get project GHC version...\\n2026-07-21T10:51:37.953882Z | Debug | ghc --numeric-version\\nProject GHC version: 9.14.1\\nhaskell-language-server exe candidates: [\\"haskell-language-server-9.14.1\\",\\"haskell-language-server\\"]\\nLaunching haskell-language-server exe at:/home/enrico/.ghcup/bin/haskell-language-server-9.14.1\\n2026-07-21T10:51:38.078598Z | Debug | ghc -v0 -package-env=- -ignore-dot-ghci -e Control.Monad.join (Control.Monad.fmap System.IO.putStr System.Environment.getExecutablePath)\\n2026-07-21T10:51:38.106335Z | Debug | ghc --print-libdir\\n2026-07-21T10:51:39.562036Z | Info | haskell-language-server version: 2.14.0.0 (GHC: 9.14.1) (PATH: /home/enrico/.ghcup/hls/2.14.0.0/lib/haskell-language-server-2.14.0.0/bin/haskell-language-server-9.14.1)\\n2026-07-21T10:51:39.562653Z | Info | Directory: /home/enrico\\n2026-07-21T10:51:39.562761Z | Info | Starting (haskell-language-server) LSP server...\\n GhcideArguments {argsCommand = LSP, argsCwd = Just \\"/home/enrico\\", argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsLogLevel = Info, argsLogFile = Nothing, argsLogStderr = True, argsLogClient = False, argsThreads = 0, argsProjectGhcVersion = False, argsInitialWorkingDirectory = \\"/home/enrico\\"}\\n PluginIds: [ pragmas-suggest\\n , pragmas-completion\\n , ghcide-code-actions-bindings\\n , cabalHaskellIntegration\\n , ghcide-extend-import-action\\n , signatureHelp\\n , explicit-fields\\n , ghcide-code-actions-type-signatures\\n , ghcide-code-actions-fill-holes\\n , changeTypeSignature\\n , ghcide-code-actions-imports-exports\\n , cabal-fmt\\n , notes\\n , ghcide-completions\\n , eval\\n , ghcide-type-lenses\\n , cabal\\n , overloaded-record-dot\\n , gadt\\n , LSPRecorderCallback\\n , importLens\\n , codeRange\\n , class\\n , qualifyImportedNames\\n , ghcide-hover-and-symbols\\n , alternateNumberFormat\\n , rename\\n , semanticTokens\\n , cabal-gild\\n , callHierarchy\\n , ghcide-core\\n , explicit-fixity\\n , pragmas-disable ]\\n2026-07-21T10:51:39.564374Z | Info | Logging heap statistics every 60.00s\\n 2026-07-21T10:51:39.568203Z | Info | Starting LSP server...\\n If you are seeing this in a terminal, you probably should have run WITHOUT the --lsp option!\\n PluginIds: [ pragmas-suggest\\n , pragmas-completion\\n , ghcide-code-actions-bindings\\n , cabalHaskellIntegration\\n , ghcide-extend-import-action\\n , signatureHelp\\n , explicit-fields\\n , ghcide-code-actions-type-signatures\\n , ghcide-code-actions-fill-holes\\n , changeTypeSignature\\n , ghcide-code-actions-imports-exports\\n , cabal-fmt\\n , notes\\n , ghcide-completions\\n , eval\\n , ghcide-type-lenses\\n , cabal\\n , overloaded-record-dot\\n , gadt\\n , LSPRecorderCallback\\n , importLens\\n , codeRange\\n , class\\n , qualifyImportedNames\\n , ghcide-hover-and-symbols\\n , alternateNumberFormat\\n , rename\\n , semanticTokens\\n , cabal-gild\\n , callHierarchy\\n , ghcide-core\\n , explicit-fixity\\n , pragmas-disable ]\\n2026-07-21T10:51:39.568493Z | Info | Server starting\\n2026-07-21T10:51:39.569611Z | Info | Registering IDE configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri (-7191819183657831203) \\"file:///home/enrico\\"], clientSettings = hashed (Just (Object (fromList [(\\"haskell\\",Object (fromList [(\\"plugin\\",Object (fromList [(\\"case-split\\",Object (fromList [(\\"globalOn\\",Bool True)])),(\\"hlint\\",Object (fromList [(\\"globalOn\\",Bool False)])),(\\"rename\\",Object (fromList [(\\"config\\",Object (fromList [(\\"crossModule\\",Bool True)]))]))])),(\\"sessionLoading\\",String \\"multipleComponents\\")]))])))}\\n2026-07-21T10:51:39.574415Z | Info | Started LSP server in 0.01s\\n2026-07-21T10:51:39.575816Z | Warning | LSP: can\'t register dynamically for: \\"workspace/didChangeConfiguration\\"\\n2026-07-21T10:51:39.577110Z | Info | Cradle path: uffa.hs\\n2026-07-21T10:51:39.577365Z | Warning | No [cradle](https://github.com/mpickering/hie-bios#hie-bios) found for uffa.hs.\\nProceeding with [implicit cradle](https://hackage.haskell.org/package/implicit-hie).\\nYou should ignore this message, unless you see a \'Multi Cradle: No prefixes matched\' error.\\n2026-07-21T10:51:39.580315Z | Info | invoking build tool to determine build flags (this may take some time depending on the cache)\\n2026-07-21T10:51:39.646704Z | Info | Interface files cache directory: /home/enrico/.cache/ghcide/main-e2eef38c5a9e8cda7e14b5e7a92acd06d4603e71\\n2026-07-21T10:51:39.651516Z | Info | Making new HscEnv. In-place unit ids: [ main-1a596a151463f2c53ee4feb14ecd276a1ccebfda ]\\n2026-07-21T10:51:39.659224Z | Info | New loaded files: [/home/enrico/uffa.hs]\\n2026-07-21T10:52:39.625659Z | Info | Live bytes: 166.82MB Heap size: 759.17MB\\n", "filetypes": ["ycm_nofiletype"]}}}'
2026-07-21 12:52:59,952 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:53:09,987 - DEBUG - POST b'http://127.0.0.1:40107/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'RTqPzGKBmOLdpfZWhu+ACV9R4KoBy7Q53Ih1Un1WLRs='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:53:17,293 - DEBUG - POST b'http://127.0.0.1:40107/shutdown'
{'content-type': 'application/json', 'x-ycm-hmac': b'e3r6B7c55X0ML4es7kfMzOc5UAeMos4fpsvYSbS4X0c='}
b''
2026-07-21 12:53:17,403 - DEBUG - GET b'http://127.0.0.1:43415/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'bSEK2GaiLodHc+46KcZNvjoooBMpBJdNBCXvbt+EYaQ='}
2026-07-21 12:53:17,403 - ERROR - <urlopen error [Errno 111] Connection refused>
2026-07-21 12:53:17,503 - DEBUG - GET b'http://127.0.0.1:43415/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'bSEK2GaiLodHc+46KcZNvjoooBMpBJdNBCXvbt+EYaQ='}
2026-07-21 12:53:17,507 - DEBUG - GET b'http://127.0.0.1:43415/signature_help_available?subserver=haskell' ({'subserver': 'haskell'})
{'content-type': 'application/json', 'x-ycm-hmac': b'PSbpBsXQQB4Aw/Wf0+8m8M9fU5eJUsluggJ1YU8j42o='}
2026-07-21 12:53:17,507 - DEBUG - POST b'http://127.0.0.1:43415/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'7QZl5m6t/qct8kfHgZTDVJngp+r10BFI7ByT2eG6NPY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "BufferVisit"}'
2026-07-21 12:53:17,509 - DEBUG - POST b'http://127.0.0.1:43415/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'AZhdwm3B0E8CPAhe88bN90kmua6FnCZaPtLpFLgDJBI='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "FileReadyToParse"}'
2026-07-21 12:53:17,607 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:53:17,609 - DEBUG - POST b'http://127.0.0.1:43415/semantic_completion_available'
{'content-type': 'application/json', 'x-ycm-hmac': b'1viBoPQOU50kzm3rocMsP4FCcDpQnZ6YGdfMsAdmSBY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "filetypes": "haskell"}'
2026-07-21 12:53:17,614 - DEBUG - Server exception: {'exception': {'extra_conf_file': '/home/enrico/.ycm_extra_conf.py', 'TYPE': 'UnknownExtraConf'}, 'message': 'Found /home/enrico/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)', 'traceback': 'Traceback (most recent call last):\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/web_plumbing.py", line 213, in __call__\n out = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper\n return callback( *args, **kwargs )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 64, in wrapper\n body = callback( request, response )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 60, in EventNotification\n response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),\n event_handler )( request_data )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 1941, in OnFileReadyToParse\n self._StartAndInitializeServer( request_data )\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 1927, in _StartAndInitializeServer\n self._extra_conf_dir = self._GetSettingsFromExtraConf( request_data )\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/language_server/language_server_completer.py", line 1895, in _GetSettingsFromExtraConf\n module = extra_conf_store.ModuleForSourceFile( request_data[ \'filepath\' ] )\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 55, in ModuleForSourceFile\n return Load( ModuleFileForSourceFile( filename ) )\n ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 66, in ModuleFileForSourceFile\n if Load( module_file ):\n ~~~~^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 151, in Load\n if not force and not _ShouldLoad( module_file, is_global ):\n ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 134, in _ShouldLoad\n raise UnknownExtraConf( module_file )\nycmd.responses.UnknownExtraConf: Found /home/enrico/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)\n'}
2026-07-21 12:53:18,574 - DEBUG - POST b'http://127.0.0.1:43415/load_extra_conf_file'
{'content-type': 'application/json', 'x-ycm-hmac': b'+cV//BFHHeAuRKoRwzGl3YFhib4VKCjg2Q2OB971BNU='}
b'{"filepath": "/home/enrico/.ycm_extra_conf.py"}'
2026-07-21 12:53:18,583 - DEBUG - POST b'http://127.0.0.1:43415/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'AZhdwm3B0E8CPAhe88bN90kmua6FnCZaPtLpFLgDJBI='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "FileReadyToParse"}'
2026-07-21 12:53:20,205 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:53:22,498 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:53:32,526 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:53:42,553 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:53:52,586 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:54:02,615 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:54:12,648 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:54:13,611 - DEBUG - POST b'http://127.0.0.1:43415/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'AZhdwm3B0E8CPAhe88bN90kmua6FnCZaPtLpFLgDJBI='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "event_name": "FileReadyToParse"}'
2026-07-21 12:54:42,429 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:54:52,463 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:54:54,489 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'x8p9a1PKIeYmMxRG5lbNS0PzlOs8A2Oo9iOf8VL35aA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 5, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["GetHover"]}'
2026-07-21 12:55:02,493 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:08,991 - DEBUG - POST b'http://127.0.0.1:43415/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'uiovoZ1zmPx3hmd7udt3jh2RVYvWpELpmwKR+LOvCkY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 5, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:10,315 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'0asJDOa7Ovn2ropSJkFgZ8B/ZfJZDpMzMDSjFKcRVR4='}
b'{"filepath": "/tmp/haskell_language_servercompleter_stderrln__93n4.log", "line_num": 1, "column_num": 1, "working_dir": "/home/enrico", "file_data": {"/tmp/haskell_language_servercompleter_stderrln__93n4.log": {"contents": "No \'hie.yaml\' found. Try to discover the project type!\\nRun entered for haskell-language-server-wrapper(haskell-language-server-wrapper) Version 2.14.0.0 x86_64 ghc-9.10.3\\nCurrent directory: /home/enrico\\nOperating system: linux\\nArguments: [\\"--lsp\\",\\"--cwd\\",\\"/home/enrico\\"]\\nCradle directory: /home/enrico\\nCradle type: Default\\n\\nTool versions found on the $PATH\\ncabal: 3.16.1.0\\nstack: Not found\\nghc: 9.14.1\\n\\n\\nConsulting the cradle to get project GHC version...\\n2026-07-21T10:53:18.703134Z | Debug | ghc --numeric-version\\nProject GHC version: 9.14.1\\nhaskell-language-server exe candidates: [\\"haskell-language-server-9.14.1\\",\\"haskell-language-server\\"]\\nLaunching haskell-language-server exe at:/home/enrico/.ghcup/bin/haskell-language-server-9.14.1\\n2026-07-21T10:53:18.818556Z | Debug | ghc -v0 -package-env=- -ignore-dot-ghci -e Control.Monad.join (Control.Monad.fmap System.IO.putStr System.Environment.getExecutablePath)\\n2026-07-21T10:53:18.845568Z | Debug | ghc --print-libdir\\n2026-07-21T10:53:20.124830Z | Info | haskell-language-server version: 2.14.0.0 (GHC: 9.14.1) (PATH: /home/enrico/.ghcup/hls/2.14.0.0/lib/haskell-language-server-2.14.0.0/bin/haskell-language-server-9.14.1)\\n2026-07-21T10:53:20.125423Z | Info | Directory: /home/enrico\\n2026-07-21T10:53:20.125539Z | Info | Starting (haskell-language-server) LSP server...\\n GhcideArguments {argsCommand = LSP, argsCwd = Just \\"/home/enrico\\", argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsLogLevel = Info, argsLogFile = Nothing, argsLogStderr = True, argsLogClient = False, argsThreads = 0, argsProjectGhcVersion = False, argsInitialWorkingDirectory = \\"/home/enrico\\"}\\n PluginIds: [ pragmas-suggest\\n , pragmas-completion\\n , ghcide-code-actions-bindings\\n , cabalHaskellIntegration\\n , ghcide-extend-import-action\\n , signatureHelp\\n , explicit-fields\\n , ghcide-code-actions-type-signatures\\n , ghcide-code-actions-fill-holes\\n , changeTypeSignature\\n , ghcide-code-actions-imports-exports\\n , cabal-fmt\\n , notes\\n , ghcide-completions\\n , eval\\n , ghcide-type-lenses\\n , cabal\\n , overloaded-record-dot\\n , gadt\\n , LSPRecorderCallback\\n , importLens\\n , codeRange\\n , class\\n , qualifyImportedNames\\n , ghcide-hover-and-symbols\\n , alternateNumberFormat\\n , rename\\n , semanticTokens\\n , cabal-gild\\n , callHierarchy\\n , ghcide-core\\n , explicit-fixity\\n , pragmas-disable ]\\n2026-07-21T10:53:20.127295Z | Info | Logging heap statistics every 60.00s\\n 2026-07-21T10:53:20.131305Z | Info | Starting LSP server...\\n If you are seeing this in a terminal, you probably should have run WITHOUT the --lsp option!\\n PluginIds: [ pragmas-suggest\\n , pragmas-completion\\n , ghcide-code-actions-bindings\\n , cabalHaskellIntegration\\n , ghcide-extend-import-action\\n , signatureHelp\\n , explicit-fields\\n , ghcide-code-actions-type-signatures\\n , ghcide-code-actions-fill-holes\\n , changeTypeSignature\\n , ghcide-code-actions-imports-exports\\n , cabal-fmt\\n , notes\\n , ghcide-completions\\n , eval\\n , ghcide-type-lenses\\n , cabal\\n , overloaded-record-dot\\n , gadt\\n , LSPRecorderCallback\\n , importLens\\n , codeRange\\n , class\\n , qualifyImportedNames\\n , ghcide-hover-and-symbols\\n , alternateNumberFormat\\n , rename\\n , semanticTokens\\n , cabal-gild\\n , callHierarchy\\n , ghcide-core\\n , explicit-fixity\\n , pragmas-disable ]\\n2026-07-21T10:53:20.131613Z | Info | Server starting\\n2026-07-21T10:53:20.132897Z | Info | Registering IDE configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri (-7191819183657831203) \\"file:///home/enrico\\"], clientSettings = hashed (Just (Object (fromList [(\\"haskell\\",Object (fromList [(\\"plugin\\",Object (fromList [(\\"case-split\\",Object (fromList [(\\"globalOn\\",Bool True)])),(\\"hlint\\",Object (fromList [(\\"globalOn\\",Bool False)])),(\\"rename\\",Object (fromList [(\\"config\\",Object (fromList [(\\"crossModule\\",Bool True)]))]))])),(\\"sessionLoading\\",String \\"multipleComponents\\")]))])))}\\n2026-07-21T10:53:20.140558Z | Info | Started LSP server in 0.01s\\n2026-07-21T10:53:20.142456Z | Warning | LSP: can\'t register dynamically for: \\"workspace/didChangeConfiguration\\"\\n2026-07-21T10:53:20.143812Z | Info | Cradle path: uffa.hs\\n2026-07-21T10:53:20.143949Z | Warning | No [cradle](https://github.com/mpickering/hie-bios#hie-bios) found for uffa.hs.\\nProceeding with [implicit cradle](https://hackage.haskell.org/package/implicit-hie).\\nYou should ignore this message, unless you see a \'Multi Cradle: No prefixes matched\' error.\\n2026-07-21T10:53:20.146124Z | Info | invoking build tool to determine build flags (this may take some time depending on the cache)\\n2026-07-21T10:53:20.212189Z | Info | Interface files cache directory: /home/enrico/.cache/ghcide/main-e2eef38c5a9e8cda7e14b5e7a92acd06d4603e71\\n2026-07-21T10:53:20.216647Z | Info | Making new HscEnv. In-place unit ids: [ main-1a596a151463f2c53ee4feb14ecd276a1ccebfda ]\\n2026-07-21T10:53:20.223580Z | Info | New loaded files: [/home/enrico/uffa.hs]\\n2026-07-21T10:54:20.187557Z | Info | Live bytes: 0.00MB Heap size: 0.00MB\\n", "filetypes": ["ycm_nofiletype"]}}}'
2026-07-21 12:55:12,526 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:14,323 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'x8p9a1PKIeYmMxRG5lbNS0PzlOs8A2Oo9iOf8VL35aA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 5, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["GetHover"]}'
2026-07-21 12:55:15,327 - DEBUG - POST b'http://127.0.0.1:43415/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'uiovoZ1zmPx3hmd7udt3jh2RVYvWpELpmwKR+LOvCkY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 5, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:19,801 - DEBUG - POST b'http://127.0.0.1:43415/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'uiovoZ1zmPx3hmd7udt3jh2RVYvWpELpmwKR+LOvCkY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 5, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:21,943 - DEBUG - POST b'http://127.0.0.1:43415/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'uiovoZ1zmPx3hmd7udt3jh2RVYvWpELpmwKR+LOvCkY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 5, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:22,549 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:32,588 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:36,390 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'j6Oy2cNJT5rE3BmQhTJ5E1RXxP+vdvARxU2hKjhw8h0='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["GetHover"]}'
2026-07-21 12:55:42,640 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:44,096 - DEBUG - POST b'http://127.0.0.1:43415/defined_subcommands'
{'content-type': 'application/json', 'x-ycm-hmac': b'02dX8dN43Lqxy4I1PIhIkNRMzRNHbGCkF/fwZboBbYM='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:44,693 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'cTjZ53Qu96yNAtHCOasijDT6xTJD+6ITucDg71eiClI='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 10, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:55:49,677 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'NnijztJ2aJB3r3nFACfu7ps0tdAYkHckeohnZzIZSQ4='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 11, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:55:52,093 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'8nixpkiqKbrT5chLiy72vW6ynNGVN+8Sd8yGHifUJ0A='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 12, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:55:52,724 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:55:54,602 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'/nCyBZx0AELnL1NvrBEqV5JuHZSAd6eDphA9pivxEgY='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 13, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:55:56,968 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'hCCP0rT/yhARxqfqaqdDTDvx7hMSxJbtVmbB8XYJb+8='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 14, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:55:58,951 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'JYsRAXvlNA2pU1+vicLC8MCH/XaOAzb8kl4Y5lphCTI='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 15, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:56:01,250 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'rj8O9jl42oC7eVHchpq74Tv6y5gS7Wfayb+e73B9YbA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 16, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:56:02,749 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:56:02,826 - DEBUG - POST b'http://127.0.0.1:43415/run_completer_command'
{'content-type': 'application/json', 'x-ycm-hmac': b'zcw1bFacCmKG4PUl8wdrPAqYVPBtrDu+0ErLCqsN+Ao='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 17, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}, "options": {"tab_size": 8, "insert_spaces": false}, "command_arguments": ["FixIt"]}'
2026-07-21 12:57:03,808 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:57:40,148 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:58:44,023 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
2026-07-21 12:58:56,680 - DEBUG - POST b'http://127.0.0.1:43415/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'yBI3teXiSfeGFVOePV8o/EI6TUP0B7meLuVQE7aBwpA='}
b'{"filepath": "/home/enrico/uffa.hs", "line_num": 3, "column_num": 19, "working_dir": "/home/enrico", "file_data": {"/home/enrico/uffa.hs": {"contents": "data Foo = Foo\\n\\ninstance Show Foo where\\n", "filetypes": ["haskell"]}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment