-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Whois::ConnectionError: SocketError: getaddrinfo: nodename nor servname provided, or not known #641
Comments
The response from Arin contains a referral that is not responding:
You can see the partial response by making a small change in the code: diff --git a/lib/whois/server/adapters/base.rb b/lib/whois/server/adapters/base.rb
index 0df22bad..1d43b573 100644
--- a/lib/whois/server/adapters/base.rb
+++ b/lib/whois/server/adapters/base.rb
@@ -137,6 +137,8 @@ module Whois
@buffer ||= []
yield(@buffer)
@buffer.dup
+ rescue
+ p @buffer
ensure
@buffer.clear
end
Related to #186 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using whois (5.0.2)
Any ideas?
The text was updated successfully, but these errors were encountered: