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

bug: crashes when attempting to play the next video in a playlist #29

Open
3 tasks done
jpa102 opened this issue Jan 2, 2025 · 0 comments
Open
3 tasks done

bug: crashes when attempting to play the next video in a playlist #29

jpa102 opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@jpa102
Copy link

jpa102 commented Jan 2, 2025

Type

Error at runtime

Bug description

while playing a random playlist full of music videos (signed out), it will crash after the video ends and tries to play the next video

Steps to reproduce

  1. find any playlist (doesn't have to be a specific one)
  2. play the first video till the end
  3. wait until it tries to load another video

Relevant log output

01-02 17:44:32.533 16575 16575 D AndroidRuntime: Shutting down VM
01-02 17:44:32.547 16575 16575 E AndroidRuntime: FATAL EXCEPTION: main
01-02 17:44:32.547 16575 16575 E AndroidRuntime: Process: app.rvx.android.youtube, PID: 16575
01-02 17:44:32.547 16575 16575 E AndroidRuntime: java.lang.IllegalStateException: Navigation committed to a video that is not expected bythe navigable queue
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at aihi.o(PG:4)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at aiia.f(PG:2)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at aitv.b(PG:16)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at aitu.a(PG:1)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at ahhf.run(PG:1)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:942)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:99)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at android.os.Looper.loopOnce(Looper.java:226)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:313)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:8762)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-02 17:44:32.547 16575 16575 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

Screenshots or videos

No response

Solution

No response

Additional context

i do have a secondary phone which runs android 5.1, but my cables don't make my phone show up in adb for some reason so i used my main phone to capture the logs

it does happen on my secondary phone too (oppo a37fw, android 5.1)

Device Environment

Android 13, Samsung galaxy M12, non-root

Acknowledgements

  • I have searched the existing issues and this is a new and no duplicate or related to another open issue.
  • I have written a short but informative title.
  • I filled out all of the requested information in this issue properly.
@jpa102 jpa102 added the bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant