Closed NanmiCoder closed 2 days ago
Bug Description:
The following code captures exceptions but is missing the variable e. If this exception occurs, the program will lack the variable e and will panic.
https://github.com/unclecode/crawl4ai/blob/38044d4afe16b48783457e5ec8538e0a7592e16b/crawl4ai/crawler_strategy.py#L286-L289
Thanks for collaboration
Bug Description:
The following code captures exceptions but is missing the variable e. If this exception occurs, the program will lack the variable e and will panic.
https://github.com/unclecode/crawl4ai/blob/38044d4afe16b48783457e5ec8538e0a7592e16b/crawl4ai/crawler_strategy.py#L286-L289