Skip to content

安装YCM后,报错 Error retrieving completer debug info #96

@WM-CH

Description

@WM-CH

我是VIM8.1源码安装的
并且使用的是编译好的二进制llvm+clang8.0.0
安装完仍然出错如下:

2019-03-30 20:15:41,394 - ERROR - Error retrieving completer debug info
Traceback (most recent call last):
File "/home/book/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 234, in DebugInfo
request_data ).DebugInfo( request_data )
File "/home/book/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 298, in _GetCompleterForRequestData
return _server_state.GetFiletypeCompleter( request_data[ 'filetypes' ] )
File "/home/book/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 80, in GetFiletypeCompleter
for filetype in current_filetypes ]
File "/home/book/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 63, in _GetFiletypeCompleterForFiletype
module = import_module( 'ycmd.completers.{}.hook'.format( filetype ) )
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
ValueError: Empty module name

最近折腾了N次都是这个错误,不知道什么原因,请各位帮忙分析下,谢谢了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions