Best is to ask support for the error.
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