Closed codethief closed 4 years ago
You are using web-ext 2.9.1. You should use the latest version (currently 4.2.0) instead. Install it with npm i -g web-ext@latest
The specific cause of the issue has been fixed in #1391.
This is weird. I had specifically uninstalled web-ext and then I reinstalled it again to rule out such issues from the get-go. Thanks so much for your time and I apologize for wasting your time!
Is this a feature request or a bug?
A bug.
What is the current behavior?
I tried to run one of the example extensions from the webextensions-examples repository on my Android device. Firefox for Android opened briefly and then crashed. Meanwhile, web-ext reported that Firefox for Android disconnected (see below) but web-ext did not exit and it couldn't be stopped using
Ctrl+C
either. (Could the latter be related to #1699?)In detail:
While running web-ext, the output from
$ adb logcat
was:Further notes:
What is the expected or desired behavior?
I expected that Firefox for Android would stay open and I could see / try out the extension.
Version information (for bug reports)
(I am aware I'm using an old version of node. Unfortunately, there's nothing I can do about this right now. In any case, I highly doubt this is the issue here.)