79486313

Date: 2025-03-05 11:22:56
Score: 1.5
Natty:
Report link

The issue is solved.

It seems like this is some kind of a bug with puppeteer-screen-recorder version 2. Simply update to version 3 to fix the issue!

So in package.json

{
  ...
  "dependencies": {
    ...
    "puppeteer-screen-recorder": "^2.1.2" -> "^3.0.6",
  },
  ...
}

fixed it for me.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Juhana Kuparinen