I have to restart the environment to mitigate this issue. I have created a automated task to restart the function app before running, each time. Thanks for the prompt response.
Not helpful @sujith
Please understand that, first time the ticker is working as expected. In my local environment is runs perfectly always. but in my VM, it runs only for 1st time. second time onwards I have this ReactorNotRestartable exception.
Hi @sujith
Noted. Thank you. I am designing mobile APP for myself. The reason why I mentioned like that is, I wanted you guys to add the WEEKLY interval as well, in the Historical API call. I thought may be you do not encourage such requests for …
Hi Sujith,
It is nice to have that as well, in Kite Connect. do you have plans to add it in next release? That marking is really useful during day trading.
Varun
Hi Rakesh,
Yes., single candle for a week. can you please add that? why is it not added? as in kite, we have options to select multiple time intervals, similarly we want to have that in our own mobile app. It can be useful for us while dealing custo…
Hi @tonystark
yes., Thank you. Yes I have initially downloaded kite connect dll from nuget forum.
and while using that in my solution, I keep getting such errors. There were no such dependencies in Kite Connect 3.0.0 version. But 3.0.7 version has…
Hi @tonystark ,
below is the code I am using. What could be the issue I am making here?
List fInstruments = kite.GetInstruments(Constants.EXCHANGE_NFO);
Thanks in advance
if Anyone having same issue like me.,
the issue is due to the nuget package source configuration is not set properly.
In your Project Solution, Nuget Package manager, set the Nuget package source by selecting settings button.
add/edit the existing…
yes I tried it. But still getting similar error message. Below find the cmd and response.
PM> Install-Package Tech.Zerodha.KiteConnect -Version 3.0.7
Attempting to gather dependency information for package 'Tech.Zerodha.KiteConnect.3.0.7' with…
Hi Tony,
As advised, today I tried creating a new VS 2019 C# Console Application Project.
And I have given the below command to install Kite connect nuget package. But please see the error message. What could be the issue?
PM> Install-Package T…
But the existing project is nothing but same application which is running already with Kite 3.0.0.0. Now all I am doing is replacing it to 3.0.3.0. So, is automatic migration is not supported? Am still not comfortable to recreate my project as my ap…