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

Error in whois.Lookup #121

Open
BroggiQ opened this issue Jul 21, 2023 · 0 comments
Open

Error in whois.Lookup #121

BroggiQ opened this issue Jul 21, 2023 · 0 comments

Comments

@BroggiQ
Copy link

BroggiQ commented Jul 21, 2023

Hi,
I have an error when I call WhoisResponse response = whois.Lookup("Outbrain.com"); , but it's works with all other sites.

Error:

Error whilst reading data: Unable to read data from the transport connection: An existing connection must be closed by the remote host.
Please log issues at:
https://github.com/flipbit/whois/issues

Stacktrace:
at Whois.Net.TcpReader.Read(StringBuilder sb)
at Whois.Net.TcpReader.Read(String url, Int32 port, String command, Encoding encoding)
at Whois.Net.TcpReader.Read(String url, Int32 port, String command, Encoding encoding, Int32 timeoutSeconds)
at Whois.WhoisLookup.Download(String url, WhoisRequest request)
at Whois.WhoisLookup.LookupAsync(WhoisRequest request)
at Whois.WhoisLookup.Lookup(String domain)
at Program.VisitSite(WebCrawler webCrawler, ScreenshotTaker screenshotTaker, String site) in C:\Users\Akutsu\source\repos\PhishProtector\PhishExplorer\Program.cs:line 82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant