Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReturn error information when parse_html() fails #5463
Closed
Labels
Comments
|
Everything related to parsing changed multiple times since then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Until #5197 lands, parsing is sync and will block until it returns. At this moment, no status information concerning error (e.g. a broken URL) is returned by parse_html().
It may make sense to allow it to forward a error to the Constellation (or maybe to ScriptTask).