Hi I am facing the below error intermittently. Please help me resolve it.
kiteconnect.exception.DataException: Unknown-Content -Type (text/html) with response: BAD Gateway Error
It just returns an empty response when i pass this command - kite.ltp(NFO:BANKNIFTY24JAN45900CE).
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /quo…
@sujith - I am getting the same error today as well. (kiteconnect.exceptions.DataException: Couldn't parse the JSON response received from the server: b'). Please let me know when this issue will be addressed permanently. This is producing unwanted …
Yes I have my kiteconnect api subscription. I am using my api key only to login through chrome executor. Can you please provide a sample on how do I fix this one.
Apologies, what do you mean by client? I am using my python code and chrome executor to automate my trade. Code was working fine till last week. Now it's failing with the above issue. I am using all the latest packages (sentinel, chrome, chrome driv…
Thanks Sujith. Can you please let me know how can i filter Banknifty alone from this dump instead of fetching entire NFO data. I am using this piece of code to get the latest weekly expiry date.
def weekly_expiry():
data = kite.instruments('NFO…
Hi Rakeshr thanks for your reply. I am only accessing few instruments(Options) based on the strike price. If you need i can share my entire code for your analysis. Also this error is intermittent.