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
The following exception block catches all exceptions without logging anything, making it incredibly difficult to debug the library. For example, bs4 fails to parse the HTML because of an optional lxml parser dependency, but the exception is never raised and the library fails to crawl silently.
The following exception block catches all exceptions without logging anything, making it incredibly difficult to debug the library. For example,
bs4
fails to parse the HTML because of an optionallxml
parser dependency, but the exception is never raised and the library fails to crawl silently.webtranspose/src/webtranspose/crawl.py
Lines 174 to 178 in 61d207a
The text was updated successfully, but these errors were encountered: