Skip to content
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

subscribe_zones callback broken #27

Closed
DrCWO opened this issue Apr 23, 2021 · 3 comments
Closed

subscribe_zones callback broken #27

DrCWO opened this issue Apr 23, 2021 · 3 comments

Comments

@DrCWO
Copy link

DrCWO commented Apr 23, 2021

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

@dannydulai
Copy link
Contributor

do you have a test repo we can test again? I just wrote an extension and do not have this problem.

@DrCWO
Copy link
Author

DrCWO commented Oct 14, 2022

Hi Danny,
this is quite an old issue ;-)

After a reboot of the core (1.8) and a reboot of rooExtend anything was fine again.

Best DrCWO

@dannydulai
Copy link
Contributor

ok, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants