@Moderator_1 @Moderator_2 I am still getting same error . This is really pathetic .
Sanky
@Sanky
Best posts made by Sanky
Latest posts made by Sanky
-
RE: Not able to connect to the websocket, please help!
-
RE: Not able to connect to the websocket, please help!
@Moderator_2 SO what do I need to check ? I haven't changed anything , please let me know which code to use , I will try again
-
RE: Not able to connect to the websocket, please help!
@Moderator_1 @Moderator_2 Is their any escalation channel we can follow ? Should we post on twitter or escalate with Angel to gain traction on this ?
-
RE: Not able to connect to the websocket, please help!
@Moderator_2 @Moderator_1 @admin Has this been fixed because I am still getting same error .
-
RE: Not able to connect to the websocket, please help!
@trader_noob @Moderator_2 I am still facing issue do we need to do any updates etc ?
-
RE: Not able to connect to the websocket, please help!
@ashigro @Moderator_1 @Moderator_2 I am still getting Resubscribe error
Please help
-
RE: Not able to connect to the websocket, please help!
@ashigro @trader_noob I am facing the same issue
-
Call to Live Market Data API giving error as below
@Moderator_2 @admin
Hello Team ,
I am trying to call Live Market data with the below payload , however it is giving me error as highlighted .
Payload :
payload = {
"mode": "LTP",
"exchangeTokens": {
"NSE": [
"3045", "881"
],
"NFO": [
"35078"
]
}
}
headers = {
'X-PrivateKey': '*******',
'Accept': 'application/json',
'X-SourceID': 'WEB',
'X-ClientLocalIP': 'CLIENT_LOCAL_IP',
'X-ClientPublicIP': 'CLIENT_PUBLIC_IP',
'X-MACAddress': 'MAC_ADDRESS',
'X-UserType': 'USER',
'Authorization': 'twttoken is placed here ',
'Accept': 'application/json',
'X-SourceID': 'WEB',
'Content-Type': 'application/json'
}The Error ::
**chunk = f'{len(chunk):X}\r\n'.encode('ascii') + chunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
TypeError: can't concat str to bytes**