Open hyansuper opened 5 years ago
That is what is meant to happen but quite a few users have had issues with this feature. It is either an OSC issue or a network issue but not sure at the moment
Thanks for your fast reply. What I don't understand is the error is not "connection refused " or something ,but "invalid argument "
What version of Python are you using? Also, could you copy and paste the error text here please? Thanks
I use python3.6
python3 -m FoxDot
produce the error:
`
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/FoxDot/lib/OSC3.py", line 1170, in connect
self._ensureConnected(address)
File "/usr/local/lib/python3.6/dist-packages/FoxDot/lib/OSC3.py", line 1079, in _ensureConnected
self.socket.connect(address)
OSError: [Errno 22] Invalid argument
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.6/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.6/runpy.py", line 109, in _get_module_details
import(pkg_name)
File "/usr/local/lib/python3.6/dist-packages/FoxDot/init.py", line 21, in
`
On the remote server, I just type FoxDot.start
in SuperCollider without additional settings, I not sure if SuperCollider has any options to allow non-local connections
In the file FoxDot/lib/Settings/conf.txt, first line is 'ADDRESS='localhost'' , what does it mean? can I set ADDRESS=[IP of remote server running supercollider] ? I have tried that but got an 'invalid argument ' error