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

Example knect-snd.py broken #10

Open
hhaudio opened this issue Jun 14, 2018 · 0 comments
Open

Example knect-snd.py broken #10

hhaudio opened this issue Jun 14, 2018 · 0 comments

Comments

@hhaudio
Copy link

hhaudio commented Jun 14, 2018

When I download pyosc via pip and try running the knect-snd.py example I get the following error:

Traceback (most recent call last):
File "BlankOSC.py", line 8, in
client.send( OSCMessage("/user/1", [1.0, 2.0, 3.0 ] ) )
TypeError: init() takes at most 2 arguments (3 given)

This is when I copy and paste the example, nothing else. OSC sending works find when I create an OSC message with no arguments then append address and data. Anything I'm missing?

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

1 participant