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
I am creating a server which regularly executes PS scripts on a WindowsServer host.
I want to use a single shell for executing multiple commands with some idle time in between.
While trying to implement this, I noticed if the shell is idle for more than 3 mins, any further script execution attempts fail with Bad HTTP response returned from server: 400.
The text was updated successfully, but these errors were encountered:
miniagarwal0910
changed the title
Setting IdleTimeout in protocol.open_shell(idle_timeout=3600000) results in Bad HTTP response returned from server: 500 w:SchemaValidationError
Shell returns Bad HTTP response returned from server: 400. when idle for more than 3 minutes
Mar 17, 2024
I am creating a server which regularly executes PS scripts on a WindowsServer host.
I want to use a single shell for executing multiple commands with some idle time in between.
While trying to implement this, I noticed if the shell is idle for more than 3 mins, any further script execution attempts fail with Bad HTTP response returned from server: 400.
The text was updated successfully, but these errors were encountered: