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

UI Crash on App Launch #7828

Closed
4 tasks done
ghost opened this issue Feb 6, 2022 · 1 comment
Closed
4 tasks done

UI Crash on App Launch #7828

ghost opened this issue Feb 6, 2022 · 1 comment
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion template ignored The user didn't follow the template/instructions (or removed them)

Comments

@ghost
Copy link

ghost commented Feb 6, 2022

Checklist

Steps to reproduce the bug

  1. Launch the app.
  2. Before the information and pictures load, try to search or open a video
  3. Crash!

Whenever I try to use the app really fast just after the launch, it crashes.

Actual behavior

The app crashes on usage of app on launch but works when wait for some time

Expected behavior

The app works normally

Screenshots/Screen recordings

Logs

Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: NL
  • Content Language: de
  • App Language: en
  • Service: none
  • Version: 0.21.16
  • OS: Linux Android 9 - 28
Crash log

java.lang.NullPointerException: Attempt to invoke virtual method 'android.widget.RelativeLayout org.schabi.newpipe.databinding.PlaylistHeaderBinding.getRoot()' on a null object reference
	at org.schabi.newpipe.fragments.list.playlist.PlaylistFragment.handleResult(PlaylistFragment.java:301)
	at org.schabi.newpipe.fragments.list.playlist.PlaylistFragment.handleResult(PlaylistFragment.java:67)
	at org.schabi.newpipe.fragments.list.BaseListInfoFragment.lambda$startLoading$0(BaseListInfoFragment.java:146)
	at org.schabi.newpipe.fragments.list.BaseListInfoFragment.$r8$lambda$Gn1fP3-8OJnktT5gkmUmbW-egTg(Unknown Source:0)
	at org.schabi.newpipe.fragments.list.BaseListInfoFragment$$ExternalSyntheticLambda4.accept(Unknown Source:4)
	at io.reactivex.rxjava3.internal.observers.ConsumerSingleObserver.onSuccess(ConsumerSingleObserver.java:62)
	at io.reactivex.rxjava3.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:81)
	at io.reactivex.rxjava3.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:123)
	at android.os.Handler.handleCallback(Handler.java:873)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:193)
	at android.app.ActivityThread.main(ActivityThread.java:6762)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)


Android version: Stock android 9
Phone model: Redmi mi A1

@ghost ghost added the bug Issue is related to a bug label Feb 6, 2022
@litetex
Copy link
Member

litetex commented Feb 7, 2022

Duplicate of #6231

@litetex litetex marked this as a duplicate of #6231 Feb 7, 2022
@litetex litetex closed this as completed Feb 7, 2022
@litetex litetex added the duplicate Issue or discussion is a duplicate of an existing issue or discussion label Feb 7, 2022
@AudricV AudricV added template ignored The user didn't follow the template/instructions (or removed them) and removed bug Issue is related to a bug labels Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion template ignored The user didn't follow the template/instructions (or removed them)
Projects
None yet
Development

No branches or pull requests

2 participants