Skip to content
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

WinSCP Integration Problem (GENIUNE!!) #10337

Closed
patildhruv opened this issue Mar 3, 2025 · 2 comments
Closed

WinSCP Integration Problem (GENIUNE!!) #10337

patildhruv opened this issue Mar 3, 2025 · 2 comments
Labels

Comments

@patildhruv
Copy link

"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

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

Would love to see your take on this @Eugeny 😃😃

@patildhruv
Copy link
Author

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

Image

@patildhruv patildhruv changed the title WinSCP Integration Problem WinSCP Integration Problem (GENIUNE!!) Mar 4, 2025
@cnrenil
Copy link

cnrenil commented Mar 4, 2025

#10308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants