-
Notifications
You must be signed in to change notification settings - Fork 342
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
web-ext run fails to start firefox on macOS #2975
Comments
I'm having the same issue. It seems to only occur when targeting Firefox Developer Edition.
|
This problem still exists, and currently both firefox and firefox developer versions do not work. |
Same issue here. Firefox no longer launches, and instead produces |
the same problem
problems start after updating to FF121 both firefox and firefox developer versions do not work. |
It doesn't appear in the logs, but if I run the the commands that appear in the log, I get this immediately after:
|
It stopped working for me after updating Firefox. Downgraded to Firefox 120.0.1, and things are working again. |
on windows it's working ok. I can reproduce problem on macOS |
Just hit this and specifying a different binary ( |
Fixed it for me. |
This appears to be a macOS-specific issue, tracked at https://bugzilla.mozilla.org/show_bug.cgi?id=1871447 The work-around is to use
Run `web-ext run -f "/Applications/Firefox Nightly.app/Contents/MacOS/firefox" |
This should be fixed in https://github.com/mozilla/web-ext/releases/tag/7.10.0, please test and let me know if the issue hasn't been fixed. Thanks! |
@willdurand Seems fixed for me! |
An issue in the web-ext package was preventing Firefox from opening in development. Upgrading the package fixed the problem. For reference, see mozilla/web-ext#2975
An issue in the web-ext package was preventing Firefox from opening in development. Upgrading the package fixed the problem. For reference, see mozilla/web-ext#2975
Is this a feature request or a bug?
bug
What is the current behavior?
web-ext run --verbose --firefox "deved" --firefox-profile=mc02 --profile-create-if-missing --source-dir=$PWD --devtools --no-config-discovery
errors out with connection refused message before firefox opens a window.i tried with several new profiles, to no avail.
one problem seems to be that 'Firefox closed' – see logs below – before remote.js tries to connect?
What is the expected or desired behavior?
run extension debug session
Version information (for bug reports)
The text was updated successfully, but these errors were encountered: