node-roon-api icon indicating copy to clipboard operation
node-roon-api copied to clipboard

subscribe_zones callback broken

Open DrCWO opened this issue 3 years ago • 0 comments

I encountered an issue with my rooDial after the latest roon server update [Roon version 1.8 (build 790) stable (64Bit)].

To discover the zones and also the changes of the zones I use:

let transport = core.services.RoonApiTransport; transport.subscribe_zones(function (cmd, data) { my code goes here }

Since the latest server update I did no more get any callback if a zone was added or removed. I get the callback only once, wenn I start rooDial. There I get the “Subscribed” cmd but never anything else.

It can be verified with the code at the end of this page: https://github.com/RoonLabs/node-roon-api

DrCWO avatar Apr 23 '21 09:04 DrCWO