VinciGit00 / Scrapegraph-ai

Python scraper based on AI

Home Page:https://scrapegraphai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: No HTML body content found, please try setting the 'headless' flag to False in the graph configuration.

zxcv5733 opened this issue · comments

--- Executing Fetch Node ---
MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
soup = BeautifulSoup(html_content, 'html.parser')
Traceback (most recent call last):
result = smart_scraper_graph.run()
self.final_state, self.execution_info = self.graph.execute(inputs)
result = current_node.execute(state)
title, minimized_body, link_urls, image_urls = cleanup_html(str(document[0].page_content), source)
raise ValueError("No HTML body content found, please try setting the 'headless' flag to False in the graph configuration.")
ValueError: No HTML body content found, please try setting the 'headless' flag to False in the graph configuration.

pls verify your internet connection