You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseValueError("No HTML body content found, please try setting the 'headless' flag to False in the graph configuration.")
64
+
else:
65
+
logging.error(f'No body content found in HTML: {html_content}')
66
+
raiseValueError(f"No HTML body content found, please try setting the 'headless' flag to False in the graph configuration. HTML content: {html_content}")
0 commit comments