@selenagomez2391 I tried authorizing on 2 IPs and got the result that:
On each IP, I can get 100 fingerprints every 3 minutes.
So, IP authorization cannot reach 1000 requests every 3 minutes.
It never happened before.
Error: Failed to get proxy ip
-
const { plugin } = require('browser-with-fingerprints');
const browser = await plugin.launch({
// The syntax for specifying an argument value
// is exactly the same as for using a separate method.
args: ['--proxy-server="my proxy service url and port"],
}); -
@bfs @leethan please check solution here:
https://github.com/CheshireCaat/puppeteer-with-fingerprints/issues/119