Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to lauch firefox #4874

Closed
yarekc opened this issue Aug 22, 2019 · 2 comments
Closed

Failed to lauch firefox #4874

yarekc opened this issue Aug 22, 2019 · 2 comments

Comments

@yarekc
Copy link

yarekc commented Aug 22, 2019

On Ubuntu 16

  • pupeteer with chrome is fine
  • puppeteer with firefox gives me:
const pptrFirefox = require('puppeteer-firefox');
(async () => {
  const browser = await pptrFirefox.launch();
})();

Failed to lauch firefox

I tried headless and no headless.
Any idea ?

@josephsurin
Copy link

Having the same issue on Ubuntu 18.04, even with the --no-sandbox argument.

@mjzffr
Copy link
Contributor

mjzffr commented Jan 13, 2020

Thanks for the report. I'm closing this issue since the experimental puppeteer-firefox package is no longer maintained. A replacement will be available
later this year. You can learn more about Mozilla's work on this at https://wiki.mozilla.org/Remote

See also #5137

@mjzffr mjzffr closed this as completed Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants