-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Question] "Cannot read property 'launch' of undefined" #3084
Comments
It seems like its caused by that issue: #2905 since they are using |
Hi max
tnx a lot,
Is there any workaround to start aws lambda with plw core 1.2.1
I am using plw core 1.0.2 and it works fine.
Max Schmitt <[email protected]> schrieb am Mi., 22. Juli 2020, 12:38:
… It seems like its caused by that issue: #2905
<#2905> since they are
using playwright-core internally to launch Chromium.
https://github.com/JupiterOne/playwright-aws-lambda/blob/537234f35a59f4e54445958fb508c45431d9276c/src/chromium.ts#L102-L107
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3084 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJQZIDD6CJMFEGLJOQMWUADR426RZANCNFSM4PERBE7A>
.
|
I think if you add this to your
|
Hi Max, I created new layer with: package.json
Error:
an then i deleted "playwright-chromium": "^1.2.1" from json file and uploaded new layer,
this does not help. am i doing something wrong? |
Closing as dupe of #2905 |
Hi Team,
I am playing with AWS Lambda and Playwright.
with "playwright-aws-lambda": "^0.5.2", "playwright-core": "^1.0.1", works fine
but with "playwright-aws-lambda": "^0.5.2", "playwright-core": "^1.2.1", does not work.
what could be a problem?
my Code:
Error Message:
tnx a lot
The text was updated successfully, but these errors were encountered: