pylive icon indicating copy to clipboard operation
pylive copied to clipboard

LiveOSC not working on Windows Live 10.1.42

Open whiskyplausible opened this issue 3 years ago • 0 comments

I've installed the LiveOSC fork into two different installlations of Live on different computers. Neither worked, and the sockets were never opened.

Output from LogServer.py was pretty consistent:


('127.0.0.1', 1427) connected!
('127.0.0.1', 1439) connected!
('127.0.0.1', 1440) connected!
OSCEndpoint starting, local address ('', 9123) remote address ('localhost', 9124)
LiveOSC initialized
OSCEndpoint starting, local address ('', 9123) remote address ('localhost', 9124)
LiveOSC initialized
Refreshing state
Refreshing state
error handling message, errno <module 'errno' (built-in)>: An existing connection was forcibly closed by the remote host
error handling message, errno <module 'errno' (built-in)>: An existing connection was forcibly closed by the remote host
error handling message, errno <module 'errno' (built-in)>: An existing connection was forcibly closed by the remote host
Refreshing state
error handling message, errno <module 'errno' (built-in)>: An existing connection was forcibly closed by the remote host
error handling message, errno <module 'errno' (built-in)>: An existing connection was forcibly closed by the remote host
error handling message, errno <module 'errno' (built-in)>: An existing connection was forcibly closed by the remote host
error handling message, errno <module 'errno' (built-in)>: A non-blocking socket operation could not be completed immediately
error handling message, errno <module 'errno' (built-in)>: A non-blocking socket operation could not be completed immediately

I tried tinkering about with the code, but didn't make it very far due to the sockets being wrapped etc, I tried settings ports other than 9000/9001 and this also didn't work. Since it didn't work on two different computers I'm thinking it wasn't the vagaries of the networking setup on one of them that was causing it to fail.

I didn't quite understand why it starts up twice - I tried to prevent it doing this using a locking file, but it still didn't work (just didn't show any error messages). I'm going to see if I can try it in a copy of Live 10.0.0 next.

Edit: same problem with 10.0

whiskyplausible avatar Jan 27 '22 15:01 whiskyplausible