You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! So I'm trying to edit files on ssh using this plugin and emacs freezes! I get the following messages in the console, where redacted is the IP of the ssh server I'm connecting to
Tramp: Opening connection for root@[redacted] using ssh...done REQUEST [error] Error (error) while connecting to http://localhost:5600/api/0/buckets/aw-watcher-emacs_localhost.localdomain. REQUEST [error] Failed delete file /ssh:root@[redacted]:/tmp/emacs-requestvFyTDa. Got: (file-error "Couldn’t delete /ssh:root@[redacted]:/tmp/emacs-requestvFyTDa") REQUEST [error] Failed delete file /ssh:root@[redacted]:/tmp/emacs-requestpqzPBG. Got: (file-error "Removing old name: is a directory" "/ssh:root@[redacted]:/tmp/emacs-requestpqzPBG")
It seems it's trying to use its temporary files within the ssh instance.
I'm using Emacs 26.2 from Fedora 30. Let me know if you need more assistance
The text was updated successfully, but these errors were encountered:
Hello! So I'm trying to edit files on ssh using this plugin and emacs freezes! I get the following messages in the console, where redacted is the IP of the ssh server I'm connecting to
Tramp: Opening connection for root@[redacted] using ssh...done REQUEST [error] Error (error) while connecting to http://localhost:5600/api/0/buckets/aw-watcher-emacs_localhost.localdomain. REQUEST [error] Failed delete file /ssh:root@[redacted]:/tmp/emacs-requestvFyTDa. Got: (file-error "Couldn’t delete /ssh:root@[redacted]:/tmp/emacs-requestvFyTDa") REQUEST [error] Failed delete file /ssh:root@[redacted]:/tmp/emacs-requestpqzPBG. Got: (file-error "Removing old name: is a directory" "/ssh:root@[redacted]:/tmp/emacs-requestpqzPBG")
It seems it's trying to use its temporary files within the ssh instance.
I'm using Emacs 26.2 from Fedora 30. Let me know if you need more assistance
The text was updated successfully, but these errors were encountered: