-
Notifications
You must be signed in to change notification settings - Fork 53
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
For some reason it does not seem use the proxy to make the request, even after declaring the param correctly. #18
Comments
You set you proxy for http, but your url is https. |
Is there a way I can only call https proxies from the library? |
What happens if you change the url to: otherwise use Since most of the proxies have https |
I just read through the code and found the following. It scrapes all the proxies list here than applies the fillters and tries the proxy if it is working. If the proxies is working than it will be returned to you. Maybe google proxies aren't working at all. See here But I have rewritten the code so maybe it works for you usecase. Add this code at the beginning of your code. You may need to install some packages.
run the following
results in a 400 Error Page not found: Can't translate this page Go to original pageif i run this:
It says that google has detected unnormal traffic and wants you to solve an captcha <Response [429]> <title>https://www.google.com/search?q=free+proxies&oq=free+proxies&aqs=chrome..69i57j69i60l2.2937j0j9&sourceid=chrome&ie=UTF-8</title><script src="https://www.google.com/recaptcha/api.js" async defer></script> <script>var submitCallback = function(response) {document.getElementById('captcha-form').submit();};</script>
About this page
Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. Why did this happen?
This page appears when Google automatically detects requests coming from your computer network which appear to be in violation of the Terms of Service. The block will expire shortly after those requests stop. In the meantime, solving the above CAPTCHA will let you continue to use our services.
This traffic may have been sent by malicious software, a browser plug-in, or a script that sends automated requests. If you share your network connection, ask your administrator for help — a different computer using the same IP address may be responsible. Learn more Sometimes you may be asked to solve the CAPTCHA if you are using advanced terms that robots are known to use, or sending requests very quickly. IP address: 95.111.225.137 <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script>var submitCallback = function(response) {document.getElementById('captcha-form').submit();};</script>
About this page
Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. Why did this happen?
This page appears when Google automatically detects requests coming from your computer network which appear to be in violation of the Terms of Service. The block will expire shortly after those requests stop. In the meantime, solving the above CAPTCHA will let you continue to use our services.
This traffic may have been sent by malicious software, a browser plug-in, or a script that sends automated requests. If you share your network connection, ask your administrator for help — a different computer using the same IP address may be responsible. Learn more Sometimes you may be asked to solve the CAPTCHA if you are using advanced terms that robots are known to use, or sending requests very quickly. IP address: 95.111.225.137 |
As said above. I have tried printing/logging the proxy it gets and it gets printed. It just doesn't get used while making the request. What could the reason be?
As you can see below, the proxy being used is the localIP while the proxy being pulled by the library is also being printed successfully.
https://i.imgur.com/aoqpvLf.png
Snippet:
The text was updated successfully, but these errors were encountered: