SaravanaKumAr
SaravanaKumAr

Reputation: 427

Whois Parser error for ORG/NET URLs

I have checking the whois information for .org/.net/.ae sites. While parsing it was giving error.

This is my code part:

record = Whois.whois(url)
date = record.created_on

Its giving the following error

Whois::ParserError: Unexpected token: Access to .ORG

What is the issue here. Its working for .com URLs.

Upvotes: 1

Views: 304

Answers (1)

Simone Carletti
Simone Carletti

Reputation: 176402

The issue has been fixed in this pull-request and I've released a new version today. Make sure to use the v3.4.4.

Upvotes: 2

Related Questions