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

A non-recoverable error occurred during a database lookup #130

Closed
SirDeveloperOrg opened this issue Nov 6, 2021 · 1 comment
Closed

Comments

@SirDeveloperOrg
Copy link

A non-recoverable error occurred during a database lookup

Idk why but must times I get this error when I trying to connect to:

https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=all

image

My internet connection is stable and its super fast, and I have no problem when I open the following URL in my browser.

I use the below code:

using (HttpRequest Request = new HttpRequest())
{
Request.UserAgent = Http.ChromeUserAgent();
Request.KeepAlive = false;
Request.ConnectTimeout = 60000;
Request.ReadWriteTimeout = 60000;
return Request.Get("https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=all").ToString();
}
@SirDeveloperOrg
Copy link
Author

Problem fixed by uninstalling my VPN.

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

1 participant