MikhailGlv / puppeteer-extra-plugin-recaptcha-custom

11 stars 8 forks source link

after solving captcha page body gets deleted? #1

Open vans163 opened 5 years ago

vans163 commented 5 years ago

After solving captcha with this, the page body is null.

Also a small fix script[src="https://www.google.com/recaptcha/api.js"] should be script[src^="https://www.google.com/recaptcha/api.js"] in index.ts for finding if captcha loaded.

MikhailGlv commented 5 years ago

Actually it might be result of navigation after solving invisible captcha. Try to wait some time after captcha resolution.

vans163 commented 5 years ago

No matter how long I sleep for, its null.

This is what page looks like. You can see scrollbars still there, but entire body is deleted.

GitHub Logo

MikhailGlv commented 5 years ago

Weird. I haven't seen any code in this plugin deleting content. Do you use other extra-plugins? Try to launch test without any other plugins except recaptcha.

vans163 commented 5 years ago

Disabled all plugins except this one. Same thing, any tips for diagnosing what may be wrong?