AsyncClient POST fails when running in a docker container #2251
Unanswered
cjdev-n-data
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
'Request' object has no attribute 'decode'
Hi there, I've noticed an issue with v0.23.0 when using the asynchronous client in a docker container.
Environment:
The basic usage I have is as follows:
I have tried multiple different methods and scenarios, but the only way I managed to fix this issue is by down-grading the httpx version to
0.20.0Any ideas why I have run into this issue?
Beta Was this translation helpful? Give feedback.
All reactions