joshterrill / freewhois

A node client that uses the iana RDAP DNS database to lookup WHOIS information for free.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Work

xXQiuChenXx opened this issue · comments

node:internal/process/promises:227
triggerUncaughtException(err, true /* fromPromise */);
^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise
which was not handled with .catch(). The promise rejected with the reason "Error making WHOIS request for domain: https://example.com/".] {
code: 'ERR_UNHANDLED_REJECTION'
}

I am not able to reproduce this problem. I'll need you to share more about how you're using the program. When I run "freewhois https://example.com/" from my command line, it works fine. See screenshot.

Screen Shot 2021-01-31 at 1 00 13 AM

@LauTHong I'm going to close this issue out as I cannot reproduce the issue and haven't heard a response from you in a few weeks. If this issue persists, please provide me with the exact command that you're running and the version of freewhois that you are using. If you can provide these and I can get to a reproducible issue, I will reopen the ticket and fix whatever needs to be fixed.