obsws-python icon indicating copy to clipboard operation
obsws-python copied to clipboard

Connection times out after few hours and cannot reconnect again

Open MattiaMontanari opened this issue 10 months ago • 0 comments

Hello,

I have working script that fails after after few hours of successful run.

This is how I start the connection

cl = obs.ReqClient(host='localhost', port=4455, password='foo', timeout=30)

After a while it stops with a timeout.

websocket._exceptions.WebSocketTimeoutException: Connection timed out

Any suggestions other than restarting?

MattiaMontanari avatar Mar 27 '24 09:03 MattiaMontanari