weppos / whois-parser

An intelligent — pure Ruby — WHOIS parser.
https://whoisrb.org
MIT License
99 stars 102 forks source link

No parser for net-whois.registry.net.za #128

Open The-Nutty opened 4 years ago

The-Nutty commented 4 years ago

For example trying to lookup "registry.net.za" results in the following error i assume as there is no parser for it.

Traceback (most recent call last):
        3: from ./thing.rb:9:in `<main>'
        2: from D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/whois-parser-1.2.0/lib/whois/parser.rb:348:in `method_missing'
        1: from D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/whois-parser-1.2.0/lib/whois/parser.rb:327:in `available?'
D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/whois-parser-1.2.0/lib/whois/parser.rb:365:in `delegate_property_to_parsers': Unable to find a parser for property `available?' (Whois::AttributeNotImplemented)