-
Notifications
You must be signed in to change notification settings - Fork 187
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
Unicode parsing problems #28
Comments
Addendum: this was run with Python 3.4.0. |
IP range WHOIS is not officially supported yet, see #12. However, it still shouldn't be giving Unicode errors, no matter what you searched for... I'm currently away from home, but I'll have a look at it as soon as I'm either back home or have a laptop at my disposal. That shouldn't be longer than a week and a half. |
How is IP range WHOIS relevant? Did I imply IP ranges? If I did, that's my bad. Thanks for looking into this. |
Sorry, I should've been more clear - every IP lookup will be an IP range lookup, since IPs are allocated in blocks (even if the size of those blocks may sometimes be 1), and the relevant WHOIS data is assigned in blocks as well. IP WHOIS isn't currently supported at all - only domains are currently parsed reliably. |
is the below error related to this issue?
when pwhois'ing 'english.hk' |
Fix for issue #28 Unicode parsing problems
FYI, I'm seeing this error for the domain vatanim.com.tr. |
I've created a new canonical thread for this in #97. |
Looking up some IP addresses seems to lead to an UnicodeDecodeError:
Also:
More IPs that break in this way:
I ran into this while testing a separate program on completely random IPs. To reproduce:
Thanks!
The text was updated successfully, but these errors were encountered: