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
Error -2146697208: The download of the specified resource has failed. Line: 270
' Open and send the HTTP request 230 With httpRequest 240 .Open "POST", API_ENDPOINT, False 250 .SetRequestHeader "Content-Type", "application/json" 260 .SetRequestHeader "Authorization", "Bearer " & API_KEY 270 .send (requestBody) 280 End With
The text was updated successfully, but these errors were encountered:
Hi,
I've tried to replace line 210 Set httpRequest = CreateObject("MSXML2.XMLHTTP") to Set httpRequest = CreateObject("WinHttp.WinHttpRequest.5.1")
Set httpRequest = CreateObject("MSXML2.XMLHTTP")
Set httpRequest = CreateObject("WinHttp.WinHttpRequest.5.1")
and now I got another error Error -2147012866: The connection with the server was terminated abnormally Line: 270
Error -2147012866: The connection with the server was terminated abnormally Line: 270
Sorry, something went wrong.
See Issue #1
No branches or pull requests
Error -2146697208: The download of the specified resource
has failed.
Line: 270
The text was updated successfully, but these errors were encountered: