chucker icon indicating copy to clipboard operation
chucker copied to clipboard

🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)

Results 106 chucker issues
Sort by recently updated
recently updated
newest added

## :writing_hand: Describe the bug Downloading large files (over 150mb) crashes, I'm sure it's Chucker's problem Exception ```kotlin Throwing OutOfMemoryError "Failed to allocate a 32 byte allocation with 4673640 free...

## :warning: Is your feature request related to a problem? Please describe I understand Chucker will capture the request automatically. But is it possible to let us add a request...

## :camera: Screenshots @cortinico Not sure if this is what you had in mind ## :page_facing_up: Context Refer #286 ## :pencil: Changes I'm not super proud of it but I'm...

## :writing_hand: Describe the bug We faced JDK 17 compatibility issue that already fixed by https://github.com/ChuckerTeam/chucker/pull/1025 But this fix is not available either sonatype and JitPack. I quickly checked the...

## :writing_hand: Describe the bug ## :bomb: Steps to reproduce _Not able to reproduce it. This might be due to multiple process used by our application_ **Stack Trace:** `2023-02-15 18:17:29.037...

help wanted

## :camera: Screenshots ![image](https://user-images.githubusercontent.com/2102422/199328169-6033ed70-ac6d-47df-b5ba-96594306d19a.png) ## :page_facing_up: Context Added EventListener to decorate recordings for HttoTransaction. This will allow to record duration for: - Call - Connect - Secure Connect - Dns...

blocked by model redesign

## :warning: Is your feature request related to a problem? Please describe My request was revealed as I ran into the same problem as #801 (but ultimately not related to...

## :writing_hand: Describe the bug I'm using Dagger for injection and in some places in the unit tests I used injection too. By adding the chucker into my OKHttp some...

## :warning: Is your feature request related to a problem? Please describe ![20230203112728](https://user-images.githubusercontent.com/28497579/216506482-5c093876-451c-4c2d-9d61-c1d03cde4000.png) ## :bulb: Describe the solution you'd like Only if the display is correct ## :bar_chart: Describe alternatives...

## Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object kotlin.Pair.component1()' on a null object reference at com.chuckerteam.chucker.internal.ui.transaction.TransactionPayloadFragment.onViewCreated$lambda-2(TransactionPayloadFragment.kt:102) at com.chuckerteam.chucker.internal.ui.transaction.TransactionPayloadFragment.$r8$lambda$T903xsqZYw_77gb8vnhfSzuuVAk() at com.chuckerteam.chucker.internal.ui.transaction.TransactionPayloadFragment$$ExternalSyntheticLambda1.onChanged(:4) at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) at androidx.lifecycle.LiveData.setValue(LiveData.java:309) at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50)...

incomplete