A python module for retrieving and parsing WHOIS data
Hello, when i use pythonwhois.get_whois(url), i get a socket error: ``` >>> pythonwhois.get_whois(url) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "\pythonwhois\__init__.py", line 4, in get_whois raw_data, server_list = net.get_whois_raw(domain, with_server_list=True) File "\pythonwhois\net.py", line 33, in get_whois_raw target_server = get_root_server(domain) File "\pythonwhois\net.py", line 76, in get_root_server data = whois_request(domain, "whois.iana.org") File "\pythonwhois\net.py", line 86, in whois_request sock.connect((server, port)) File "\python\lib\socket.py", line 228, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 10061] Connection refused ``` When i use ping, tracert or browser, i get redirected to iana.org/whois. I have checked my firewall rules but i am not sure, if the api of iana has changed or if there is another problem. If i try to connect to another server or even another port, with sock.connect((server,porg)), e.g. port 80, i don't get any error.
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 beesec-tobias and has received 0 comments.