BobbyESP / Spowlo

A Spotify songs downloader for Android made with Jetpack Compose, Material You and the spotDL Python library
https://t.me/spowlo_chatroom
GNU General Public License v3.0
853 stars 17 forks source link

[App crash] #129

Open ramadhafidz opened 3 months ago

ramadhafidz commented 3 months ago

Checklist

Describe the bug

No response

To Reproduce

No response

Error reports

java.lang.NullPointerException: Can't toast on a thread that has not called Looper.prepare() at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:167) at android.widget.Toast.getLooper(Toast.java:186) at android.widget.Toast.(Toast.java:171) at android.widget.Toast.makeText(Toast.java:501) at android.widget.Toast.makeText(Toast.java:490) at com.bobbyesp.spowlo.utils.ToastUtil.makeToast(TextUtils.kt:19) at com.bobbyesp.spowlo.ui.pages.InitialEntryKt$InitialEntry$4$1.invokeSuspend(InitialEntry.kt:520) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [androidx.compose.ui.platform.MotionDurationScaleImpl@a9546e0, androidx.compose.runtime.BroadcastFrameClock@e679d99, StandaloneCoroutine{Cancelling}@178e85e, AndroidUiDispatcher@dfbc43f] java.lang.NullPointerException: Can't toast on a thread that has not called Looper.prepare() at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:167) at android.widget.Toast.getLooper(Toast.java:186) at android.widget.Toast.(Toast.java:171) at android.widget.Toast.makeText(Toast.java:501) at android.widget.Toast.makeText(Toast.java:490) at com.bobbyesp.spowlo.utils.ToastUtil.makeToast(TextUtils.kt:19) at com.bobbyesp.spowlo.ui.pages.InitialEntryKt$InitialEntry$4$1.invokeSus...

Screenshots & Screen Records

No response

Device info

No response

Additional context

No response