question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

outdated puppeteer version

See original GitHub issue

ERROR: 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:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KennyHarrercommented, Jan 31, 2022

I removed the following args and it started working: "–allow-file-access-from-files","-disable-web-security"

1reaction
KennyHarrercommented, Jan 21, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found