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

Completion doesn't work for methods of a variable #334

Closed
et2010 opened this issue Oct 13, 2018 · 5 comments
Closed

Completion doesn't work for methods of a variable #334

et2010 opened this issue Oct 13, 2018 · 5 comments

Comments

@et2010
Copy link

et2010 commented Oct 13, 2018

After recent updates, completion for methods of a variable doesn't work.

This works:

image

Sometimes, this works but takes a much longer time for the candidate list to pop up:

image

This never works - the candidate list never pops up:

image

In the last case, the echo area shows `Cannot read anaconda-mode server response' and there is a message in the anaconda-response buffer:

# status: (:error (error connection-failed deleted
 :host 127.0.0.1 :service 22125) :error (error connection-failed failed with code 10061
 :host 127.0.0.1 :service 22125))
# point: 1

It does work before recent updates.

Environments

spacemacs with python layer enabled (on develop branch)

emacs 27.0.50

windows 8.1

python 3.6.5 (virtual environment)

@valignatev
Copy link
Contributor

This works for me with latest anaconda-mode and plain emacs 26 (not spacemacs):
image

It seems that you're using some kind of a remote setup, right?

@et2010
Copy link
Author

et2010 commented Oct 14, 2018

It seems that you're using some kind of a remote setup, right?

No, I'm not using a remote setup.

That's strange. A friend of mine has the exact same issue. Maybe it's a spacemacs or python problem? I'll try to reproduce with a python 2.7 venv.

Edit:

It doesn't work in python 2.7 either.

@proofit404
Copy link
Contributor

Hi @et2010

Please, try it without spacemacs on plain config.

@jkaye2012
Copy link

I'm on vanilla with company and anaconda. Everything was working for me until yesterday. Completion is completely broken for me only in anaconda-mode buffers. The inferior repl still completes properly and other modes are completing as well, which leads me to strongly suspect this is an issue in anaconda and neither company nor Jedi.

Please let me know what other information I can provide to aid in debugging!

@valignatev
Copy link
Contributor

@jkaye2012 I would start the separate issue and post contents of anaconda-mode buffer there and maybe Messages buffer, because it might contain something related as well

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

No branches or pull requests

5 participants