Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
query whois created date?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
andy  
View profile  
 More options Sep 2 2010, 2:57 am
From: andy <skyhita...@gmail.com>
Date: Wed, 1 Sep 2010 23:57:51 -0700 (PDT)
Local: Thurs, Sep 2 2010 2:57 am
Subject: query whois created date?

hi,
  i use
  c = Whois::Client.new
  a = c.query("eprice.com").created_on
  puts a # return created date

 query domainname("eprice.com") created date, it's OK
--------------------------------------------------------
 but  query ".tw (domain)" created date to appear return value is nil

  c = Whois::Client.new
  a = c.query("eprice.com.tw").created_on
  puts a  #return nil

  How to solve this question ? Thanks...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simone Carletti  
View profile  
 More options Sep 2 2010, 4:26 am
From: Simone Carletti <wep...@weppos.net>
Date: Thu, 2 Sep 2010 10:26:39 +0200
Local: Thurs, Sep 2 2010 4:26 am
Subject: Re: query whois created date?

Hello,

This happens because the .tw has no associated parser yet.
We're still in the process of creating a parser for each TLD,
but it requires time since every registry needs a custom parser.

You can learn more about parsers here
http://www.ruby-whois.org/manual/parser.html

You can easily solve the problem by implementing the required parser,
otherwise the class returns a Whois::Answer::Parser::Blank instance
which responds with nil to every method call.

--
Simone Carletti
Application Developer

Site & Blog: http://www.simonecarletti.com
Email: wep...@weppos.net
LinkedIn: http://linkedin.com/in/weppos
Skype: weppos


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »