Why chromium browser giving this error when using proxies?

C63

BANNED
Joined
Mar 15, 2021
Messages
1,111
Reaction score
873
1670699635381.png


Hello my friends, I'm using residential proxies for these Chromium Browser, but when sign in to gmail profile using proxies it give me this error.

How to fix this issue?
 
Assuming you are doing this programmatically switch your user agent to mozzila
 
  • Like
Reactions: C63
May be low quality proxies
Banned ips

or legit what the error says.
Thank you very much. I'll try to contact the proxy provider for this.

The official Chromium browser or another like an anti detect browser?
Google is able to detect some IIRC.
Thank you. it's official chromium browser

Assuming you are doing this programmatically switch your user agent to mozzila
Yes dear. I'm sending different user agents to browser profiles. Collecting cache with different user profiles. To do that I need to log each of the time chromium browser with different gmail logins + different proxies(residential rotating)

It could happen because of blacklisted IPs.
Thank you.

Use mobile proxies possible Rotating ones depending on your application
Thank you.
 
Yes dear.
Oh so now it clicks. If you are using automation - that's what Google detects. At least that's one of the possible causes apart from bad cookies. If you are using Selenium and chromedriver is involved - you shoud try either undetected chromedriver (available publicly) or an antidetect solution
 
Oh so now it clicks. If you are using automation - that's what Google detects. At least that's one of the possible causes apart from bad cookies. If you are using Selenium and chromedriver is involved - you shoud try either undetected chromedriver (available publicly) or an antidetect solution

Thank you very much. Im using Chromium browser for automation. If I install this chormedriver it will fix the issue?
 
If I install this chormedriver it will fix the issue?
If you asked this question like 6 months ago, I would prolly say yes it will. But I have tested this undetected chromedriver recently and found out that some captchas still detect it, but Google ain't that smart so I assume it will do just fine.
The key issue is that the undetected chromedriver is packaged with Chromium, project devs kinda joined these two things, and chromedriver gets redownloaded everytime you launch browser instance. If you want to use your chromium, you will need to copy the binary from %HOMEDIR%\AppData\Roaming\undetected_chromedriver (it will have some unique id attached to it, and it must do the job) to your desired location
 
  • Like
Reactions: C63
Open an existing chrome profile or use chrome portable
 
Also when using a MITM proxy manager to spoof traffic it breaks TLS and most anti-bots (including cloudflare) recognise that
 
Back
Top