-
Notifications
You must be signed in to change notification settings - Fork 86
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
Anaconda mode opening new windows with errors #164
Comments
New window is titled anaconda-response if that helps |
I need the value of |
python-shell-interpreter: ipython no message in minibuffer |
Note I don't set either of those variables myself, they are just the defaults on this system |
Does this happens when you switch buffers? Does this error happens when you constantly typing within one buffer. |
Do you use pyenv tool? |
Dont use pyenv, the python i have installed is the anaconda distribution from continuum, version 2.5 (latest). This error happens when just opeining one python file and doing something like: import pandas as pd pd.read_ or np.arra and waiting for completion Usually it works for the first 1 or 2 completions, then fails. |
Does |
Nope, after i get the status error window pop up it evaluates to: (run open listen connect stop) |
Same issue appears randomly when I typing...
emacs 24.5, spacemacs 0.105.21 |
I have no idea what can cause this problem. |
I'm experiencing this as well:
8118 is the port of my local Privoxy installation, I have it set as a environment variable |
@shackra Set |
For those curious, @proofit404 talks about this https://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html |
Exactly. Thanks for clarification! |
The error persists even thought no_proxy is set and Emacs successfully returns the variable definition with |
What is the value of |
|
Try to set |
the issue is still alive and kicking, even with the change you requested me to introduce:
|
No idea how to fix this. |
😵 El 26 de junio de 2016 3:21:23 GMT-06:00, Malyshev Artem notifications@github.com escribió:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
Just to add that i also had the no_proxy set for localhost when getting this issue |
I'm also getting this issue |
Same issue using emacs prelude |
Does anyone have an idea where I can find connection failure codes table? |
FTR, try restart the emacs, which should restart the releated process, the error gone for me, I didn't look into root cause... |
@binjo you don't need to restart text editor. Just use |
Same problem through some Spacemacs configuration. |
Same problem through spacemacs configuration. |
Having the same problem any suggestions? |
I noticed somewhat severe lag when editing a ~3.5k lines python source file, and the error buffer popping up and stealing focus every couple of words. Both went away when I just nuked ~3k lines from the file, so it might just be a timeout issue when it's trying to lookup autocompletion suggestions or something like that. |
I can't find any description of the connection error codes used in Emacs. You can help if you research this question. |
I this error code 35 was coming from the syscall, it would be |
I suspect it's come from parallel querying overloaded python process. |
#190 This is the issue I seem to be facing. It's trying to use the proxy to access localhost even though no_proxy is set. Setting http_proxy to "" works but no_proxy doesn't. |
I have the same problem. However, I think that it's related to anaconda-eldoc-mode. |
Eldoc make queries as you move point. So it is still a problem with parallel queries. |
To me it only happens when I edit large python files. So the suspicion about overloaded python processes seems reasonable. |
(remove-hook 'anaconda-mode-response-read-fail-hook seems like solved this problem |
Just wanted to add that when the problem happens this is what list-processes is showing:
When anaconda-mode is working OK (for example without eldoc mode support) there is only one connection opened for the localhost. |
Same issue here. Fix mentioned by @penn201500 does not work for me, still have the issue. |
@paddyhoran That doesn't work for me too. I sovle it by revise anaconda-mode.el source file,find "(add-hook 'anaconda-mode-response-read-fail-hook 'anaconda-mode-show-unreadable-response)" and remove it,then you need to recompile anaconda-mode.el or delete anaconda-mode.elc directly,then it worked. |
@LZGH, thanks very much. That worked. |
Instead of |
Error messages are not propagated to windows anymore. |
In particular pythonic-emacs/anaconda-mode#164 is making Anaconda unusable right now. Based on quick testing Elpy seems to be nicer in general too. Plus it's so commonly used that Googling related to it should be easier.
Generally the autocompletion seems to be working ok and popping up with correct methods and the documentation, but it constantly opens a new emacs window with:
status: (:error (error connection-failed failed with code 10061 : host 127.0.0.1 :service 9000))
point 1
It wouldn't be so bad but focus jumps to that window every time
Emacs 25, 64 bit, latest anaconda-mode, setup is the default spacemacs configuration
The text was updated successfully, but these errors were encountered: