-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
App crash on startup #9163
Comments
Looks like an issue with the update check. Try opening the app after turning off internet. |
When the phone is in flight mode the issue still exists. https://haste.aicp-rom.com/dosulowuna That's the log that appears after the try... |
If you have root, can you take a backup of the app and then uninstall and reinstall it? If not, can you just try using an RC from here#8890 (comment) without importing any databases or changing any settings? |
After an backup with titanium I Uninstaller it. Exception
Crash log
Then this error: Exception
Crash log
Then another: Exception
Crash log
Then this one: Exception
Crash log
Then the ui of newpipe appeared |
@5t0rmr1d3r What's the situation with 0.25.2? Bug still there? And what about 0.26.0 RC? |
Situation isn't there anymore. And can be marked as solved.
There is not yet a 0.26.0 RC in your fdroid repo, so I haven't tested that.
|
@5t0rmr1d3r It never is. Check out the pinned issues here on Github. |
Checklist
Affected version
0.24.0
Steps to reproduce the bug
Just tried to start the app again, the day before it worked on that version like a charm. No other updates (e.g. for OS) habe been installed.
Expected behavior
A normal starting and working app...
Actual behavior
App appears for a blink and vanishes instantly. Then after about a minute the crash report appears.
Screenshots/Screen recordings
No response
Logs
Aicp Crashlog
time: 1666281849726
msg: java.lang.IllegalArgumentException: Remote stack trace:
at com.android.server.job.JobSchedulerService$JobSchedulerStub.enforceValidJobRequest(JobSchedulerService.java:2569)
at com.android.server.job.JobSchedulerService$JobSchedulerStub.schedule(JobSchedulerService.java:2631)
at android.app.job.IJobScheduler$Stub.onTransact(IJobScheduler.java:153)
at android.os.Binder.execTransactInternal(Binder.java:1154)
at android.os.Binder.execTransact(Binder.java:1123)
stacktrace: java.lang.IllegalArgumentException: No such service ComponentInfo{org.schabi.newpipe/org.acra.sender.JobSenderService}
at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
at android.os.Parcel.createException(Parcel.java:2357)
at android.os.Parcel.readException(Parcel.java:2340)
at android.os.Parcel.readException(Parcel.java:2282)
at android.app.job.IJobScheduler$Stub$Proxy.schedule(IJobScheduler.java:308)
at android.app.JobSchedulerImpl.schedule(JobSchedulerImpl.java:47)
at org.acra.scheduler.DefaultSenderScheduler.scheduleReportSending(DefaultSenderScheduler.kt:52)
at org.acra.scheduler.SchedulerStarter.scheduleReports(SchedulerStarter.kt:49)
at org.acra.startup.StartupProcessorExecutor.processReports$lambda-5$lambda-4(StartupProcessorExecutor.kt:56)
at org.acra.startup.StartupProcessorExecutor.$r8$lambda$o2NE53IEwtcT_aLpWXA2a4JC9OE(Unknown Source:0)
at org.acra.startup.StartupProcessorExecutor$$ExternalSyntheticLambda1.run(Unknown Source:6)
at java.lang.Thread.run(Thread.java:923)
Caused by: android.os.RemoteException: Remote stack trace:
at com.android.server.job.JobSchedulerService$JobSchedulerStub.enforceValidJobRequest(JobSchedulerService.java:2569)
at com.android.server.job.JobSchedulerService$JobSchedulerStub.schedule(JobSchedulerService.java:2631)
at android.app.job.IJobScheduler$Stub.onTransact(IJobScheduler.java:153)
at android.os.Binder.execTransactInternal(Binder.java:1154)
at android.os.Binder.execTransact(Binder.java:1123)
Affected Android/Custom ROM version
Android 11 / AICP 16.1
Affected device model
ONEPLUS A6003
Additional information
No response
The text was updated successfully, but these errors were encountered: