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
"Launch WinSCP" from tab not working:
Normally as per the WinSCP integration the /keygen command should work but when analyzed from DevTools the error is shown.
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
at resolvePromise (zone.js:1193:31)
at zone.js:1100:17
at zone.js:1116:33
at rejected (C:\Program Files\Tabby\resources\builtin-plugins\tabby-ssh\dist\index.js:6816:9)
at _ZoneDelegate.invoke (zone.js:368:26)
at Object.onInvoke (ng_zone.ts:423:29)
at _ZoneDelegate.invoke (zone.js:367:52)
at Zone.run (zone.js:127:43)
at zone.js:1257:36
at _ZoneDelegate.invokeTask (zone.js:402:31)
at Object.onInvokeTask (ng_zone.ts:408:29)
at _ZoneDelegate.invokeTask (zone.js:401:60)
at Zone.runTask (zone.js:171:47)
at drainMicroTaskQueue (zone.js:581:35)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
To Reproduce:
Log in any SSH session having a saved OpenSSH or Putty key file, Right Click current tab and click on Launch WinSCP.
I even tried to edit the C:\Program Files\Tabby\resources\builtin-plugins\tabby-ssh\src\services\ssh.service.ts
But I lack some typscript skills😅, even tried working on the issue on weekends but still can't find out the problem
I found this commented code at C:\Program Files\Tabby\resources\builtin-plugins\tabby-ssh\dist\index.js and C:\Program Files\Tabby\resources\builtin-plugins\tabby-ssh\src\services\ssh.service.ts
Is this comment intended?
P.S. I tried uncommenting it but then tabby refuses to load completely, basically stuck on the loading screen
patildhruv
changed the title
WinSCP Integration Problem
WinSCP Integration Problem (GENIUNE!!)
Mar 4, 2025
"Launch WinSCP" from tab not working:
Normally as per the WinSCP integration the /keygen command should work but when analyzed from DevTools the error is shown.
error_handler.ts:45 ERROR Error: Uncaught (in promise): Error: Command failed: C:\Program Files (x86)\WinSCP\WinSCP.com /keygen C:\Users\dhruv\AppData\Local\Temp\tmp-28688-t40Zcg1ojxZJ /output=C:\Users\dhruv\AppData\Local\Temp\tmp-28688-t40Zcg1ojxZJ
Error: Command failed: C:\Program Files (x86)\WinSCP\WinSCP.com /keygen C:\Users\dhruv\AppData\Local\Temp\tmp-28688-t40Zcg1ojxZJ /output=C:\Users\dhruv\AppData\Local\Temp\tmp-28688-t40Zcg1ojxZJ
To Reproduce:
Log in any SSH session having a saved OpenSSH or Putty key file, Right Click current tab and click on Launch WinSCP.
I even tried to edit the
C:\Program Files\Tabby\resources\builtin-plugins\tabby-ssh\src\services\ssh.service.ts
But I lack some typscript skills😅, even tried working on the issue on weekends but still can't find out the problem
Would love to see your take on this @Eugeny 😃😃
The text was updated successfully, but these errors were encountered: