A python module for retrieving and parsing WHOIS data
v2.1.4 ``` >>> pythonwhois.get_whois('example.com') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "pythonwhois/__init__.py", line 4, in get_whois raw_data = net.get_whois_raw(domain) File "pythonwhois/net.py", line 24, in get_whois_raw target_server = get_root_server(domain) File "pythonwhois/net.py", line 60, in get_root_server raise shared.WhoisException("No root WHOIS server found for TLD.") pythonwhois.shared.WhoisException: No root WHOIS server found for TLD. ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by obormot and has received 1 comments.