If I remove that, I get following error -
File "", line 1, in
runfile('D:/workspace_pyCharm/Test_Zerodha.py', wdir='D:/workspace_pyCharm')
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 710, i…
I already have that to continue the loop but looking to understand why it is happening and how can I fix it. I would be relying to get timely quote to execute FO orders so cannot have some cycle missed. It take 2 min to get 50 quotes and its a big …
Above was on windows (spider). On my Linux box , it does nothing... no ticks printed and no error.
Just prints msg before and after the connect() call.
I changed the tokens but getting now following error -
calling KWS.connect
finished kws connect process
Exception in thread Thread-15:
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\threading.py", line 916, in _bootstrap_…
It is not working for me. Here is exception I get after 4-5 quotes. I am also attaching code here..
File "", line 1, in
runfile('D:/workspace_pyCharm/amit_portfolio_update_V3.py', wdir='D:/workspace_pyCharm')
File "C:\ProgramData\Anacond…
ok, I get the access token once but how do I get the request token first time programatically (and not using browser to get it ) ? For how long access token is valid ? Few hours, a day ?