Steve Jorgensen

Results 39 comments of Steve Jorgensen

Thanks, @amagee . I'll try that.

> I have tried some of the solutions above but none of them hold up when generating 30+ pdfs > > so i ended up doing this > > ```js...

> > I have tried some of the solutions above but none of them hold up when generating 30+ pdfs > > so i ended up doing this > >...

I am having this same problem on CentOS 7. I am trying to use FireFox as a workaround for around the issue with fonts not being correct when saving to...

Actually, just `await page.goto(inputURL);` alone is timing out for me.

I'm using the example at https://github.com/puppeteer/puppeteer/blob/main/examples/pdf.js but with `const browser = await puppeteer.launch({ product: 'firefox' });` and using a `file://`… URL for a local file as the source.

``` puppeteer:fetcher [ puppeteer:fetcher { puppeteer:fetcher revision: '105.0a1', puppeteer:fetcher executablePath: '/home/stevejorgensen/work/hub2/commonlib/hub-node-utils/node_modules/puppeteer/.local-firefox/linux-105.0a1/firefox/firefox', puppeteer:fetcher folderPath: '/home/stevejorgensen/work/hub2/commonlib/hub-node-utils/node_modules/puppeteer/.local-firefox/linux-105.0a1', puppeteer:fetcher local: true, puppeteer:fetcher url: 'https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-105.0a1.en-US.linux-x86_64.tar.bz2', puppeteer:fetcher product: 'firefox' puppeteer:fetcher } puppeteer:fetcher ] +0ms puppeteer:launcher [...

I'll file a separate issue. Note, however, that I actually get the same error with just `await page.goto(inputURL);`

It is related to that. Yes. I was able to solve the problem that I opened the discussion about, but I it was very complicated to track down the cause.

@lvelvee Thanks for pasting that code that I should have included in my original description of the problem. @auvipy I might be wrong, but I don't see that PR #478...