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: Evaluation failed: ReferenceError: webpackJsonp is not defined #689

Open
bakwc opened this issue Dec 21, 2021 · 2 comments
Open

Error: Evaluation failed: ReferenceError: webpackJsonp is not defined #689

bakwc opened this issue Dec 21, 2021 · 2 comments

Comments

@bakwc
Copy link

bakwc commented Dec 21, 2021

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)
@MaueDev
Copy link

MaueDev commented Jan 12, 2022

it happened to me too

@caickdias
Copy link

caickdias commented Aug 17, 2023

Hello! I solved that using npm install puppeteer@latest

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

4 participants
@bakwc @caickdias @MaueDev and others