-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Playlists not starting properly #1624
Comments
Speculating but looking at the changelog I wonder if the debouncing might be the culprit here? Would make sense if the play command is being sent soon after another, and it's being incorrectly filtered out as a bounce? Sadly I'm not going to be able to look at this again until after next week but figured it was worth floating the idea... DEBUG level logs from playing a queue then trying to play a new playlist:
|
This should be fixed in beta 75. Let us know if not. |
Discussed in https://github.com/orgs/music-assistant/discussions/1621
Originally posted by krisnoble November 10, 2023
Not 100% sure if this is an issue with my MA or just a quirk of my setup, but since b74 my playlists have not been starting properly so wondering if anyone can replicate?
My setup is:
What seems to be happening is the playlists load, but don't actually play - they need the play button pressing manually either in HA or MA UI. This happens both when triggering via HA or via the blue play button in the MA UI.
If I run the command again when the player is in the stuck state, it works. So I'm working around it for now in HA by adding a second command after a 1s delay which seems to work reliably. Weirdly, running a "play" command after 1s in the same script/automation doesn't work although running the same play command manually does work, I can't figure out why.
Not seeing anything in the logs set at INFO globally, for the music controller and the queues controller.
The text was updated successfully, but these errors were encountered: