-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Should we remove the dependency to IE? #136
Comments
I'm not able to reproduce this issue. I built a new server and ran Can you provide some details of the OS and PowerShell version please? Does it just fail on file transfers or do other API calls result in the same error? Non file transfers use the |
Hmm.. I've never had this problem before either. But I have normally open IE before I start Qlik-CLI, so I can't be sure how frequent this is. (Need IE to download Chrome, you know. : ) This server is (from 'systeminfo'): $PSVersionTable: Now that we have opened IE it all works, so we struggle reproducing it as well. 🙄 |
I can reproduce on PS4 but not on PS5.1, only a slight difference in version 5.1.17763.1007. It's weird but at least I can reproduce and test a fix. |
We suddenly got this message:
We found a solution on StackOverflow:
https://stackoverflow.com/questions/38005341/the-response-content-cannot-be-parsed-because-the-internet-explorer-engine-is-no
Our solution was to start IE. 😆
But it might be better to user the
-UseBasicParsing
onInvoke-WebRequest
incore.ps1
Just as a suggestion. :)
The text was updated successfully, but these errors were encountered: