Hello, I'm using setoolkit to harvest credential. I performed the setup choosing Web template --> google. When from a browser I point the IP address of my kali I get the following error:

Exception happened during processing of request from ('172.16.145.153', 51039)
Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
File "/usr/lib/python3.7/http/server.py", line 426, in handle
self.handle_one_request()
File "/usr/lib/python3.7/http/server.py", line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
AttributeError: 'SETHandler' object has no attribute 'rfile'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.7/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.7/socketserver.py", line 722, in __init__
self.finish()
File "/usr/lib/python3.7/socketserver.py", line 777, in finish
if not self.wfile.closed:
AttributeError: 'SETHandler' object has no attribute 'wfile'

I saw that under /var/www is only present a directory called html so I've nothing to copy from from /var/www to /var/www/html.
Any idea? What I'm doing wrong?