Skip to content
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

Open
AyomideA-S opened this issue Mar 5, 2023 · 7 comments
Open

Something's not working #1

AyomideA-S opened this issue Mar 5, 2023 · 7 comments

Comments

@AyomideA-S
Copy link

I keep getting this error when I try to make a request:

Error -2146697211: The system cannot locate the resource specified.

Line: 270

@Sven-Bo
Copy link
Owner

Sven-Bo commented Mar 5, 2023

Do you use macOS? The solution only works in Windows.

@AyomideA-S
Copy link
Author

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?
Thanks for your swift reply! I really appreciate it.

@Sven-Bo
Copy link
Owner

Sven-Bo commented Mar 5, 2023

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")

@AyomideA-S
Copy link
Author

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:

Error -2147012739: An error occurred in the secure channel support

Line: 270

@Sven-Bo
Copy link
Owner

Sven-Bo commented Mar 5, 2023

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.

@AyomideA-S
Copy link
Author

Thanks. I'll see what I can do myself as well.

@Waqarkhan777
Copy link

hello, i got error
"Request failed with status 404"
what i can do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants