-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
gsap is not defined #5
Comments
Let me look into this for you.
β¦On Sat, 1 Jun 2024, 13:26 Lucas Johnston, ***@***.***> wrote:
Hey π Puppeteer seems to be throwing an undefined error when trying to
run this package.
Error:
Browser.......................................................................OK
Selector..............................................................(#logo) OK
GSAP.....................................................................v3.12.5
/Users/lucas/.nvm/versions/node/v20.11.1/lib/node_modules/gsap-video-export/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221
throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails));
^
Error: Evaluation failed: ReferenceError: gsap is not defined
at <anonymous>:5:37
at ExecutionContext._evaluateInternal (/Users/lucas/.nvm/versions/node/v20.11.1/lib/node_modules/gsap-video-export/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async ExecutionContext.evaluate (/Users/lucas/.nvm/versions/node/v20.11.1/lib/node_modules/gsap-video-export/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)
at async exportVideo (file:///Users/lucas/.nvm/versions/node/v20.11.1/lib/node_modules/gsap-video-export/index.js:339:20)
β
Reply to this email directly, view it on GitHub
<#5>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALZP7L42K2W6HITWBBID7BLZFG4V7AVCNFSM6AAAAABIUDUUDOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDSMJRGQ4DINY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for letting me know! Might be worth a check for this - will take a look later today |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey π Puppeteer seems to be throwing an undefined error when trying to run this package.
Error:
The text was updated successfully, but these errors were encountered: