mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-25 22:35:53 +03:00
[GH-ISSUE #70] Queue always empty #25
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ds556 on GitHub (Nov 16, 2025).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/70
It looks like the MA player queue is not correctly read and/or represented in state. I am always seeing an empty queue in Loxone even though it correctly displays in MA.
MA: 2.6.3
lox-audioserver: testing branch
Let me know if you need any logs.
@rudyberends commented on GitHub (Nov 16, 2025):
Queue should not be empty using a stable MA release and testing branch.
Could you share the output of;
http://192.168.1.252:7091/audio/14/getqueue/0/50
using your own lox-audioserver ip and replacing 14 with an actual zoneId?
@ds556 commented on GitHub (Nov 16, 2025):
@rudyberends commented on GitHub (Nov 16, 2025):
Could you try the latest version on the testing branch?
This version has additional debug logging that should give us some more information
@ds556 commented on GitHub (Nov 17, 2025):
Thanks, this revealed the issue. The
queue_idin thegetQueueItems()request was lower case which seems to be case sensitive.