-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error: connect ECONNREFUSED 127.0.0.1:9222 #179
Comments
{ Error: connect ECONNREFUSED 127.0.0.1:9222 I am facing this issue ,I need help |
@4idlm do you have the same conditions and platform as @earnedmarketing? |
Hi artem,
ok tq for your rply...your earnedmarketing blog is gud.
…On Tue, Aug 21, 2018 at 4:00 PM Artem Denysov ***@***.***> wrote:
@4idlm <https://github.com/4idlm> do you have the same conditions and
platform as @earnedmarketing <https://github.com/earnedmarketing>?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbG9yccCc8pLyXmlPm4ib01AywpPRngBks5uS-E3gaJpZM4UlwpX>
.
|
should be fixed using Will be added in example in #178 |
Example of CI run https://travis-ci.org/paulirish/pwmetrics/jobs/421316522 |
thanks for your help man..i was fixed that issue..
…On Tue, Aug 28, 2018 at 4:04 AM Artem Denysov ***@***.***> wrote:
Example of CI run https://travis-ci.org/paulirish/pwmetrics/jobs/421316522
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbG9ybDxApxW5PRDG03bSI4zNqIkDMJzks5uVHPfgaJpZM4UlwpX>
.
|
Config / CLI options
Vanilla CLI and node executions
Steps to reproduce.
(you get an unintelligible error which seems to be because your default settings for the CLI and the node execution are missing --no-sandbox flag which seems to have been required for more than half a year - karma-runner/karma-chrome-launcher#158)
Stack trace
{ Error: connect ECONNREFUSED 127.0.0.1:42565
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 42565 }
events.js:183
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED 127.0.0.1:9222
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
Screenshot
Environment
pwmetrics
version: 3.2.1The text was updated successfully, but these errors were encountered: