-
Notifications
You must be signed in to change notification settings - Fork 64
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
Something's not working #1
Comments
Do you use macOS? The solution only works in Windows. |
Oh, I see where you're coming from. No I don't use macOS but I'm currently on Windows 8.1, could that be the reason? |
I cannot replicate the error, but can you try to replace the following line and try it again? Thanks! - 210 Set httpRequest = CreateObject("MSXML2.XMLHTTP")
+ 210 Set httpRequest = CreateObject("WinHttp.WinHttpRequest.5.1") |
It throws a different error now:
|
It seems that the issue may be linked to the HTTP POST request, but unfortunately, I have been unable to replicate it and have run out of ideas for resolving it. As a result, I will leave the issue open in the hopes that someone else may be able to assist. |
Thanks. I'll see what I can do myself as well. |
hello, i got error |
I keep getting this error when I try to make a request:
The text was updated successfully, but these errors were encountered: