-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Regression "TypeError: can't concat coroutine to bytes" #1272
Comments
Hello and thanks for reporting. I'm confused about the moto calls being part of the stacktrace. Could that be related to the issue? |
I'm also getting this error in a moto+aiobotocore setup. Shouldn't |
Looking at the stacktrace and moto source, I believe overriding @thehesiod: Can you comment on why |
Looks like there's a new |
@jakob-keller |
I'd like to understand though why moto is calling read on this fairly internal class from botocore |
My guess is that But again, why is |
ok, yea they're using moto w/ s3fs, moto has a botocore_stubber triggered from |
Turns out, we need to provide |
Describe the bug
I previously filed this under boto/botocore#3341 (comment) against boto as I am unsure which library component is responsible for the problem.
Describe the bug
I am using
boto
in conjuction withs3fs
.A piece of code that looks like
and works perfectly with
boto3<1.36
now fails withboto3==1.36
withChecklist
pip check
passes without errorspip freeze
resultspip freeze results
Environment:
Additional context
Add any other context about the problem here.
Regression Issue
Expected Behavior
s3.open() should work as it did with previous versions.
Current Behavior
See failure above.
Reproduction Steps
See code above.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
not using SDK
Environment details (OS name and version, etc.)
ubuntu:20.04
The text was updated successfully, but these errors were encountered: