Websocket connection keeps getting closed

I have been using websockets and python for quite some time, but faced this strange issue yesterday where the websocket connecting kept closing every now and then. Received about 25 such restarts across my scrips. Any idea?

2025-02-03 13:23:28,000 - websockets.client - DEBUG - > PING 84 6f f4 b7 [binary, 4 bytes]
2025-02-03 13:23:28,003 - websockets.client - DEBUG - < PONG 84 6f f4 b7 [binary, 4 bytes]
2025-02-03 13:23:28,370 - websockets.client - DEBUG - < EOF
2025-02-03 13:23:28,371 - websockets.client - DEBUG - < EOF
2025-02-03 13:23:28,371 - websockets.client - DEBUG - > EOF
2025-02-03 13:23:28,371 - websockets.client - DEBUG - = connection is CLOSED
2025-02-03 13:23:28,371 - __main__ - ERROR - WebSocket exception occurred, restarting feed

Hello @displayflex

Let me check this. Can you send your Client ID on DM, will check logs on reason for disconnection on our end.