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] #133

Open mananiela opened 3 months ago

mananiela 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:274) at android.widget.Toast.(Toast.java:259) at android.widget.Toast.makeText(Toast.java:778) at android.widget.Toast.makeText(Toast.java:767) 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@836b3ce, androidx.compose.runtime.BroadcastFrameClock@96782ef, StandaloneCoroutine{Cancelling}@ed1c1fc, AndroidUiDispatcher@d529085] 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:274) at android.widget.Toast.(Toast.java:259) at android.widget.Toast.makeText(Toast.java:778) at android.widget.Toast.makeText(Toast.java:767) 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