is it not possible to show the body request for `m...
# chucker
m
is it not possible to show the body request for
multipart/form-data
or am i missing something in the setup(?) details in 🧵
Screen Shot 2024-01-16 at 5.49.49 PM.png,Screen Shot 2024-01-16 at 5.50.54 PM.png
so in the logcat, it show the actual request body for this
multipart/form-data
connection, but in chucker shown
body is empty
instead
c
Try alwaysReadResponseBody? see the readme
Copy code
val chuckerInterceptor = ChuckerInterceptor.Builder(context)
        // Read the whole response body even when the client does not consume the response completely.
        // This is useful in case of parsing errors or when the response body
        // is closed before being read like in Retrofit with Void and Unit types.
        .alwaysReadResponseBody(true)
👀 1
actually. misundersood your questions and the images just loaded.
not sure what to do there
😞 1
m
I didn’t try the
alwaysReadResponseBody
but will inform you again later.
c
seems like this might just be a bug though. a form body should be displayed in the request section. id file a bug.
m
hi @Colton Idle I want to open an issue just in case you didn’t already created one. lmk yaa if you already created so I can vote up, otherwise I’ll open one