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"
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 mentioned in above link to retrieve streaming data ? can any one help me what the issue is i am getting error message "name "opcode" is not defined"
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/websocket-client/issues/284.
I got multiple disconnection of my websocket and it tried to reconnect every single time... (well that is not good but still it works). One time at 12:06 it stopped, reconnected and no ticks came untill I noticed around 12:19 and when I manually restarted websocket, it started working fine again... And since it is something reported by a lot of users and not happening at your end, we must be doing something wrong. I would like to discuss this issue with you on private message. I sent you my api_key. Regards
my problem seems to be with google compute engine as the websocket is working fine on my local machine. I haven't changed any network settings to my vm. If anyone has faced this issue before or knows a solution, please help out.Thank you
for below python call websocket.WebSocketApp(), "on_error" is triggering and the error i printed " name 'opcode' is not defined"
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 mentioned in above link to retrieve streaming data ? can any one help me what the issue is i am getting error message "name "opcode" is not defined"
Is this still happening?
https://github.com/liris/websocket-client/issues/284.
used same library with python 2. worked fine.
It seems to be working fine. Is it still happening?
Can you private message your api_keys?