google search 18th of May, 2020

Status
Not open for further replies.

alexgarciab

New member
@Mark Miller we are still getting a high number of ERROR_CAPTCHA_UNSOLVABLE replies.
Out of the test that we made, checking out the last 100 requests on 2Captcha, we got 28 replies with that error, and the rest of the replies went through correctly.

Any ideas on how to improve that rate? We are doing 1 request per IP, so not repeated IPs are used.

P.S. would it be possible to view more than 100 request on: https://2captcha.com/statistics/uploads?maxpage=1000&mode=all&idtoshow=

Even if I set up the number to 1000, I only can see last 100.
 

sonsoixam

New member
Show an example of URL. And what does it mean it doesnot work? What happens when you open the URL?

my final url :

Code:
https://www.google.com/sorry/index?q=EgR7FGesGNeq1fgFIhkA8aeDS5YD4NEcfV3se2PT9tRHULiUHRLxMgFy&continue=https://www.google.com.vn/search?source=hp&ei=UlUVX77fDsiWr7wPvfuemAw&q=allintitle%3Alam+dep&g-recaptcha-response=03AGdBq25UlBXE8swW85nMUCPtHUmTzFkeh0NrpBU4IHcr5Z9oSxNZyeovZwEXOsO8OJoQ4TCz8QlKPTpWCERr-mP6tghrgI6DFhQlfcb6ysnjoqSyi77TYV7hB8Ir7Q9GeE5iGTX3fy2YmMGmzNYVIaZ58h3-jiFCCQN300awKN-8i4CTInXM0i5x58SP26oZpsnvCkSPh2dcMpnHyj_uoLNlR6rR0E2erW8xuF6rnG_nLNLwev8IM6nQdwGC2eUD1CvcoI4xF8KDu8qW3QLG1ePbUSAL16NgTm4jlEsO9PRr5x2hUrHC5sIX70XnSuXFsomKdN-soXu327rSaYSIWMMznBmFN635vKY_2aTw0STqbWdgbgQaGthLNVSTgRwFg-axmFNCaVNAoqilcKECrGX4jmp-fOD5Pg
when i open url , it shows like this image and nothing happens1595833688189.png
 

Mark Miller

2Captcha Engineer
Staff member
my final url :

Code:
https://www.google.com/sorry/index?q=EgR7FGesGNeq1fgFIhkA8aeDS5YD4NEcfV3se2PT9tRHULiUHRLxMgFy&continue=https://www.google.com.vn/search?source=hp&ei=UlUVX77fDsiWr7wPvfuemAw&q=allintitle%3Alam+dep&g-recaptcha-response=03AGdBq25UlBXE8swW85nMUCPtHUmTzFkeh0NrpBU4IHcr5Z9oSxNZyeovZwEXOsO8OJoQ4TCz8QlKPTpWCERr-mP6tghrgI6DFhQlfcb6ysnjoqSyi77TYV7hB8Ir7Q9GeE5iGTX3fy2YmMGmzNYVIaZ58h3-jiFCCQN300awKN-8i4CTInXM0i5x58SP26oZpsnvCkSPh2dcMpnHyj_uoLNlR6rR0E2erW8xuF6rnG_nLNLwev8IM6nQdwGC2eUD1CvcoI4xF8KDu8qW3QLG1ePbUSAL16NgTm4jlEsO9PRr5x2hUrHC5sIX70XnSuXFsomKdN-soXu327rSaYSIWMMznBmFN635vKY_2aTw0STqbWdgbgQaGthLNVSTgRwFg-axmFNCaVNAoqilcKECrGX4jmp-fOD5Pg
when i open url , it shows like this image and nothing happensView attachment 62


That happened because your IP is temporary blacklisted. You should change the proxy.
 

Mark Miller

2Captcha Engineer
Staff member
@Mark Miller we are still getting a high number of ERROR_CAPTCHA_UNSOLVABLE replies.
Out of the test that we made, checking out the last 100 requests on 2Captcha, we got 28 replies with that error, and the rest of the replies went through correctly.

Any ideas on how to improve that rate? We are doing 1 request per IP, so not repeated IPs are used.
Unfortunately there's no known way to improve that rate at the moment.

P.S. would it be possible to view more than 100 request on: https://2captcha.com/statistics/uploads?maxpage=1000&mode=all&idtoshow=

Even if I set up the number to 1000, I only can see last 100.
No, it's not possible. The output is limited to 100 requests, any higher value will be ignored.
 

Petr

Administrator
Staff member
Small update

We've performed few tests. At the moment 'test=v' and 'test=r' methods are a bit unstable so I recommend to use the method with data-s value.
1. Block requests to gstatic.com/recaptcha/ and https://www.google.com/recaptcha/api.js
2. When you get a captcha page submit a request to our API with the following parameters:
googlekey: '6LfwuyUTAAAAAOAmoS0fdqijC2PbbdH4kjq62Y1b'
datas: 'DATA-S VALUE FROM PAGE',
q: 'Q VALUE FROM PAGE',
pageurl: 'https://www.google.com/sorry/index?continue=https://www.google.com/search?q=kurwa&num=100&q=EhAqAnIAgBd-3TRlI0zD7SQ0GNDApPkFIhkA8aeDSz-ZXOKT3TqR8t90m1NZmqQqkIgyMgFy' <--- the URL of page where captcha appears
proxy & proxytype with your proxy data. You can also provide your cookies, that can increase the success rate.

When our API returned a token, just add it to the pageurl value like '&g-recaptcha-response=TOKEN' and open the URL.
In case if any failure, change the IP address (rotate proxy).
 
Last edited by a moderator:

sonsoixam

New member
i still cannot pass google sorry/index after receiving token from 2captcha and add &g-recaptcha-response=TOKEN


update : now i bypass success google soory/index with new method . Thank
 
Last edited:

mikro

New member
does anyone have any suggestions for solving the recaptcha using GeckoFX45 browser (GeckoWebBrowser)?
 

Mark Miller

2Captcha Engineer
Staff member
does anyone have any suggestions for solving the recaptcha using GeckoFX45 browser (GeckoWebBrowser)?
I don't think there's something special if GeckoFX allows you to control the browser, run javacscript and manipulate the DOM.
But the main problem is that GeckoFX project looks dead, last updated more than 2 years ago and most probably the browser can be easily detected and blocked by any kind of protection.
I just recommend to use tools that are currently maintained instead of wasting time on GeckoFX.
 
Last edited:

mikro

New member
Yeah I know GeckoFX45 is old. Its just a very large .NET WinForms project so I'm trying to make it work. I'm able to block both of the urls (gstatic.com/recaptcha/ and https://www.google.com/recaptcha/api.js) I'm getting the s-data, q, and continue input values. I was wondering if anyone here is using a browser and solving it successfully? Any tips would be much appreciated.

*Edit: typo fix, also still once I submit the solution via javascript from 2captcha I just get sent to another recaptcha page suggesting that the IP is blocked. I'm using rotating residentials and so far I either don't get a captcha when searching and everything works fine, or I get the captcha and all attempts so far at solving it have failed. Super frustrating. (facepalm)
 
Last edited by a moderator:

Mark Miller

2Captcha Engineer
Staff member
Yeah I know Gecmk45 it old. Its just a very large project so I'm trying to make it work. I'm able to block both of the urls (https://www.gstatic.com/recaptcha/ and https://www.google.com/recaptcha/api.js) I'm getting the s-data, q, and continue input values. I was wondering if anyone here is using a browser and solving it successfully? Any tips would be much appreciated.

We make tests with a browser. Check this code example made for nodejs + puppeeter: https://gist.github.com/2captcha/caada70373fa0dd838a71d6352c8dc0f
 

sonsoixam

New member
Yeah I know Gecmk45 it old. Its just a very large project so I'm trying to make it work. I'm able to block both of the urls (https://www.gstatic.com/recaptcha/ and https://www.google.com/recaptcha/api.js) I'm getting the s-data, q, and continue input values. I was wondering if anyone here is using a browser and solving it successfully? Any tips would be much appreciated.
i using chromium driver to bypass . you dont need to block js , but you have to send data-s , q , continue
 

harebot

New member
1610366079479.png1610366079479.png

Hi any luck now or found any solutions for solving this google search captcha i send request by http get command but didn't success please solve this one solution i facing since last 8 months.
 
Status
Not open for further replies.