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
My own dumb fault. The script that was triggering the SSH2 connection was, in essence, inadvertently quitting the app before the connection could even start, which was why that error was occurring, and also why it was beachballing.
I'm trying to build a small Electron app, and I'm running into an issue trying to connect to my host.
Code:
Error that I'm getting:
When I try adding
conn.on('error', function(err){ console.log(error) })
, the app just freezes and logs nothing to the console.The text was updated successfully, but these errors were encountered: