1

I am creating firefox extension, and trying to test using official firefox documentation here: https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#install-and-run-your-extension-in-firefox-for-android

When I try to run the command: web-ext run -t firefox-android --adb-device XXX --firefox-apk org.mozilla.fenix

It throws me this error: enter image description here

Error: connect ECONNREFUSED ::1:5037 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16)

Error code: ECONNREFUSED

I have done everything, turned off my firewall. Yet no success..

Priyanshu
  • 73
  • 6

1 Answers1

-2

Update - In windows, it didn't work. In ubuntu (wsl), it worked

Priyanshu
  • 73
  • 6
  • 2
    This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - [From Review](/review/late-answers/31579795) – Tom Mettam Apr 24 '22 at 01:44