-
Notifications
You must be signed in to change notification settings - Fork 76
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 checks for .org domains fail with "Parsing error" #78
Comments
@majormoses, any idea what might be going on here? |
Anybody has any suggestions? It's rather problematic to have lost visibility across all .org domains. |
The |
Upstream bug: weppos/whois-parser#97 |
.io domains are also impacted. See weppos/whois-parser#92. |
I wish I could say this is a new problem and when I have seen this it has been due to upstream issues with |
There is a PR upstream which does solve it for .org domains. I'll shout when it gets merged. |
Thanks for the update, I will keep an eye out. |
Just so you know I have been checking at least every few days for a release with the fix in it. I will be very busy next week due to some family events going on so I will probably not be checking as often. |
I will check back in a couple weeks, if they release in the meantime feel free to reach out. |
|
@majormoses, any chance of a new release with the new whois-parser? |
In the following
example.org
refers to an actual.org
domain.This check command:
Fails with:
This fails for all .org domains.
Doing a manual check using the ruby gem as follows works:
Gemfile.lock:
test.rb:
The text was updated successfully, but these errors were encountered: