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
TypeError:
Cannot read properties of undefined (readin
g 'has') at AsyncFunction.lookup (E:\node\puppeteer\node_mo
dules\puppeteer-page-proxy\src\core\lookup.js:27:33)
The text was updated successfully, but these errors were encountered:
node v16.18.0
puppeteer 19.0.0
puppeteer-page-proxy 1.2.8
const page = await this.browser.newPage()
await useProxy(page, this.proxy_ip[0]);
await page.goto(url)
const data = await useProxy.lookup(page)
console.log(data.ip)
TypeError:
Cannot read properties of undefined (readin
g 'has') at AsyncFunction.lookup (E:\node\puppeteer\node_mo
dules\puppeteer-page-proxy\src\core\lookup.js:27:33)
The text was updated successfully, but these errors were encountered: