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:
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: