Fetch Live Market Data and Option Strike Selection related commands not working

Fetch Live Market Data and Option Strike Selection related commands not working
PFA SS for reference
only Fetch Historical Data related python queries(get_historical_data, tsl.get_long_term_historical_data) are working and Fetch Live Market Data and Option Strike Selection related commands not working
tsl.get_ltp_data
tsl.get_quote_data
tsl.get_ohlc_data
tsl.ATM_Strike_Selection
tsl.OTM_Strike_Selection
tsl.ITM_Strike_Selection
tsl.get_option_greek

Let me know if m missing anything
dhanhq version: 2.1.0
Dhan-Tradehul version: 3.1.2

Hi @Bishwapati ,

Make sure you are not having offline file Dhan_Tradehull.py within your folder. Regenerate the access token and try once again. If it still isn’t working make sure you run it during live market.

Thanks @Tradehull_Priya
Client ID was the issue. Incorrect client ID was being passed. Post passing correct Client ID it worked.

1 Like