Tubular icon indicating copy to clipboard operation
Tubular copied to clipboard

Exception notification days after last opening the app

Open BrutuZ opened this issue 4 months ago • 2 comments

Got the crash notification out of nowhere, wasn't even using the app, haven't opened it in days.

Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: GB
  • Content Language: en-GB
  • App Language: en_GB
  • Service: none
  • Timestamp: 2025-08-11T18:50:56.855-03:00
  • Package: org.polymorphicshade.tubular
  • Service: none
  • Version: 0.28.0
  • OS: Linux samsung/a54xnsxx/a54x:15/AP3A.240905.015.A2/A546EXXUCDYDB:user/release-keys 15 - 35
Crash log

android.app.RemoteServiceException$ForegroundServiceDidNotStartInTimeException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{c355056 u0 org.polymorphicshade.tubular/org.schabi.newpipe.player.PlayerService c:org.polymorphicshade.tubular}
	at android.app.ActivityThread.generateForegroundServiceDidNotStartInTimeException(ActivityThread.java:2495)
	at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2463)
	at android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException(Unknown Source:0)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2820)
	at android.os.Handler.dispatchMessage(Handler.java:107)
	at android.os.Looper.loopOnce(Looper.java:257)
	at android.os.Looper.loop(Looper.java:342)
	at android.app.ActivityThread.main(ActivityThread.java:9638)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:619)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:929)
Caused by: android.app.StackTrace: Last startServiceCommon() call for this service was made here
	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2056)
	at android.app.ContextImpl.startForegroundService(ContextImpl.java:2000)
	at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:849)
	at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:849)
	at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1128)
	at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:700)
	at androidx.media.session.MediaButtonReceiver.onReceive(MediaButtonReceiver.java:120)
	at android.app.ActivityThread.handleReceiver(ActivityThread.java:5381)
	at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2699)
	... 7 more


Seemingly related: #237 #257

BrutuZ avatar Aug 08 '25 17:08 BrutuZ

Found out there was a newer version available, had to manually check for updates in-app

BrutuZ avatar Aug 08 '25 17:08 BrutuZ

Reopening the issue since I just experienced the crash notification with the updated version.

BrutuZ avatar Aug 11 '25 21:08 BrutuZ