FalseConnection error: 1006 - connection was closed uncleanly (I dropped the WebSocket TCP connectio

aharish
aharish edited May 2020 in Python client
I am getting this error:

FalseConnection error: 1006 - connection was closed uncleanly (I dropped the WebSocket TCP connection: close reason without close code)

This is the third websocket I am trying to connect. First two are working fine. It has 249 tokens. First two have only 20.

I think it should connect. Why its giving FalseConnection error?

Please help.

Harish
Tagged:
  • aharish
    I was able to correct it. Tokens were of type int64. Converted them to int. Now working fine.
  • rakeshr
    @aharish
    This is the third websocket I am trying to connect. First two are working fine. It has 249 tokens. First two have only 20.
    Number of tokens in a single WebSocket connection is not a problem here. You can visit this thread to know more about WebSocket connections.
    FalseConnection error: 1006 - connection was closed uncleanly (I dropped the WebSocket TCP connection: close reason without close code)
    You need to give us more error track to look to this.
Sign In or Register to comment.