-
Notifications
You must be signed in to change notification settings - Fork 103
ver2.1.rc1: client/Server error: picConCli says "Adress already in use" #83
Comments
I have the same problem, did you resolve it? |
You are trying to send the command "GET_GUISTATE". Using that command The error is false. You can check that using With other commands, however, the PixelController client works fine. The reason for this behaviour becomes clear when looking at the debug output:
The PixelController client is trying to spin up another OSC server instance on port 10009, This is the part that fails. Update (12.11.2019): The port numbers in both the client and the server were mixed up resulting not only in All issues are fixed in this pull request: |
Since the problem is fixed I suggest closing this issue... |
i startet the server with "PixelController.sh" in the PixConServer-subdir which runs without errors. the matrix runs fine.
i thought i can connect with the client, to see only the out-put window on the graphic Desktop under X11. So i startet the pixConClient, but got the error that the adress is already in use. even if i use 127.0.0.1 or the 192.168.14.206 ip of the eth0-interface.
What am i doing wrong? is this a misunderstanding of client/server?
i attach an image with the errormessage:
The text was updated successfully, but these errors were encountered: