GoogleScraper icon indicating copy to clipboard operation
GoogleScraper copied to clipboard

Not getting username and password for HTTP proxies

Open abhanan93 opened this issue 8 years ago • 3 comments

I am using HTTP/HTTPS proxies with my GoogleScraper module. I am currently using HTTP protocol with the proxies list in the file but when the Chrome opens for scraping, it still asks for username and password for the proxy in a dialog box.

I have also tried specifying HTTPS protocol with the proxies in the file but HTTPS proxies doesn't seem to work a little bit. And I get this error for HTTPS.

sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) CHECK constraint failed: proxy [SQL: 'UPDATE proxy SET port=?, proto=? WHERE proxy.id = ?'] [parameters: ('80', 'https', 1)]

abhanan93 avatar Nov 14 '16 12:11 abhanan93

I get the same problem. Did you find a solution for this meanwhile?

mlifemaker avatar Aug 14 '17 16:08 mlifemaker

How does your proxy file look like?

VeeeneX avatar Aug 15 '17 06:08 VeeeneX

like this:

87.56.88.229:1071 proxuser:freeuse

mlifemaker avatar Aug 15 '17 09:08 mlifemaker