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

Not playing next song in my play list #296

Closed
4 tasks done
ShadowWalkerM opened this issue Apr 26, 2024 · 8 comments
Closed
4 tasks done

Not playing next song in my play list #296

ShadowWalkerM opened this issue Apr 26, 2024 · 8 comments
Labels

Comments

@ShadowWalkerM
Copy link

Checklist

  • I am able to reproduce the bug with the latest debug version (Android, Linux, Windows)
  • 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

Make a play list
Play first song
And 2nd song is recommendation song not the second song in play list

Expected behavior

Completely play the play list

Actual behavior

Play normally first song and then start recommendation songs not next song in play list

Screenshots / recordings

Screenshot_20240426-171911
Screenshot_20240426-171915

Logs

java.lang.IllegalStateException: Fail to prepare request body for sending.
The body type is: class java.util.Collections$SingletonMap (Kotlin reflection is not available), with Content-Type: null.

If you expect serialized body, please check that you have installed the corresponding plugin(like ContentNegotiation) and set Content-Type header.
at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(SourceFile:256)
at io.ktor.client.engine.HttpClientEngine$install$1.invoke(SourceFile:4)
at io.ktor.client.engine.HttpClientEngine$install$1.invoke(SourceFile:5)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SourceFile:36)
at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SourceFile:28)
at io.ktor.util.pipeline.SuspendFunctionGun.proceedWith(SourceFile:8)
at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(SourceFile:161)
at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invoke(SourceFile:46)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SourceFile:36)
at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SourceFile:28)
at io.ktor.client.HttpClient$4.invokeSuspend(SourceFile:197)
at io.ktor.client.HttpClient$4.invoke(SourceFile:42)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SourceFile:36)
at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SourceFile:28)
at io.ktor.util.pipeline.SuspendFunctionGun.execute$ktor_utils(SourceFile:24)
at io.ktor.util.pipeline.Pipeline.execute(SourceFile:190)
at io.ktor.client.HttpClient.execute$ktor_client_core(SourceFile:64)
at io.ktor.client.statement.HttpStatement.executeUnsafe(Unknown Source:64)
at io.ktor.client.statement.HttpStatement.execute(SourceFile:1)
at io.ktor.client.statement.HttpStatement.execute(SourceFile:2)
at com.toasterofbread.spmp.ui.component.ErrorInfoDisplayKt.uploadErrorToPasteEe(SourceFile:341)
at com.toasterofbread.spmp.ui.component.ErrorInfoDisplayKt.uploadErrorToPasteEe$default(Unknown Source:19)
at com.toasterofbread.spmp.ui.component.ErrorInfoDisplayKt$ExpandedContent$2$1$1$1$2$1.invokeSuspend(SourceFile:99)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:8)
at kotlinx.coroutines.DispatchedTask.run(Unknown Source:107)
at androidx.compose.ui.platform.AndroidUiDispatcher.access$performTrampolineDispatch(SourceFile:7)
at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.run(SourceFile:3)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.app.ActivityThread.main(ActivityThread.java:8625)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)

SpMp version

0.3.1

SpMp platform

Android

OS version

Android 11

Additional information

This did not happen in older versions

@ShadowWalkerM
Copy link
Author

Old version works fine(version 0.3.0)
Screenshot_20240426-175532
Screenshot_20240426-175536

@toasterofbread
Copy link
Owner

Where/when were those logs produced? Please send the equivalent logs taken on the latest debug build instead.

@ShadowWalkerM
Copy link
Author

ShadowWalkerM commented Apr 27, 2024

Where/when were those logs produced? Please send the equivalent logs taken on the latest debug build instead

Um so recommendation songs there cuz i have internet connection so i downloaded first 2 songs and turned off int connection and tried to play those 2 songs when i pressed first song and went to song queue and there was first song and error msg and that msg is in log section of issue report
And how do i send latest debug build log idk how there no error msg other than that

Screenshot_20240427-121620
Screenshot_20240427-121630
Screenshot_20240427-121632

@toasterofbread
Copy link
Owner

Which commit are you testing this on? I'm not able to reproduce this.

@ShadowWalkerM
Copy link
Author

ShadowWalkerM commented Apr 29, 2024

Which commit are you testing this on? I'm not able to reproduce this.

Commit mean? if its version its 0.3.1 app version in android 11.I cleared app data and uninstalled and installed again its same but 0.3.0 version works fine

Screenshot_20240429-110127.jpg

@toasterofbread
Copy link
Owner

You ticked the box saying I am able to reproduce the bug with the latest debug version. Which debug apk did you use?

@ShadowWalkerM
Copy link
Author

You ticked the box saying I am able to reproduce the bug with the latest debug version. Which debug apk did you use?

android-armeabi-7a.apk(0.3.1) is the apk i used and 0.3.2 version have same problem

@toasterofbread
Copy link
Owner

v0.3.2 is not the latest build. Please don't tick the I am able to reproduce the bug with the latest debug version box without testing the latest debug version (which is linked to in the issue template).

I'm fairly sure this bug is already fixed on main, but if not then please provide a stack trace from the latest debug build.

@toasterofbread toasterofbread closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants