Skip to content
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

[Question]: On startup I get an ECONNREFUSED 0.0.0.0:443 #286

Closed
jcouzy opened this issue Dec 12, 2023 · 1 comment
Closed

[Question]: On startup I get an ECONNREFUSED 0.0.0.0:443 #286

jcouzy opened this issue Dec 12, 2023 · 1 comment
Labels
question Further information is requested

Comments

@jcouzy
Copy link

jcouzy commented Dec 12, 2023

Ask your question

Hi, try to start de container with the specified command and get this error:

2023-12-12 17:03:54.533 ERROR Register FID - Generic Error
{
error: {
cause: undefined,
message: 'RequestError: connect ECONNREFUSED 0.0.0.0:443',
context: undefined,
stacktrace: 'RequestError: connect ECONNREFUSED 0.0.0.0:443\n' +
' at ClientRequest. (/usr/src/app/node_modules/got/dist/source/core/index.js:970:111)\n' +
' at Object.onceWrapper (node:events:632:26)\n' +
' at ClientRequest.emit (node:events:529:35)\n' +
' at ClientRequest.emit (node:domain:489:12)\n' +
' at origin.emit (/usr/src/app/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)\n' +
' at TLSSocket.socketErrorListener (node:_http_client:501:9)\n' +
' at TLSSocket.emit (node:events:517:28)\n' +
' at TLSSocket.emit (node:domain:489:12)\n' +
' at emitErrorNT (node:internal/streams/destroy:151:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:116:3)\n' +
' at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)'
}
}

Any clue what is going wrong?

Thanks!

@jcouzy jcouzy added the question Further information is requested label Dec 12, 2023
@bropat
Copy link
Owner

bropat commented Dec 12, 2023

ECONNREFUSED is a faulty configuration on your side, such as a firewall that blocks or a software solution that blocks ads (pi-hole or ad-aware). In this case, the DNS resolution returns 0.0.0.0 instead of the correct IP address. This results in the error ECONNREFUSED.

@bropat bropat closed this as completed Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants