Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Random Errors, Latest Release #18

Closed
seniorm0ment opened this issue Dec 19, 2020 · 3 comments
Closed

Random Errors, Latest Release #18

seniorm0ment opened this issue Dec 19, 2020 · 3 comments

Comments

@seniorm0ment
Copy link

-------------------------------------
java.lang.RuntimeException: Error receiving broadcast Intent { act=org.schabi.newpipe.VideoDetailFragment.ACTION_PLAYER_STARTED flg=0x10 } in org.schabi.newpipe.fragments.detail.VideoDetailFragment$4@7b000b7
	at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1606)
	at android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2)
	at android.os.Handler.handleCallback(Handler.java:883)
	at android.os.Handler.dispatchMessage(Handler.java:100)
	at android.os.Looper.loop(Looper.java:214)
	at android.app.ActivityThread.main(ActivityThread.java:7615)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=org.polymorphicshade.newpipe/org.schabi.newpipe.player.MainPlayer }: app is in background uid UidRecord{cc860df u0a352 CAC  bg:+15m2s693ms idle change:idle procs:1 seq(0,0,0)}
	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1637)
	at android.app.ContextImpl.startService(ContextImpl.java:1592)
	at android.content.ContextWrapper.startService(ContextWrapper.java:669)
	at org.schabi.newpipe.player.helper.PlayerHolder.startService(PlayerHolder.java:88)
	at org.schabi.newpipe.fragments.detail.VideoDetailFragment$4.onReceive(VideoDetailFragment.java:1404)
	at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1588)
	... 8 more
-------------------------------------
@seniorm0ment seniorm0ment changed the title Random Errors Random Errors, Latest Release Dec 19, 2020
@B0pol
Copy link

B0pol commented Dec 19, 2020

Package name has changed to org.polymorphicshade.newpipe in the latest release and there are issues with hardcoded package name. See TeamNewPipe#4653
I'll fix it upstream

@polymorphicshade
Copy link
Owner

@B0pol I believe this should be fixed now right?

@B0pol
Copy link

B0pol commented Jan 1, 2021

Right now, with TeamNewPipe#5221 merged, it should be fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants