-
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
ECONNREFUSED since v1.1.0 #317
Comments
It also happens on my Firefox Nightly with MacOSX 10.10.5 |
@kumar303 I looked into the "Windows" part of this issue, and it looks like it is not a Firewall issue but the different rules for the command line flag syntax (basically Firefox.exe on Windows doesn't recognize the "--" version of the command line flag, but it does work correctly with a "single dash" version of the same command line flag, "-start-debugger-server" in our case) The fix have to be applied on the fx-runner npm package (and I've opened mozilla/node-fx-runner#21 with the proposed fix). |
@laedit it's possible that the argument change may fix this (for Windows at least). Could you try to build/install web-ext from master and try it? Here are instructions: https://github.com/mozilla/web-ext#installation-from-source @pastak Could you paste |
@kumar303 Thanks for your response. My
|
Thanks for the logs. Since I don't see any indication that Firefox has had enough time to start up, I think the connection is timing out prematurely. In fact, the timeout was only 6 seconds. I proposed a patch that increases the timeout to 30 seconds: #324 It should also be possible to work around any remote debugger issues by using I will report back when these patches are on master. |
ok, these patches have landed on master. Could either of you try building/installing from source to see if fixed the problem? Here are instructions: https://github.com/mozilla/web-ext#installation-from-source |
I have tried but I encounter some error when Aborted due to warnings.
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "build"
npm ERR! node v4.4.6
npm ERR! npm v3.10.2
npm ERR! code ELIFECYCLE
npm ERR! web-ext@1.1.0 build: `node -e "require('grunt').cli()" null build`
npm ERR! Exit status 3 I have tried to
Have I missed something? |
Huh, odd. It looks like |
@laedit did you upgrade npm after installing web-ext? It looks like you encountered an npm installation bug. One way to be sure would be to remove the |
That was that, I can
I had some errors during
|
@laedit hmm, this might be a bug in that we aren't converting to an absolute path. To confirm, could you see if it works with a full path? Something like : |
It was that, it works perfectly now, thank you! 😃 |
Since the update of the 1.1.0 of web-ext I have the
ECONNREFUSED
error when usingweb-ext run
.Here are the logs, edited from some connection retry:
I am on Windows 10 and using the latest Firefox Developer Edition (49.0a2 (2016-06-23)).
Do I need to allow the port 6005 in my firewall, or does this come from firefox?
I haven't see the usual 'incoming connection' firefox window, is this normal?
Thanks.
The text was updated successfully, but these errors were encountered: