Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser error with .me domains #513

Closed
sshaw opened this issue May 6, 2016 · 3 comments
Closed

Parser error with .me domains #513

sshaw opened this issue May 6, 2016 · 3 comments
Labels

Comments

@sshaw
Copy link

sshaw commented May 6, 2016

blargh.me and starzone.me result in:

Unexpected token: Access to WHOIS information is provided to assist persons in d...

Using 3.6.5.

@njh
Copy link

njh commented May 16, 2016

I am experiencing this problem too.

I tried upgrading to 4.0.0 but it looks like it doesn't implement Record#expires_on etc..

Not found any documentation about what will be changing in version 4.x.x (CHANGELOG.md just talks about TLDs)

@weppos
Copy link
Owner

weppos commented Jun 9, 2016

4.0 no longer injects all the parser methods inside the Record by default.
You can access them by using the parser explicitly but you need to install the whois-parser gem.

record = Whois.lookup("...")
record.parser.expires_on

I've updated the CHANGELOG. I am working on the documentation for the release 4.0.

I released the beta2 today. Please try to reproduce the error with the new beta and if it still doesn't work please report the issue at https://github.com/weppos/whois-parser

@njh
Copy link

njh commented May 25, 2017

This is fixed by weppos/whois-parser#34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants