Getting above error in websocket. I have been running the same code for many days now(Unsubscribe token of closed trade and subscribe to new trade token), have never faced this exception before today. Is there any new changes in websocket implementation? Can anyone please help identify why am I facing this error now? Any thread, link or suggestion would help a lot @rakeshr@sujith Let me know if you need more details on this.
expressoptionchain.option_stream:fix_processes - MainProcess -ERROR - Process Process-3 is terminated.. creating a new process 2023-11-02 18:56:54.043 expressoptionchain.option_stream:fix_processes - MainProcess -ERROR - Process Process-4 is terminated.. creating a new process
i am have the same erorr with websockets which was working perfectly, for some time wesockets closed asfter few packets now they seem to have this error..
Yeah again facing this issue. Had increased timeout but its working sometimes and sometimes throwing exception. self.kiteObj = KiteConnect(api_key=self.credentials['api_key'], timeout=100)
You can try out this solution.
2023-11-02 18:56:54.043 expressoptionchain.option_stream:fix_processes - MainProcess -ERROR - Process Process-4 is terminated.. creating a new process
self.kiteObj = KiteConnect(api_key=self.credentials['api_key'], timeout=100)