anaconda-mode icon indicating copy to clipboard operation
anaconda-mode copied to clipboard

Tramp Connection Issues

Open cartesian-theatrics opened this issue 5 years ago • 1 comments

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 avatar Jul 31 '20 04:07 cartesian-theatrics

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

cartesian-theatrics avatar Jul 31 '20 05:07 cartesian-theatrics