João Martins

Results 5 comments of João Martins

The suggested solutions don't work. I've managed to work around the issue by setting the `FSSPEC_s3_skip_instance_cache` environment variable to `True`. I'll keep the issue open in case there's a better...

> And also, I think the second piece of `if` statement should be [6:] instead of 7? There are only 2 additional characters. @djl0 Correct. I have an open PR...

Thank you for reviewing and merging the PR, @ntohidi!

Hi @unclecode, Thank you for your support. Myself and @luisferreira93 have tested your solution in the latest version of Crawl4AI (0.4.247) by using [this test page](https://testpages.eviltester.com/styled/auth/basic-auth-results.html) and we are getting...

We've worked around the error that I've mentioned in the previous comment by setting the `Authorization` header in a [Playwright route](https://playwright.dev/python/docs/api/class-route), as exemplified [here](https://github.com/jl-martins/crawl4ai-invalid-credentials-reproducer/compare/main...workaround).