Code Monkey home page Code Monkey logo

Comments (11)

SamuelScheit avatar SamuelScheit commented on August 16, 2024 1

https://stackoverflow.com/questions/59979188/error-failed-to-launch-the-browser-process-puppeteer

from puppeteer-stream.

SamuelScheit avatar SamuelScheit commented on August 16, 2024

It says that if it can’t find the extension page, a workaround might be to wait a bit after starting and then get the page.
I’ll add a option for this

from puppeteer-stream.

amsdak15 avatar amsdak15 commented on August 16, 2024

Thank you for your immediate response.

So, adding await new Promise(resolve => setTimeout(resolve, 5000)); after defining browser should be okay,right?

from puppeteer-stream.

SamuelScheit avatar SamuelScheit commented on August 16, 2024

I think i need to add it inside the launch option

from puppeteer-stream.

amsdak15 avatar amsdak15 commented on August 16, 2024

Aah okay, thank you very much!

from puppeteer-stream.

amazing-tomotoshi avatar amazing-tomotoshi commented on August 16, 2024

Hello, thank you for your work!

I'm amsdak15's colleague.
Did you fix this bug?
It still occurred sometimes.

Thanks again!

from puppeteer-stream.

SamuelScheit avatar SamuelScheit commented on August 16, 2024

It should be fixed now, the lib now waitForTarget.
Also I would advise you to only start the browser once and if you need multiple streams open multiple tabs.

from puppeteer-stream.

amazing-tomotoshi avatar amazing-tomotoshi commented on August 16, 2024

Thank you very much!
Did you release v2.0.6?
スクリーンショット 2021-07-25 22 43 42
it seems that it is still v2.0.5

from puppeteer-stream.

SamuelScheit avatar SamuelScheit commented on August 16, 2024

oh yeah I published it to npm but forgot to push it to github

from puppeteer-stream.

amazing-tomotoshi avatar amazing-tomotoshi commented on August 16, 2024

Aah okay, thank you very much!

from puppeteer-stream.

amazing-tomotoshi avatar amazing-tomotoshi commented on August 16, 2024

this error occurred.
(node:21) UnhandledPromiseRejectionWarning: Error: Failed to launch the browser process!

this is our code.

const browser = await launch({
        // userDataDir: "./Default_3",
        defaultViewport: null,
        headless: true,
        //ignoreDefaultArgs: "--mute-audio",
        args: [
          "--autoplay-policy=no-user-gesture-required",
          '--start-fullscreen',
          '--no-sandbox',
        ],
    });

What can be the reason for this error?

from puppeteer-stream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.