pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Tramp Connection Issues #394

Open cartesian-theatrics opened 4 years ago

cartesian-theatrics commented 4 years ago

I'm getting this error in anaconda-response when using tramp to visit a file on a local sandbox container:

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

When I manually override the host address it works:

(setq anaconda-mode-localhost-address "sandbox") 

Seems like it's not setting up the ssh forwarding somehow.

cartesian-theatrics commented 4 years ago

Looks like the problem is pythonic doesn't check for sshx. It's working now with this fix: https://github.com/pythonic-emacs/pythonic/pull/17