You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extra Chrome flags (disable-component-update, etc.) → fails
Plain HTTP forwarding fix in ProxyForwarder → fails
Key observation
Had 8 consecutive successes with ISP proxy initially, then after a Chrome crash (5 parallel requests), it never worked again — even with fresh IPs and clean install. Same Google account generates images fine from a real Windows PC browser.
Questions
Is there something specific about the nodriver/Chrome setup that needs configuration for reCAPTCHA to pass?
Environment
Problem
reCAPTCHA tokens are generated successfully (~2800 chars), but Google's server-side evaluation always returns 403:
{"error":{"code":403,"message":"reCAPTCHA evaluation failed","status":"PERMISSION_DENIED","details":[{"reason":"PUBLIC_ERROR_SOMETHING_WENT_WRONG"}]}}What I verified
What I tried
Key observation
Had 8 consecutive successes with ISP proxy initially, then after a Chrome crash (5 parallel requests), it never worked again — even with fresh IPs and clean install. Same Google account generates images fine from a real Windows PC browser.
Questions