Closed sosukeinu closed 2 years ago
So,...the issue seems to be related to the incredibly old version of Puppeteer in use in the library. I rolled the dice and installed the latest version, and the issue has stopped. I cd
'd to the timesnap root directory and issued npm install puppeteer@v15.3.2
. All seems to be functional now. Thank you for such a great product.
Describe the bug I installed timesnap globally, on a brand new computer. I had no issues with the same file format on a different computer. I get the following error on running.
To Reproduce Install using
npm install -g timesnap
timesnap ../index.html --selector=body --viewport=1920,1080 --fps=24 --duration=20 --output-pattern="mm-%03d.png"
Expected behavior I expect the directory to contain pngs.
Desktop (please complete the following information):
Additional context GPU drivers are all installed and tested working
Any help would be appreciated. Thank you.