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

Crash while adding a song to queue #464

Open
4 tasks done
totchi-lagawi opened this issue Jan 19, 2025 · 0 comments
Open
4 tasks done

Crash while adding a song to queue #464

totchi-lagawi opened this issue Jan 19, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@totchi-lagawi
Copy link

Checklist

  • I am able to reproduce the bug with the latest debug version.
  • I've checked that there is no open or closed issue about this bug.
  • This issue contains only one bug.
  • The title of this issue accurately describes the bug.

Steps to reproduce the bug

  1. Select a song
  2. Click "Play next"

Expected behavior

The app shouldn't crash :)

Actual behavior

Well, surprisingly enough, the app actually crashes...

Screenshots/Screen recordings

No response

Logs

FATAL EXCEPTION: main
Process: com.malopieds.innertune, PID: 29617
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 1
	at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
	at java.util.Objects.checkIndex(Objects.java:359)
	at java.util.ArrayList.get(ArrayList.java:434)
	at N2.v.v(SourceFile:45)
	at M5.a.p(SourceFile:9)
	at f6.K.run(SourceFile:95)
	at z0.W.b0(SourceFile:24)
	at z0.V.run(SourceFile:3)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.app.ActivityThread.main(ActivityThread.java:8223)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
	Suppressed: l6.g: [z0.w0@c5996d2, N.h@68563a3, v0{Cancelling}@e3946a0, W@1a80259]

InnerTune version

0.5.13

Android version

Android 14 (Stock)

Additional information

The queue was empty.

@totchi-lagawi totchi-lagawi added the bug Something isn't working label Jan 19, 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