tldr-node-client icon indicating copy to clipboard operation
tldr-node-client copied to clipboard

When I go to exec the tldr --update command, `ECONNREFUSED` error is prompted

Open z-xl-t opened this issue 3 years ago • 1 comments

Expected behavior

It can be updated normallyIt can be updated normally

Actual behavior

1

Environment

  • Operating system - Linux
  • Node.js version - 12.22.2
  • tldr-node-client version - 3.3.7

z-xl-t avatar Aug 07 '21 02:08 z-xl-t

443 isn't the error code, it's just the port number (TCP). The error code is ECONNREFUSED.

marchersimon avatar Aug 08 '21 15:08 marchersimon

This sounds like a network connectivity issue. I don't think it's a bug in the code. Closing, but let me know if anyone wants to reopen.

agnivade avatar Sep 04 '22 07:09 agnivade