Closed Msoffice12314 closed 1 year ago
Please help me fix this !!!
How did you fix this bro
If I'm not wrong, just change: const browser = await puppeteer.launch();
to: const browser = await puppeteer.launch({ headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'] })
If I'm not wrong, just change: const browser = await puppeteer.launch();
to: const browser = await puppeteer.launch({ headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'] })
Still getting the same error, please help
Can you paste your full output pls?
Can you paste your full output pls?
It’s the same as mentioned on the top . Same output as he’s getting
I mean... you could try with const browser = await puppeteer.launch({ headless: 'new' });
as the warning says, however, it is a warning, it should not stop the project, are you sure you don't have any other issue? did you added the extra headers as the pr?
I mean... you could try with const browser = await puppeteer.launch({ headless: 'new' });
as the warning says, however, it is a warning, it should not stop the project, are you sure you don't have any other issue? did you added the extra headers as the pr?
Actually I’m not friendly with
I mean... you could try with const browser = await puppeteer.launch({ headless: 'new' });
as the warning says, however, it is a warning, it should not stop the project, are you sure you don't have any other issue? did you added the extra headers as the pr?
Actually I’m not friendly with The puppeteer. I’m able to run https://github.com/Soroosh-N/us_visa_scheduler , this python project easily bubuy not the java one . When i’m putting arguments in terminal it’s just showing this https://github.com/daydos/us-visa-appointment/issues/9#issue-1773351772
Please help me fix this !!!