Jaewoong Eum
Jaewoong Eum
Hi @aroeiraio, you can just directly access the error `payload` instance inside the `onError` extension. You can check out the details on the [doc](https://skydoves.github.io/sandwich/apiresponse/#apiresponsefailureerror).
HI @Pranathi-pellakuru, sorry for the late response. In this case, you can exclude the `Ktorfit` dependency on sandwich like the code below: ```kotlin implementation("com.github.skydoves:sandwich-ktorfit:$version") { exclude(group = "de.jensklingenberg.ktorfit") } ```
@Pranathi-pellakuru A new release 2.1.2 has been published, so you can try again with the new version. Thank you!
Hi @zenyagami, I'm sorry for the late response. Have you already set the `.setLifecycleOwner(lifecycleOwner)` on your `Balloon.Builder()` when you create your own balloon?
@zenyagami It automatically sets the lifecycle owner by using `findViewTreeLifecycleOwner` but there's any some reasons it doesn't find any bound lifecycle owner, so it would be great to set it...
Hey @zenyagami, a new version 1.7.0 has been released, and now this issue should be resolved. If you still face the same issue, please reopen this one. Thank you!
Hey @Equin, @dumihi313, a new version 1.7.0 has been released, and now this issue should be resolved. If you still face the same issue, please reopen this one. Thank you!
Hey @PavlosTze, apologies for the delayed response. I’m not entirely sure I understand the scenario where the response might be so flexible that the return type varies significantly. In most...
Hi @danielpartogi, I'm sorry for the late response. Have you already set the `.setLifecycleOwner(lifecycleOwner)` on your `Balloon.Builder()` when you create your own balloon?