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

Chromium Errors on Startup #136

Open
ylluminarious opened this issue Aug 24, 2021 · 1 comment
Open

Chromium Errors on Startup #136

ylluminarious opened this issue Aug 24, 2021 · 1 comment

Comments

@ylluminarious
Copy link

I ran:

$ proxy-lists getProxies --countries="us" --output-format="txt"

And got the following errors:

(node:77245) UnhandledPromiseRejectionWarning: Error: Page crashed!
    at Page._onTargetCrashed (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Page.js:158:24)
    at CDPSession.Page.client.on.event (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Page.js:134:56)
    at CDPSession.emit (events.js:198:13)
    at CDPSession._onMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Connection.js:232:12)
    at Connection._onMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Connection.js:119:19)
    at WebSocket.emit (events.js:198:13)
    at Receiver.receiverOnMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/websocket.js:720:20)
    at Receiver.emit (events.js:198:13)
    at Receiver.dataMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/receiver.js:414:14)
    at Receiver.getData (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/receiver.js:346:17)
(node:77245) Unhan(node:77245) UnhandledPromiseRejectionWarning: Error: Page crashed!
    at Page._onTargetCrashed (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Page.js:158:24)
    at CDPSession.Page.client.on.event (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Page.js:134:56)
    at CDPSession.emit (events.js:198:13)
    at CDPSession._onMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Connection.js:232:12)
    at Connection._onMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Connection.js:119:19)
    at WebSocket.emit (events.js:198:13)
    at Receiver.receiverOnMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/websocket.js:720:20)
    at Receiver.emit (events.js:198:13)
    at Receiver.dataMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/receiver.js:414:14)
    at Receiver.getData (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/receiver.js:346:17)
(node:77245) UnhandledPromiseRejectionWarning: Error: Page crashed!
    at Page._onTargetCrashed (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Page.js:158:24)
    at CDPSession.Page.client.on.event (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Page.js:134:56)
    at CDPSession.emit (events.js:198:13)
    at CDPSession._onMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Connection.js:232:12)
    at Connection._onMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/puppeteer/lib/Connection.js:119:19)
    at WebSocket.emit (events.js:198:13)
    at Receiver.receiverOnMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/websocket.js:720:20)
    at Receiver.emit (events.js:198:13)
    at Receiver.dataMessage (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/receiver.js:414:14)
    at Receiver.getData (/usr/local/lib/node_modules/proxy-lists/node_modules/ws/lib/receiver.js:346:17)

It appears that it's the same error repeating itself. It only stopped when I typed Ctrl+C. I believe this has something to do with Chromium crashing although I'm not sure why.

System information:

  • macOS 10.15.7
  • node v10.16.3
    • also using node via nvm 0.35.3
  • proxy-lists 1.15.3, installed via npm install -g proxy-lists

As a workaround, https://pzzqz.com/ seems to be working as an alternative for this tool. Several PR's have already mentioned integrating it, although that wouldn't help resolve the error which is occurring at startup.

@jwdeaa
Copy link

jwdeaa commented Oct 9, 2022

@ylluminarious

you also can use pzzqz.com api to get free proxy list.

help doc:
https://pzzqz.com/settings/profile

image

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

2 participants