Register.com seems to have changed their whois output format and it trips
up rwhois.py's regex. To fix this error change line at 566 from:
m = re.search("Domain servers in listed order", self.page)
to:
m = re.search("DNS Servers", self.page)
and all should be well.
Kind Regards,
Jeremy Stark
jeremy@deximer.com
Nobody/Anonymous
None
None
Public