Skip to content
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

Skip ycmd completion response deferred error #487

Open
ChoppinBlockParty opened this issue Nov 8, 2018 · 6 comments
Open

Skip ycmd completion response deferred error #487

ChoppinBlockParty opened this issue Nov 8, 2018 · 6 comments

Comments

@ChoppinBlockParty
Copy link

ChoppinBlockParty commented Nov 8, 2018

Today have installed latest ycmd and lates emacs packages. Now I am completion is not working, I am getting this error. Any ideas?

Skip ycmd completion response [7 times]
deferred error : (wrong-type-argument number-or-marker-p nil)

Ycmd seems to be working fine.

@LoveGlitchCoffee
Copy link

LoveGlitchCoffee commented Nov 9, 2018

I encountered this error recently and couldn't figured out why, until literally just now I figured out it was because I was accessing my machine over ssh ...
When accessing my machine directly, emacs-ycmd asks me to load my project ycm_extra_config, whereas it does not over ssh.

EDIT: Did just solve this by running emacs --daemon on my machine and accesing as emacsclient over ssh

@ChoppinBlockParty
Copy link
Author

I am working on the machine directly.

@abingham
Copy link
Owner

abingham commented Nov 9, 2018

Is it possible to get more information about the bug, e.g. by using toggle-debug-on-error?

@ChoppinBlockParty
Copy link
Author

ChoppinBlockParty commented Nov 9, 2018

Hmm, weird, for some reasons I do not see any debug information in *Messages* buffer. Am I missing something?

@ChoppinBlockParty
Copy link
Author

ChoppinBlockParty commented Nov 12, 2018

I found out it was proxy on my site. It start working but I need env -u HTTPS_PROXY -u HTTP_PROXY -u https_proxy -u http_proxy emacs to make it work. I have

NO_PROXY=localhost,127.0.0.0/8,::1
no_proxy=localhost,127.0.0.0/8,::1

in my environment variables, but that does not help. How can I keep the proxy for everything except localhost?

This does not help

(setq url-proxy-services '(("no_proxy" . "^\\(localhost\\|127\\..*\\|192\\.168\\..*\\)")))

@dvzubarev
Copy link

Maybe duplicate of #490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants