(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. SeveralPR's have already mentioned integrating it, although that wouldn't help resolve the error which is occurring at startup.
I ran:
And got the following errors:
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
node
vianvm 0.35.3
proxy-lists 1.15.3
, installed vianpm 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.