We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:4370 at Object._errnoException (util.js:1041:11) at _exceptionWithHostPort (util.js:1064:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1153:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 4370
Keep getting this error
The text was updated successfully, but these errors were encountered:
Yeah same, I'm using mac
Sorry, something went wrong.
#11 Use the changed port and http.
Add protocol selection.
31d5a6e
Defaults is http and 4381 for wider compatability. Should fix nadavbar#11 and maybe nadavbar#10
No branches or pull requests
Error: connect ECONNREFUSED 127.0.0.1:4370
at Object._errnoException (util.js:1041:11)
at _exceptionWithHostPort (util.js:1064:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1153:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 4370
Keep getting this error
The text was updated successfully, but these errors were encountered: