anaconda-mode
anaconda-mode copied to clipboard
Tramp Connection Issues
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.
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