error:
Rastreo (llamadas recientes más última):
Archivo "GrabzItClient.py", línea 6, en
grabzIt.SaveTo("documentos / resultado.docx")
Archivo "C: \ Archivos de programa \ Python36 \ lib \ site-packages \ GrabzIt \ GrabzItClient.py", línea 235, en SaveTo
id = selfSave()
Archivo "C: \ Archivos de programa \ Python36 \ lib \ site-packages \ GrabzIt \ GrabzItClient.py", línea 209, en Save
obj = self._take (sig, callBackURL)
Archivo "C: \ Archivos de programa \ Python36 \ lib \ site-packages \ GrabzIt \ GrabzItClient.py", línea 223, en _take
return self.HTTPPost (self.request.url, self.request.options._getParameters (self.applicationKey, sig, callBackURL, 'html', quote (self.request.data)))
Archivo "C: \ Archivos de programa \ Python36 \ lib \ site-packages \ GrabzIt \ GrabzItClient.py", línea 629, en HTTPPost
h.endheaders ()
Archivo "C: \ Archivos de programa \ Python36 \ lib \ http \ client.py", línea 1234, en encabezados
self._send_output (message_body, encode_chunked = encode_chunked)
Archivo "C: \ Archivos de programa \ Python36 \ lib \ http \ client.py", línea 1026, en _send_output
self.send (msg)
Archivo "C: \ Archivos de programa \ Python36 \ lib \ http \ client.py", línea 964, en envío
self.connect ()
Archivo "C: \ Archivos de programa \ Python36 \ lib \ http \ client.py", línea 936, en connect
(self.host, self.port), self.timeout, self.source_address)
Archivo "C: \ Archivos de programa \ Python36 \ lib \ socket.py", línea 704, en create_connection
para res en getaddrinfo (host, puerto, 0, SOCK_STREAM):
Archivo "C: \ Archivos de programa \ Python36 \ lib \ socket.py", línea 743, en getaddrinfo
para res en _socket.getaddrinfo (host, puerto, familia, tipo, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo falló
fuente : (instalé GrabzIt y obtuve CLAVE DE APLICACIÓN y SECRETO DE APLICACIÓN)
de GrabzIt import GrabzItClient
grabzIt = GrabzItClient.GrabzItClient (CLAVE DE APLICACIÓN, SECRETO DE APLICACIÓN)
grabzIt.HTMLToDOCX(" Hola Mundo! ")
grabzIt.SaveTo("documentos / resultado.docx")
¿podrías decirme qué debo hacer?