Hi, I have Kali 2.0 64-bit on VMware Workstation Player and Windows 10 Host. I am having problems cloning a site with setoolkit. After going through the options, I get to the site cloner (#2) and after entering 2 and pressing enter, I get the error:
[!] Something went wrong, printing the error: [Errno -2] Name or service not known

When I start setoolkit, I get this:
Process Process-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/usr/share/set/src/core/setcore.py", line 881, in pull_version
version = urlopen(url).read().rstrip().decode('utf-8')
File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 443, in open_https
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 882, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 844, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 1255, in connect
HTTPConnection.connect(self)
File "/usr/lib/python2.7/httplib.py", line 821, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 557, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

Does anyone know how to fix this so I can clone a site? I think I've done it before but on a different Kali installation. I've tried updating setoolkit (#4) but it gives the same error. Please reply with help. Thanks