chisel icon indicating copy to clipboard operation
chisel copied to clipboard

Cannot run a document in the middle of a pipeline

Open joeldeleep opened this issue 2 years ago • 1 comments

While doing the reverse port forwarding from a Windows client using the 32-bit binary, it is throwing the below error. It will throw the same error for a 64-bit version.

Cannot run a document in the middle of a pipeline: C:\Utils\chisel32.

    + CategoryInfo          : InvalidOperation: (C:\Utils\chisel32:String) [], RuntimeException 

    + FullyQualifiedErrorId : CantActivateDocumentInPipeline 

joeldeleep avatar Oct 11 '23 09:10 joeldeleep

it looks like you are missing the .exe extension try adding that into the command

molangning avatar Oct 24 '23 16:10 molangning