android icon indicating copy to clipboard operation
android copied to clipboard

NextCloud Crash While Downing Lots of Music

Open d-buster opened this issue 2 months ago • 0 comments

⚠️ Before posting ⚠️

  • [x] This is a bug, not a question or an enhancement.
  • [x] I've searched for similar issues and didn't find a duplicate.
  • [x] I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
  • [x] I agree to follow Nextcloud's Code of Conduct.

Steps to reproduce

Cause of error

Exception in thread "DefaultDispatcher-worker-7" java.util.concurrent.ExecutionException: com.bumptech.glide.load.engine.GlideException: Failed to load resource
There was 1 root cause:
com.bumptech.glide.load.HttpException(Failed to connect or obtain data, status code: -1)
 call GlideException#logRootCauses(String) for more detail
    at com.bumptech.glide.request.RequestFutureTarget.doGet(RequestFutureTarget.java:217)
    at com.bumptech.glide.request.RequestFutureTarget.get(RequestFutureTarget.java:130)
    at com.nextcloud.utils.GlideHelper.getDrawable(GlideHelper.kt:179)
    at com.nextcloud.client.widget.DashboardWidgetUpdater$loadIcon$1.invokeSuspend(DashboardWidgetUpdater.kt:161)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:589)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:823)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:720)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:707)
Caused by: Exception in thread "DefaultDispatcher-worker-7" com.bumptech.glide.load.engine.GlideException: Failed to load resource
There was 1 root cause:
com.bumptech.glide.load.HttpException(Failed to connect or obtain data, status code: -1)
 call GlideException#logRootCauses(String) for more detail

App information

  • ID: com.nextcloud.client
  • Version: 30340190
  • Build flavor: gplay

Device information

  • Brand: google
  • Device: husky
  • Model: Pixel 8 Pro
  • Id: BP3A.251105.015
  • Product: husky

Firmware

  • SDK: 36
  • Release: 16
  • Incremental: 2025112101

Expected behaviour

Was downloading music ok then sudden crash.

Actual behaviour

Sudden crash of app while set to download about 400 songs.

Android version

Latest version of Graphene OS

Device brand and model

Pixel 8 Pro

Stock or custom OS?

Custom (explain in "additional information")

Nextcloud android app version

30340190

Nextcloud server version

Dont know

Using a reverse proxy?

No

Android logs

No response

Server error logs


Additional information

Running Graphene OS.

d-buster avatar Dec 05 '25 13:12 d-buster