João Martins
João Martins
When testing asynchronous jobs that should start executing at a specific point in time, it could be useful to set the lower bound of the execution window based on an...
### Bug Description [S3Reader](https://github.com/run-llama/llama_index/blob/v0.10.38/llama-index-integrations/readers/llama-index-readers-s3/llama_index/readers/s3/base.py#L23-L179) is raising [FileNotFoundError](https://docs.python.org/3/library/exceptions.html#FileNotFoundError) for files that exist in the target S3 bucket. I was able to reproduce this issue using [s3mock](https://github.com/adobe/S3Mock), so it is not caused...
## Summary Fixes https://github.com/unclecode/crawl4ai/issues/686 ## List of files changed and why * crawl4ai/async_crawler_strategy.py - To fix the logic that converts raw URLs to raw HTML * tests/20241401/test_async_crawler_strategy.py - To test...
### crawl4ai version 0.4.248 ### Expected Behavior The "raw://" prefix is completely removed from raw HTML ### Current Behavior The "//" part is not removed ### Is this reproducible? Yes...