-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
I have encountered this problem several times and have tried to reproduce it.
Steps to reproduce
- Enter the app
- My Site
- Create a post or page
- Blog post
- More Options
- Post Settings
- SET FEATURE IMAGE
- More Options
- Choose from Tenor
- Enter something to search (e.g, "a")
- Open Airplane mode (to simulate poor network to trigger download failure)
- Choose one
- Click OK
The app crashes
Logcat
FATAL EXCEPTION: main
Process: com.jetpack.android, PID: 8511
java.lang.Exception: Failed to download the image.
at org.wordpress.android.ui.mediapicker.insert.GifMediaInsertUseCase$fetchAndSaveAsync$1.invokeSuspend(GifMediaInsertUseCase.kt:72)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:811)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:715)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:702)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@7380d9b, Dispatchers.Main]
More Info
Android: 14
Device: Pixel 8
App: Jetpack
Version: 25.7.2
Metadata
Metadata
Assignees
Labels
No labels