Socket error

Hi, I got the “Unable to open socket … as requested” errno = 36 while running my script. The server is actually a python code. What would be the problem? Thanks

Please provide your SenseTalk script as well that is causing the problem. The first thing that comes to mind is that the Python server is refusing connection. Is there login and password information required for connection to occur that maybe you are not having success with? Maybe you need to specify a port that you are not aware? Please post your script.