-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unable to abort connection. #9
Comments
Welp, I found a workaround after reading some of the closed issues. I just deleted the b0rked profile in the JSON at %AppData%\sshfs-win-manager\vuex.json. |
You could just edit the |
For those who have this issue this is the fix:
A bug fix for this will be present in the next release. |
Hi @evsar3 I have a proposal. WDYT? |
Hi @seahindeniz Whats is happenning is that sometimes the program losts the track of the PID of Unfortunely in the current version I made a project mistake and didn't store the PID of the process in vuex state, only its status; thats impossibilite the connection status checking on manager startups; fixing this will require a lot of refactor, some that I have already made. I'm open for suggestions on fixing this. |
Maybe check both PID and that mount point is not in use? |
@Skydev0h That's actually a good idea, however, what can we do when the mount point is in use but we don't have the PID of the |
@Skydev0h I just had an idea: When the connection times out, I can get the list of all |
Bug fixed in abecc43 Should be released in beta at weekend. |
This fix is included in v1.1.0-beta.1 release |
I ran into this issue with 1.0.2-beta.2 I had two sites that were trying to connect and stuck spinning forever. I restarted the related services and restarted SSHFS-Win Manager but nothing helped. Eventually, I found out about editing that json file but it would be better to have a solution in the UI. It might be helpful to have a "Reset all connection" option, somewhere that would disconnect everything. Alternatively, we need a "force disconnect" for a specific connection. |
So, I screwed something up and want to remap a connection.
Unfortunately, I set SSHFS-Win Manager up to autostart.
So, the manager hangs on startup, and I can't edit/delete the b0rked connection.
Additionally, I don't see a manner in which to bypass or abort the connection (I removed the Manager from autostart, however it immediately attempts to connect once I start the manager).
Halp.
Let me know if I need to provide you any diagnostic info. I think all I really need is to know where the manager stores its connections, and just blow away those settings.
kthnxby!
The text was updated successfully, but these errors were encountered: