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

Can't get whois for domain like wired.com #121

Open
bsacks99 opened this issue May 27, 2016 · 0 comments
Open

Can't get whois for domain like wired.com #121

bsacks99 opened this issue May 27, 2016 · 0 comments

Comments

@bsacks99
Copy link

bsacks99 commented May 27, 2016

Came up in testing. It just hangs.

I tried:
whois = get_whois('wired.com')

and:
root = pythonwhois.net.get_root_server('wired.com')
raw = pythonwhois.net.get_whois_raw(address, server=root)
whois = pythonwhois.parse.parse_raw_whois(raw)

I haven't tried to chase it down, but I thought this might have come up and there might be a known solution or work around. At minimum I am not sure how to timeout the request.

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