A python module for retrieving and parsing WHOIS data
Hello, i'm want get whois for new TLD, you can get the liste here : http://www.opensrs.com/site/services/new-tlds/price-list-new-tlds But i'am have this error : root@LHA:~# pwhois ikoula.support Traceback (most recent call last): File "/usr/local/bin/pwhois", line 23, in <module> data = pythonwhois.net.get_whois_raw(args.domain[0]) File "/usr/local/lib/python2.7/dist-packages/pythonwhois/net.py", line 61, in get_whois_raw return get_whois_raw(domain, referal_server, new_list) File "/usr/local/lib/python2.7/dist-packages/pythonwhois/net.py", line 37, in get_whois_raw response = whois_request(request_domain, target_server) File "/usr/local/lib/python2.7/dist-packages/pythonwhois/net.py", line 75, in whois_request sock.connect((server, port)) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) socket.gaierror: [Errno -2] Name or service not known Can you solve this error ? Thank you
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 laurentdu51 and has received 4 comments.