Open peterhoeg opened 6 years ago
@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 whois-parser
gem is causing this. Working on a fix.
Upstream bug: https://github.com/weppos/whois-parser/issues/97
.io domains are also impacted. See https://github.com/weppos/whois-parser/issues/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 whois
(before they split the parser off to be as separate gem) and whois-parser
. I don't have the time right now to work on a fix but if you do and it gets accepted I am more than happy to pull in the new deps, make any required changes on our end, and cut a release.
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.
whois-parser
1.2.0 was just released with fixes for .org, .io and other domains. We should pull that in.
https://github.com/weppos/whois-parser/blob/master/CHANGELOG.md#release-120
@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: