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 recent addition #53 is failing with a channelFailure. As discussed, I'm fairly sure this worked initially but I'm certainly now hitting the channelFailure very reliably.
The error can be avoided by sending the env request with wantReply: false but in that case the env variable isn't actually being set:
That said, I wasn't sure what it means to "want a reply" when creating an instance of SSHChannelRequestEvent.EnvironmentRequest.
I'd like to use the exact kind of setup that @finestructure outlined in the issue - setting an environment variable before invoking a remote command - in a shell context or not - and want to understand how best to arrange that with Citadel.
My recent addition #53 is failing with a
channelFailure
. As discussed, I'm fairly sure this worked initially but I'm certainly now hitting thechannelFailure
very reliably.The error can be avoided by sending the env request with
wantReply: false
but in that case the env variable isn't actually being set:→
Also,
inShell
true or false does not make a difference.I've tried moving the env request's
triggerUserOutboundEvent
intocreateChannel
but also to no effect.I'm not sure what else to try 🤔
The text was updated successfully, but these errors were encountered: