-
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 has no way to specify a user to use on Android, causing it to fail. #3116
Comments
Could you share your verbose log? We added auto-detection of |
I'm experiencing the same issue. Here are my verbose logs
|
The problem is the code from the PR @Rob--W mentioned is somehow not in the 7.11.0 release from Jan 24 |
I submitted a PR to backport the fix: #3146 |
Now |
I am going to close this issue now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a feature request or a bug?
bug
What is the current behavior?
I'm attempting to install a plugin to my android device to test it, but I'm getting the error
No Firefox packages were found on the selected Android device
. Running verbose, I found it runningpm list packages
, so I ran it myself, and got the next errorShell does not have permission to access user 10
with no extra arguments. I have to manually specify in the command to use user 0 to find firefox, but I am unable to do that as far as I'm awareWhat is the expected or desired behavior?
have a fallback or ask the user to enter the user id
Version information (for bug reports)
android nightly - 127.0a1
OS - Ubuntu 20.04
Phone: Samsung A13
node: 20.12.2
npm: 10.5.0
web-ext: 7.11.0
The text was updated successfully, but these errors were encountered: