found the issue it is with websocket client with respective Python 3. The websocket client which was used in kiteconnect python official library will not work because of below issue of webscoket client library on python 3.
https://github.com/liris/…
At last i found where the issue is, it is with WebSocket client with respective Python 3. If you use python 2 and the same websocket client V0.39, i am able to receive streaming data. Took 2 days to locate issue. Will be useful for the guys who try …
And it seems to be issue in websocket-client, some one opened issue in the github page of websocket client 2 days ago.
https://github.com/liris/websocket-client/issues/284
@Sujit, what is the version of Websocket client you are using. Is there any …
HI @sujith,
I checked again it still giving me same error. Can you update your environment and verify.
Python on windows 64bit : 3.5 version.
kiteconnect : V3.4
Webscoket client: 0.39
and the example
#!python
from kiteconnect import WebSocket
#…
HI ,
i am using python client library "kiteconnect" and the code given "https://github.com/rainmattertech/pykiteconnect" for receiving streaming data. But it is not working for me. Any one using same "kiteconnect" oython library and the script ment…
on_error is getting triggered and error is "name 'opcode' is not defined". Its issue from server side definitely... ... will wait for some one to help us .
HI, I also observing same issue,
for below python call websocket.WebSocketApp(), "on_error" is triggering and the error i printed " name 'opcode' is not defined"