Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #83

Open
pretty-foam opened this issue Oct 18, 2022 · 0 comments
Open

error #83

pretty-foam opened this issue Oct 18, 2022 · 0 comments

Comments

@pretty-foam
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant