I’m trying to use the websocket dat to grab data from onTime (an open source rundown management tool - Ontime).
I can connect to the websocket server and get data but the connections closes after 10 to 20 seconds.
I can’t find much ways to debug this. As a temp fix, I’ve made an external websocket to osc bridge in pure python which works fine and does not disconnect but I’d like to avoid using external processes.