[Fixed]Recaptcha 2.0 not working. wrong image-box size. [IMAGE ATTACHED]
-
It used to work some days ago, but actually the captcha image-box size is wrong when loaded on BAS; cause of this BAS try to click the correct box outside of the captcha-box.
-
@Biellonzo This is not a BAS error. Open the site through TOR, now all Recaptcha in this form.
-
@Fox Thank for your reply, but i still don't understand how i should implement a workaround for this.
I'm not opening the website through TOR, i'm just doing what i was doing correctly until 2 days ago, select the recaptcha box and have BAS to solve recaptcha 2.0. It used to work and now doesn't work anymore, cause o the image-box size.
How can i implement a workaround for this ?
-
@Biellonzo In TOR, this is obtained by changing the size of the browser window. Try this in BAS.
-
@Fox I appreciate your reply, but how can i perform such workaround action on BAS? I mean, the software handle all by itself, and i cannot find any reference on how to resize the browser to apply your workaround.
Do you have any idea on how to perform that on BAS ?
-
@Biellonzo Try Browser > Resolution.
-
@Fox Thank you, i found the way to implement this workaround, basically by clicking first on the recaptcha checkbox, then resizing, then starting the BAS recaptcha 2.0 solving procedure.
Anyway, i inviste @support to look into this, cause this should be automated in the native Solve Recaptcha 2.0 module of BAS
-
@Biellonzo This error began to appear literally the day before yesterday. It does not appear on all Recaptcha.
But I agree that this solution can be integrated into BAS.
-
@Fox Unfortunately we celebrated our "victory" too soon, so if you have any other suggestion will be appreciated.
I applied this workaround inside a BAS script (starting the captcha, clicking anywhere, resizing) then starting the Solve Captcha 2.0 procedure.
Unfortunately, if you do this, BAS doesn't recognize the captcha image box (cause it was already present as element) and the solving procedure freeze there, then timeout.
i invite @support again in looking for this issue.
-
@Biellonzo Give me the website address to check the error of the Recaptcha solution.
-
@Fox sent the website address through the chat, thank you.
-
No update or ETA for the solution of this bug?
-
@Biellonzo If you use 2captcha-newapi, you dont even need to open the recapthca, it solves it automatically.
-
@genadijs34 I think is pretty clear that this issue involve the ones that use Capmonster as captcha solving. Anyway, thanks for your contribution
-
Thanks for reporting, will fix in next release
-
@Biellonzo Fixed. Can download here https://drive.google.com/file/d/0B-sqEGE7Jbc7Xzh6YnJuRVI5MlU/view?usp=sharing
Technical details:
The issue was with window.outerWidth == 0 in BAS, and some startnge code
window.outerWidth || window.innerWidth
from recaptcha service. If window.outerWidth == 0, so function, which calculates screen width, returned window.innerWidth which was always 304px, because code executed in captcha frame.