outdated puppeteer version
See original GitHub issueERROR: https://www.toptal.com/developers/hastebin/umowehuwej.sql not sure what else I can say… All I do is start a steam with:
const stream = await getStream(tab, { audio: true, video: true, frameSize: 1000 })
launch options:
browser = await launch({ headless: false, args: ['--window-size=1080,1920', '--start-fullscreen', '--autoplay-policy=no-user-gesture-required', '--disable-infobars', "--no-default-browser-check","–allow-file-access-from-files","-disable-web-security"], ignoreDefaultArgs: ['--enable-automation'], });
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
puppeteer - npm
A high-level API to control headless Chrome over the DevTools Protocol. Latest version: 19.4.1, last published: 8 days ago.
Read more >Automatically deprecate old Puppeteer versions #7939
Old Puppeteer versions ship with old Chromium versions that ideally people wouldn't use or test their web apps against anymore.
Read more >Puppeteer with old Chrome versions
Puppeteer uses chrome-headless for doing it's stuff which was introduced on version 59. You cannot use Puppeteer with old versions like that ...
Read more >Troubleshooting
For the former, we do not support deprecated versions of Node.js. For the latter, usually upgrading the resolver (or its parent module such...
Read more >puppeteer: Versions
Full version history for puppeteer including change logs. ... Nov (#6451) 75e3fb03 - docs(api): fix some outdated links (#6450) caa9a1ca - chore(agnostic): ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I removed the following args and it started working:
"–allow-file-access-from-files","-disable-web-security"
I did not update, however after I removed 2 flags from the launch args it started working. I currently cannot get to my computer to check which two resolved this issue, but I will let you know as soon as I find them.