You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
When the next song in a playlist is automatically switched to, the next song will not play. Manual intervention (e.g., hitting the previous button or selecting a track) will restore the sound.
Steps to reproduce:
Play a song in a playlist
Wait until the next song in a playlist is automatically advanced to when the song finishes
Expected outcome:
The next song should play.
Observations/Actual Result:
The next song does not play. It will play if the track is manually selected or if the previous button is selected. A seemingly relevant portion of the output of ADB logcat:
01-20 18:05:58.606 7063 7063 E AndroidRuntime: FATAL EXCEPTION: main
01-20 18:05:58.606 7063 7063 E AndroidRuntime: Process: another.music.player, PID: 7063
01-20 18:05:58.606 7063 7063 E AndroidRuntime: android.app.ForegroundServiceDidNotStartInTimeException: Context.startForegroun
dService() did not then call Service.startForeground(): ServiceRecord{44fa7ba u0 another.music.player/com.simplecity.amp_library
.playback.MusicService}
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at android.app.ActivityThread.throwRemoteServiceException(ActivityThread
.java:1923)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at android.app.ActivityThread.access$2700(ActivityThread.java:247)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2148)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7839)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeIn
it.java:548)
01-20 18:05:58.606 7063 7063 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Shuttle version:
v2.0.17
Device, OS:
Pixel6, Android 12
Description of bug:
When the next song in a playlist is automatically switched to, the next song will not play. Manual intervention (e.g., hitting the previous button or selecting a track) will restore the sound.
Steps to reproduce:
Expected outcome:
The next song should play.
Observations/Actual Result:
The next song does not play. It will play if the track is manually selected or if the previous button is selected. A seemingly relevant portion of the output of ADB logcat:
The text was updated successfully, but these errors were encountered: