BeautifulSoup4 ---- TypeError: el objeto de tipo 'Respuesta' no tiene len ()
Beautifulsoup4 Typeerror
Problema: cuando intento ejecutar el script, BeautifulSoup(html, ...)
da el mensaje de error ' TypeError: el objeto de tipo 'Response' no tiene len () . Intenté pasar el html real como parámetro, pero todavía no funciona.