-
Notifications
You must be signed in to change notification settings - Fork 89
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
connection fails, but spinning icon goes forever #189
Comments
same here on Windows 10 |
I am having this issue as well. However, as a work around until it gets fixed, you can delete the %appdata%\SSHFS-Win Manager folder. It clears everything. |
Did not resolve the issue for me. |
A workaround for me was to, exit There are possibilities where it may not connect due to conflicting mount points, say a removable usb drive that has been connected that took over the letter, or a network drive that used the same drive letter. "state": {
"Data": {
"connections": [
{
"advanced": {
"connectOnStartup": false,
"customCmdlOptions": [],
"customCmdlOptionsEnabled": false,
"reconnect": true
},
...
"status": "connecting",
},
... changed to "state": {
"Data": {
"connections": [
{
"advanced": {
"connectOnStartup": false,
"customCmdlOptions": [],
"customCmdlOptionsEnabled": false,
"reconnect": true
},
...
"status": "disconnected",
},
... |
Yes it is only by "Connect On Startup" Think to many Connections on same time and no check if allready "connected" We need a Cancel Button or a recheck if "connected"
Change connectOnStartup to "false"
|
So I had a local ip change to a ssh server I usually mount. It isn't a huge deal I can usually just go in and change it. I am unable to do that now though as the spinning icon just continues forever. Hitting edit mode or delete mode does nothing. Closing the manager and re-opening doesn't help.
On Windows 11 and using 1.31
The text was updated successfully, but these errors were encountered: