-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ycmd server is not running. Can’t send ‘semantic_completion_available’ request! #429
Comments
There's a note in the README that might be relevant. Try putting
|
It doesn't for me. |
What does |
Is that literally all that appears in your
Are you absolutely sure that you a) properly changed the server command and b) restarted ycmd? You can use |
It seems that the server started successfully but we could not parse the port from the server output because there is only the first line in the server buffer |
|
|
I run command
It's weird.I am sure I compiled it with python3.
|
Could you post the |
I compiled it in python3.And in python3 with emacs,there is a dialog box pop up.
I compiled it with python2.
|
I have to admit, I'm not sure what's going on here. My best guess is that you're either mis-compiling ycmd or your Python environment is messed up. |
As you remind me my python env is messed up.I delete whole anaconda2, and reinstall Anaconda3,recompile ycmd.
|
I compiled ycmd with
No error. |
@asdyjd Could you run the script with only the
and paste its output in a Gist? |
https://gist.github.com/asdyjd/92f9c4914f68e4bd7bc955df4c969881
emacs message:
|
Thanks. So, you are experiencing a libclang crash. Could you open an issue on the ycmd repository with a minimal reproducible test case (including the |
@asdyjd Actually, |
Right, not recommended has clearly the same meaning as obsolete.
I didn't know there was a default system libclang on Windows. Nice. |
@micbou You are right. This option is obsolete and the system I am working on is OS X 10.13.4, not Windows, sorry for the confusion. |
I experienced the original issue on my Arch Linux machine, Where |
ENV:
win10 x64, emacs 25, python3.6.1 64bit(anaconda), and latest ycmd successfuly built under visual studio 2017.
problem:
In emacs c++-mode, whatevet I type, it hints me
Ycmd server is not running. Can’t send ‘semantic_completion_available’ request!
ycmd-buffer show
2017-06-01 20:21:29,995 - DEBUG - Global extra conf not loaded or no function YcmCorePreload
And it's set like this:
The text was updated successfully, but these errors were encountered: