PrinceT078

Results 4 issues of PrinceT078

Is there any plan to add support for Node20.x? If yes, when? and If not, what would be the best package to replace this? Thanks.

Lambda 1: playwright-aws-lambda v0.9.0 Node 16 Lambda 2: playwright-aws-lambda v0.10.0 Node 18 AWS Lambda CI/CD Gitlab When trying to go to a URL with page.goto(), getting continuous error - 'Error:...

I am scraping a website using playwright with @sparticuz/chromium in AWS Lambda. It sometimes throws below error on page.goto(): ` page.goto: net:: ERR_INSUFFICIENT_RESOURCES ` Code structure: An API call is...

bug

I upgraded my lambda to Node 20 and tried using playwright-aws-lambda but throws below error: ```` Error: browserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n /tmp/chromium --disable-field-trial-config --disable-background-networking...