Skip to content

When setting featured image for a post, "Failed to download image" lead to app crash #21818

@Terrible-Tornado

Description

@Terrible-Tornado

I have encountered this problem several times and have tried to reproduce it.

Steps to reproduce

  1. Enter the app
  2. My Site
  3. Create a post or page
  4. Blog post
  5. More Options
  6. Post Settings
  7. SET FEATURE IMAGE
  8. More Options
  9. Choose from Tenor
  10. Enter something to search (e.g, "a")
  11. Open Airplane mode (to simulate poor network to trigger download failure)
  12. Choose one
  13. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions