We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
InvokeCWCWebRequest.ps1 does not seem to handle Invoke-Webrequest errors properly when catching then. (# Issue Request, like 24)
This happens to me in Powershell 7, on Windows and Linux.
The error: "Connect-CWC: Method invocation failed because [System.Net.Http.HttpResponseMessage] does not contain a method named 'GetResponseStream'"
I ran into this when connecting to CWC with a user that has insufficient permissions.
The text was updated successfully, but these errors were encountered:
christaylorcodes
No branches or pull requests
InvokeCWCWebRequest.ps1 does not seem to handle Invoke-Webrequest errors properly when catching then.
(# Issue Request, like 24)
This happens to me in Powershell 7, on Windows and Linux.
The error:
"Connect-CWC: Method invocation failed because [System.Net.Http.HttpResponseMessage] does not contain a method named 'GetResponseStream'"
I ran into this when connecting to CWC with a user that has insufficient permissions.
The text was updated successfully, but these errors were encountered: