¡Hola a todos!
Recientemente, intenté seguir las recomendaciones proporcionadas en el post donde se sugiere utilizar Google
https://colab.research.google.com/ para indexar las páginas de mi blog. Sin embargo, me encontré con algunos errores que me impiden completar el proceso con éxito.
El manual o la guía fue compartida por un colega del foro
https://forobeta.com/temas/es-efect...cionar-tu-blog.972114/post-8819695?ref=308511
Al intentar llevar a cabo los pasos detallados en el manual, me he topado con los siguientes problemas:
Error 1
plaintextCopy code
**************************************************
URL and Update Request Type Configured!
**************************************************
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-11-fc02f70ec854> in <cell line: 8>()
6 print("RESULT:");print('
'*50);print("URL and Update Request Type Configured!");print(''*50);
7
----> 8 response, content = http.request(ENDPOINT, method="POST", body=content)
9 output = response['status']
10
NameError: name 'http' is not defined
Error 2
plaintextCopy code
**************************************************
URL and Update Request Type Configured!
**************************************************
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-12-256da24f6f26> in <cell line: 8>()
6 print("RESULT:");print('
'*50);print("URL and Update Request Type Configured!");print(''*50);
7
----> 8 response, content = http.request(ENDPOINT, method="POST", body=content)
9 output = response['status']
10
NameError: name 'http' is not defined
¿Alguien tiene experiencia con estos errores o sabe cómo corregirlos? Agradecería mucho cualquier orientación al respecto.
¡Saludos y gracias por su ayuda!