I have started to get this unhandled connection error which i was not getting earlier.
The same code was successfully working earlier and the data storage(web socket, ticks), segregation and parallel modules were working smoothly earlier. I was unable to put my error message. Will post the error message once query getsaccepted.
File "C:\Users\win10\AppData\Local\Programs\Python\Python37\lib\traceback.py", line 337, in extract if limit >= 0: builtins.TypeError: '>=' not supported between instances of 'AttributeError' and 'int'
Connection error: 1006 - connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake) Connection closed: 1006 - connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake)
if limit >= 0:
builtins.TypeError: '>=' not supported between instances of 'AttributeError' and 'int'
Connection error: 1006 - connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake)
Connection closed: 1006 - connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake)