Alex Rudenko

Results 1196 comments of Alex Rudenko

Closed via https://github.com/puppeteer/puppeteer/pull/13481

Please provide a minimal reproducible example.

There are some problems with Alpine https://github.com/puppeteer/puppeteer/pull/12865

We and Chrome do not support Alpine so we do not know if Puppeteer and Chrome works there. Try filing an issue for Alpine or try using our Debian-based image...

Right, that page is largely community driven documentation with various tips to get things working if they happen not to work: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#troubleshooting. The supported system requirements are documented here https://pptr.dev/guides/system-requirements...

So if you find a solution for Alpine 3.20, please send a pull request to update the troubleshooting page!

@abine-praveen Do you have perhaps as a Dockerfile or alternatively debugging logs https://pptr.dev/guides/debugging#print-browser-logs and details about your Ubuntu version. In the minimal example, please exclude code that is not related...

You generally should not call browser.close() on 'disconnected' since the connection is closed by this point and you cannot send the close command to the browser.

Host header is in the requestWillBeSentExtraInfo event and Puppeteer does not extract it.