Athlon1600/SerpScraper

Undefined index: banner

Closed this issue · 2 comments

Hi,
I'm currently having problem with this every time I've encountered a captcha.
just to add I do have deathbycaptcha account.

Notice: Undefined index: banner in C:\wamp\www\newathlon\vendor\athlon1600\serpscraper\src\Captcha\dbc_api.php on line 801

Thanks.

That's actually the problem with the code from DeathByCaptcha people themselves. I didn't write that API, that came from them. So when they need fix it, I'll update it here. I'd rather not try and fix it myself because I don't know how their stuff works. Either way, captcha solving works, that warning is meaningless and I would just ignore it like this:

@$google->solveCaptcha($dbc);

Thanks Athlon. Hope they will fix the problem soon. I added already the line and it works in ignoring the warning.

I really appreciate your work. Thanks once again.