You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My actions are in order:
I'm putting a second on the cryptocurrency.
I press the add button.
When I come to the main screen and wait for about 10 seconds, I get this error.
E/AndroidRuntime:FATALEXCEPTION:DefaultDispatcher-worker-2Process: com.canerture.cryptocurrencypricetracker, PID:11823
kotlinx.coroutines.channels.ClosedSendChannelException:Channel was closed
at kotlinx.coroutines.channels.Closed.getSendException(AbstractChannel.kt:1107)
at kotlinx.coroutines.channels.AbstractSendChannel.helpCloseAndResumeWithSendException(AbstractChannel.kt:230)
at kotlinx.coroutines.channels.AbstractSendChannel.access$helpCloseAndResumeWithSendException(AbstractChannel.kt:19)
at kotlinx.coroutines.channels.AbstractSendChannel.sendSuspend(AbstractChannel.kt:220)
at kotlinx.coroutines.channels.AbstractSendChannel.send(AbstractChannel.kt:136)
at kotlinx.coroutines.channels.ChannelCoroutine.send(UnknownSource:2)
at com.canerture.cryptocurrencypricetracker.data.repository.CoinRepositoryImpl$currentPriceById$1$1.invokeSuspend(CoinRepositoryImpl.kt:35)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@bf0dbbd, Dispatchers.Default]
The text was updated successfully, but these errors were encountered:
I live in a issue on when starting WorkManager.
My actions are in order:
I'm putting a second on the cryptocurrency.
I press the add button.
When I come to the main screen and wait for about 10 seconds, I get this error.
The text was updated successfully, but these errors were encountered: