Search found 4 matches

by mfack1317
Fri Mar 12, 2021 3:36 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18494

Re: OSC streaming with Python-OSC

idk, I found many possible solutions just by googling your error, it might be related to admin rights...
However, to solve my problem I ended up using socket, another python library, which allows for a much more basic use of server/client...give it a try, maybe
by mfack1317
Fri Mar 12, 2021 3:28 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18494

Re: OSC streaming with Python-OSC

Are you sure about the IP address?
by mfack1317
Fri Mar 12, 2021 3:13 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18494

Re: OSC streaming with Python-OSC

Well, the error seems to be self-explanatory. Can you copy paste your code here? Maybe just the part where you access the socket.
by mfack1317
Mon Feb 15, 2021 5:06 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18494

Re: OSC streaming with Python-OSC

Hi! I am new to the forum, and I read this thread carefully, I think I have a similar problem. I am helping a friend writing a python code to get a message from MaxMSP over a defined IP/port translate the message with python send the message to SuperCollider My friend uses MaxMSP and SuperCollider, ...