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

syphonpy not seeing servers? #17

Open
danielnjackson opened this issue Sep 7, 2022 · 1 comment
Open

syphonpy not seeing servers? #17

danielnjackson opened this issue Sep 7, 2022 · 1 comment

Comments

@danielnjackson
Copy link

Hi,
I'm very much a novice Python programmer, so this is probably user error. I've installed syphonpy and it seems to be working (the server.py script included in the examples folder functions as expected). However, when I run the client.py example, there is no list of servers returned even when I am running several (the Simple Server from the syphon folks, and a server in Isadora, for instance).

The issue seems to be that syphonpy.ServerDirectory.servers() is empty. Am I missing a function or line of code to populate that list of servers?

I'm running Python 3.9 on mac os 12.5.

Thanks!

@cansik
Copy link
Contributor

cansik commented Dec 24, 2023

I think your problem is related to this issue: Syphon/Syphon-Framework#93

Syphon needs an NSRunLoop, otherwise it won't get the needed notifications.

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