@rakeshr sorry about the delayed response..
nope using the same access_token... access_token is getting generated, a thread for a websocket is started and every time a new script needs to be added to the websocket subscription, the script LTP and …
@sujith / @vivek when i try to close the connection like this, i get the following error
builtins.AttributeError: 'KiteTicker' object has no attribute 'stop'
def on_ticks(ws, ticks):
# Callback to receive ticks.
print("here3")
print(…
@sujith so is the live market tick data available through websocket for free? or do i need to pay for the api access??? all of a sudden my app has stopped working and it shows status as cancelled. when i created another app i dont have a secret k…
@vivek
Hi Vivek,
Thanks for the reply. yes it shows status as cancelled. I don't know why. Now i created another app, the login for request token works but i'm unable to get the access token. I get a 403 - Forbidden Error. what could be wrong.
…
@ramatius ... Well tried running as root... same error as well
@sujith yup.. installed everything like there multiple times....
today as a trial i installed this on my remote server and get a new error
"Connection error: 1006 - connection was cl…
@guhan... yes.. but i figured getting it running in windows won't help as finally i want to run it in linux... in linux everything installs fine.. however the error persists (refer to the first post)
Tried installing on the only windows 7 system i have and installation fails when installing the twisted package... any help anyone on getting this sorted linux?
@Vivek, thats the full log that gets printed in the terminal. any other suggested locations to dig for other log files that may help? I'm using Anaconda on ubuntu16.04... will try installing this on a third system today.
@sujith kiteconnect 3.7.0b3 thats what got installed on both the systems when i ran
In addition today i tried uninstalling and reinstalling, i get the same error with 3.7.0b4 aswell.
Additional Dependecy version list as follows. I think the proble…
Today i took a brand new laptop, installed ubuntu 16.04 64-bit, anaconda with python3.6 and tried this again... and got the exact same error. wondering if this could be related to my account - DP3211 / Are there any dummy account ids for testing?
@rakeshr Here is the code... its the example from github with the logging removed and a few print statements added. none of the print statements get executed.
from kiteconnect import KiteTicker
# Initialise
kws = KiteTicker("api-key", "accesstoke…
@sujith Nope... doesn't help... tried that as well... how long before the previous version of kite is phased out? i need to move some websocket applications and getting worried.
Hi,
Been banging my head on this for a week now... i've uninstalled and reinstalled in all possible configurations and get the same error. I've tried the above method and get a confirmation that "Successfully installed kiteconnect-3.7.0b3"
ERROR:k…
@Kailash @sujith
Coming back to the historical data - are the instrument_tokens sorted now? is it possible to retrieve one min data for futures - index & stocks for the last year?
Kailash,
Yes a logout and login works. at the time the error occured, i was also able to place the order on http://kite.zerodha.com/ and it had the same error. i guess its an error with kite.
Once logged in manually, how long does the session stay…