https://kotlinlang.org logo
k

Kismet

04/05/2020, 2:20 PM
Copy code
java.lang.IllegalStateException: Unable to fetch data. No fetcher supports: 
        at coil.ComponentRegistry.requireFetcher(ComponentRegistry.kt:70)
        at coil.RealImageLoader$execute$2$deferred$1.invokeSuspend(RealImageLoader.kt:193)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:313)
        at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:35)
        at kotlinx.coroutines.LazyDeferredCoroutine.onStart(Builders.common.kt:112)
        at kotlinx.coroutines.AbstractCoroutine.onStartInternal$kotlinx_coroutines_core(AbstractCoroutine.kt:75)
        at kotlinx.coroutines.JobSupport.startInternal(JobSupport.kt:400)
        at kotlinx.coroutines.JobSupport.awaitInternal$kotlinx_coroutines_core(JobSupport.kt:1217)
        at kotlinx.coroutines.DeferredCoroutine.await$suspendImpl(Builders.common.kt:99)
        at kotlinx.coroutines.DeferredCoroutine.await(Unknown Source:0)
        at coil.RealImageLoader$execute$2.invokeSuspend(RealImageLoader.kt:258)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
        at android.os.Handler.handleCallback(Handler.java:883)
        at android.os.Handler.dispatchMessage(Handler.java:100)
        at android.os.Looper.loop(Looper.java:214)
        at android.app.ActivityThread.main(ActivityThread.java:7356)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
z

Zach Klippenstein (he/him) [MOD]

04/05/2020, 3:37 PM
That looks like a coil error, not compose.
1
k

Kismet

04/05/2020, 9:34 PM
You're right ty.
3 Views