-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to connect to ticker #24
Comments
I guess this is a temporary error from Zerodha sides. Now it is working fine. |
I'm also not able to connect to ticker. |
enc_token is modified only for kite ticker. enc_token = enc_token.replace("+", "%2B") This worked for me. |
Which KiteConnect version are you using? I modified this method as per your suggestion, still not working. def ticker(self, api_key='kitefront', enctoken=None, userid=None):
|
Its working for me.. I just updated Kite to latest version without any modification to enc_token. def on_ticks(ws, ticks): def on_connect(ws, response):
def on_close(ws, code, reason): ##Assign the callbacks. ##Infinite loop on the main thread. Nothing after this will run. code copied from here.. it was not displaying anything initially so for testing i have directed printed ticks parameter.. |
@ssheikh098 |
@smilinrobin |
@luckyIITR which version of KiteConnect are you using. Its not working on mine 3.8.2 $ pip3 list | grep kiteconnect |
Solved this by installing jugaad-trader from source. For some reason installation using pip doesn't work. Steps followed:
|
this issue persists. i tried to fix but going nowhere. |
if this has not resolved, then try these steps - #44 (comment)
|
Refer to this issue. This solution worked for me |
Not able to connect to ticker
The text was updated successfully, but these errors were encountered: