[Fixed]Recaptcha 2.0 not working. wrong image-box size. [IMAGE ATTACHED]
-
@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.