Clients <--> Server Communication (Sockets?)
-
It works in standalone Ruby?
Got a sample with server/client that respond to the socket? -
Do you have a firewall active ? (The "permission denied" seems to indicate so.)
If so, can you create an exclusion for Sketchup.exe ?
-
When I first try it under Win7 (with Comodo,) the error message is:
Error: #<Errno::ECONNREFUSED: No connection could be made because the target machine actively refused it. - connect(2)>
-
@dan rathbun said:
When I first try it under Win7 (with Comodo,) the error message is:
Error: #<Errno::ECONNREFUSED: No connection could be made because the target machine actively refused it. - connect(2)>
I disabled Anti-Virus, Sandboxing and Firewall and still get same error.
Perhaps we cannot use "localhost" as a server ?
Maybe need to start a virtual server, WEBrick or something ?
Advertisement