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

Could not contact whois providers #1480

Closed
aiqianqian521 opened this issue Jun 21, 2018 · 1 comment · Fixed by #1483
Closed

Could not contact whois providers #1480

aiqianqian521 opened this issue Jun 21, 2018 · 1 comment · Fixed by #1483

Comments

@aiqianqian521
Copy link

res.graph(target="> test.svg")

error “Could not contact whois providers”

@gpotter2
Copy link
Member

First, you need to use the type argument

res.graph(target="> test.svg", type="svg")

Check your internet connection (the function by default access the whois to improve the results). We have a small bug when it is enabled, but since #1483 you can use

b.graph(target="> test.svg", ASres=None, type="svg")

to disable the WHOIS util.

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

Successfully merging a pull request may close this issue.

2 participants