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
Good evening community, how are you?
I discovered Venom some time ago, but I only now decided to test it.
However, I can't make it run in the simplest way, I always get an error. Can anybody help me?
I'm trying to run it on a 2019 Intel Mac Pro.
/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:679
const timeoutError = new Errors_js_1.TimeoutError(waiting for ${options.title} failed: timeout ${options.timeout}ms exceeded);
^
TimeoutError: waiting for function failed: timeout 30000ms exceeded
at new WaitTask (/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:679:34)
at DOMWorld.waitForFunction (/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:610:26)
at Frame.waitForFunction (/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:959:32)
at Page.waitForFunction (/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:2167:33)
at /Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/venom-bot/dist/controllers/browser.js:207:47
at step (/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/venom-bot/dist/controllers/browser.js:44:23)
at Object.next (/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/venom-bot/dist/controllers/browser.js:25:53)
at fulfilled (/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/venom-bot/dist/controllers/browser.js:16:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I've already updated puppeteer to several versions and in some the application doesn't even launch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good evening community, how are you?
I discovered Venom some time ago, but I only now decided to test it.
However, I can't make it run in the simplest way, I always get an error. Can anybody help me?
I'm trying to run it on a 2019 Intel Mac Pro.
/Users/brunoruiz/Projects/FuturosProjetos/Bruno/node-venom-bot-for-whatsapp/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:679
const timeoutError = new Errors_js_1.TimeoutError(
waiting for ${options.title} failed: timeout ${options.timeout}ms exceeded
);^
I've already updated puppeteer to several versions and in some the application doesn't even launch.
Beta Was this translation helpful? Give feedback.
All reactions