obsws-python
obsws-python copied to clipboard
Connection times out after few hours and cannot reconnect again
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?