[GH-ISSUE #70] Queue always empty #25

Closed
opened 2026-02-27 19:27:59 +03:00 by kerem · 4 comments
Owner

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.

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.
kerem closed this issue 2026-02-27 19:27:59 +03:00
Author
Owner

@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?

<!-- gh-comment-id:3538671004 --> @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?
Author
Owner

@ds556 commented on GitHub (Nov 16, 2025):

{
  "getqueue_result": [
    {
      "id": 18,
      "items": [],
      "shuffle": false,
      "start": 0,
      "totalitems": 0
    }
  ],
  "command": "audio/18/getqueue/0/50"
}
<!-- gh-comment-id:3538676310 --> @ds556 commented on GitHub (Nov 16, 2025): ``` { "getqueue_result": [ { "id": 18, "items": [], "shuffle": false, "start": 0, "totalitems": 0 } ], "command": "audio/18/getqueue/0/50" } ```
Author
Owner

@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

<!-- gh-comment-id:3539383516 --> @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
Author
Owner

@ds556 commented on GitHub (Nov 17, 2025):

Thanks, this revealed the issue. The queue_id in the getQueueItems() request was lower case which seems to be case sensitive.

<!-- gh-comment-id:3540781650 --> @ds556 commented on GitHub (Nov 17, 2025): Thanks, this revealed the issue. The `queue_id` in the `getQueueItems()` request was lower case which seems to be case sensitive.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lox-audioserver#25
No description provided.