Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While dealing with the 3.30.4 Fiasko disabling Internet causes a crash #13970

Open
pohuing opened this issue Nov 7, 2024 · 7 comments
Open
Labels
0. Needs triage bug feature: sync performance: misc lag, ANR, etc and rarer exceptions/errors that don't have their own labels stable-3.30

Comments

@pohuing
Copy link

pohuing commented Nov 7, 2024

Cause of error

Exception in thread "main" android.app.RemoteServiceException$ForegroundServiceDidNotStartInTimeException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{c70ed75 u0 com.nextcloud.client/androidx.work.impl.foreground.SystemForegroundService}
    at android.app.ActivityThread.generateForegroundServiceDidNotStartInTimeException(ActivityThread.java:2184)
    at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2155)
    at android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2449)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:245)
    at android.os.Looper.loop(Looper.java:364)
    at android.app.ActivityThread.main(ActivityThread.java:8424)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
Caused by: Exception in thread "main" android.app.StackTrace: Last startServiceCommon() call for this service was made here
    at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1952)
    at android.app.ContextImpl.startForegroundService(ContextImpl.java:1906)
    at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:837)
    at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:837)
    at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1128)
    at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:700)
    at androidx.work.impl.Processor.startForeground(Processor.java:206)
    at androidx.work.impl.utils.WorkForegroundUpdater$1.run(WorkForegroundUpdater.java:100)
    at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
    at java.lang.Thread.run(Thread.java:1012)

App information

  • ID: com.nextcloud.client
  • Version: 30300490
  • Build flavor: generic

Device information

  • Brand: asus
  • Device: ASUS_AI2302
  • Model: ASUS_AI2302
  • Id: UKQ1.230917.001
  • Product: EU_AI2302

Firmware

  • SDK: 34
  • Release: 14
  • Incremental: 34.1004.0204.180
@pohuing
Copy link
Author

pohuing commented Nov 7, 2024

I'll add a video tomorrow. Github fails at letting me upload a screencap and it's 3:30am

@pohuing
Copy link
Author

pohuing commented Nov 7, 2024

Since github is currently returning a http 422 when trying to upload videos I've uploaded the screen recording to https://youtu.be/Ao1GC05O8lU .

@pohuing
Copy link
Author

pohuing commented Nov 7, 2024

I probably won't be able to reproduce this any further. I've decided to reinstall nextcloud because I do need a working client

@joshtrichards
Copy link
Member

Looks like #12706

@pohuing
Copy link
Author

pohuing commented Nov 7, 2024 via email

@pohuing
Copy link
Author

pohuing commented Nov 7, 2024

Oh hey never mind me. I do have a screenshot Image

@joshtrichards joshtrichards added stable-3.30 feature: sync performance: misc lag, ANR, etc and rarer exceptions/errors that don't have their own labels labels Nov 7, 2024
@AndyScherzinger
Copy link
Member

looping in @tobiasKaminsky and @alperozturk96 (who fixed a lot of things recently on this newly introduced feature)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage bug feature: sync performance: misc lag, ANR, etc and rarer exceptions/errors that don't have their own labels stable-3.30
Projects
None yet
Development

No branches or pull requests

3 participants