@sujith, got another error today, what are these errors? Can you help me out here? ###!!! [Child][MessageChannel] Error: (msgtype=0x520027,name=PNecko::Msg_RemoveRequestContext) Channel closing: too late to send/recv, messages will be lost
###!!! [Child][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
Implementationin this context means. How you are implementing your application. That is how are you coding websocket connection and are you using some libraries/apps that are not from zerodha. which might be causing these errors.
I am very new to programming, let me know if any other details are need kite 3.0 API in Ubuntu 16.04, Below is my websocket code, another python code for placing orders runs along with this code website - http://127.0.0.1
I am not using any other API's,
kws = KiteTicker(api_key, access_token) def on_ticks(ws, ticks): ##ticks to database if curr_time >= stop_time_global: kws.close() def on_connect(ws, response): # noqa
@Guhan The error messages you posted are from Firefox and they are not related to KiteConnect. And the ticker implementation seems to be fine. I would suggest you run the example in the Github repo page and paste the output here.
###!!! [Child][MessageChannel] Error: (msgtype=0x520027,name=PNecko::Msg_RemoveRequestContext) Channel closing: too late to send/recv, messages will be lost
###!!! [Child][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
Thanks
Regards
kite 3.0 API in Ubuntu 16.04,
Below is my websocket code, another python code for placing orders runs along with this code
website - http://127.0.0.1
I am not using any other API's,