Antonio Perez

Results 6 comments of Antonio Perez

> Is your very same code running on .NET 7 and are you upgrading to .NET 8? Is your app working in production now on .NET 7? i never went...

I removed --single-process flag and i get similar errors: ```2024-10-02T12:15:20.126Z 49b7394f-37d0-4eb1-88d9-0f0ec204738c info Protocol error (Performance.enable): Session closed. Most likely the Page has been closed.Close reason: The remote party closed the...

> ok. Can you try changing the package dependency to this? > > ``` > > runtime > > ``` did it, same error

> fixed by below code .. > > string[] args = { "--disable-setuid-sandbox", "--disable-dev-shm-usage", "--no-sandbox", "--single-process"}; > > var launchOptions = new LaunchOptions() { ExecutablePath = chromeLocation, Args = args,...

Thanks @satviktechie1986 and @kblok i got my scraper running on .NET 8 in AWS Lambda without having to use a layer by using the following code: ``` public async Task...

Are you having a similar error to mine in #2785 ?