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
Hi! I'm trying to run an example (from README.md), and getting crash:
filipp@~/koding/test$ node mybot.js
Running mybot
✓ Checking for updates
✓ Authenticated
/Users/filipp/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:217
throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails));
^
Error: Evaluation failed: ReferenceError: webpackJsonp is not defined
at eval (eval at waitForPredicatePageFunction (:2:23), <anonymous>:5:25)
at eval (eval at waitForPredicatePageFunction (:2:23), <anonymous>:6:23)
at onRaf (__puppeteer_evaluation_script__:49:35)
at pollRaf (__puppeteer_evaluation_script__:42:15)
at waitForPredicatePageFunction (__puppeteer_evaluation_script__:7:22)
at ExecutionContext._evaluateInternal (/Users/filipp/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:217:19)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async WaitTask.rerun (/Users/filipp/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:528:23)
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to run an example (from README.md), and getting crash:
The text was updated successfully, but these errors were encountered: