Skip to content

Crash when hostname is not found with DNS. #24

Open
@patlefort

Description

@patlefort
}
  hostname: 'asmjit'
  syscall: 'getaddrinfo',
  code: 'ENOTFOUND',
  errno: -3008,
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at TLSSocket.emit (node:events:520:28)
    at TLSSocket.socketErrorListener (node:_http_client:442:9)
Emitted 'error' event on ClientRequest instance at:
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
Error: getaddrinfo ENOTFOUND asmjit
      ^
      throw er; // Unhandled 'error' event

I'm not sure if there is supposed to be something before that }, it's all I have in my log.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions