-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test regressions with urllib3-2.2.0: botocore.exceptions.HTTPClientError: An HTTP Client raised an unhandled exception: sequence item 0: expected str instance, bytes found
#7311
Comments
Hi @mgorny. The stacktrace shows that it fails when |
While they formally don't declare support, it works just fine. As the bug indicates, they are concerned about removing the pin as they're afraid it could break assumptions reverse dependencies made. moto works fine with urllib3 up to 2.1.0, and awscli+boto3+botocore works fine and passes all tests with 2.2.0. |
The following test fails with the same problem, without Moto:
More specifically, it fails on this line, which is before the request is actually executed - and therefore before it could reach Moto. Relevant issue in botocore: boto/botocore#3111 |
@bblommers & @mgorny - which version of botocore,boto3 and urllib3 I should install to overcome this http issue , could you please help. |
@rkmish Any version of botocore/boto3, but |
Yes, I've merged that patch to Gentoo as soon as it was committed. Thank you! |
After upgrading urllib3 to 2.2.0, a few tests fail (full log below):
To reproduce:
Full log (400k): log.txt
The text was updated successfully, but these errors were encountered: