You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A puppeteer timeout occurs after not being able to fetch specific fonts. When one removes the font in question from fontHrefs.json, it keeps on downloading normally. The error is: 30000 ms node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111
Maybe it would be possible to do an auto skip of any font that doesn't get downloaded after a certain amount of time, so one doesn't have to execute the script manually?
The text was updated successfully, but these errors were encountered:
A puppeteer timeout occurs after not being able to fetch specific fonts. When one removes the font in question from fontHrefs.json, it keeps on downloading normally. The error is:
30000 ms node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111
Maybe it would be possible to do an auto skip of any font that doesn't get downloaded after a certain amount of time, so one doesn't have to execute the script manually?
The text was updated successfully, but these errors were encountered: