I updated the Dhan_Tradehull_V2 code, and now I’m not getting live data; instead, I’m getting an error.
Hi @Vikrant_Solanki ,
Itseems your using old version of codebase Dhan_Tradehull_V2, we have updated our codebase according to new version of dhanhq library, do refer the below thread and follow those steps-
We have updated our codebase to align with the latest dhanhq library. To use this version, Python 3.10 or higher is required. Therefore, we need to uninstall the existing Python 3.8 installation and upgrade to Python 3.12. Follow the below steps -
Steps to uninstall python 3.8 -
Press Win + I → Apps
Go to Installed apps (or Apps & Features)
Search Python
You’ll see entries like:
Python 3.8.10
Click ⋮ / Uninstall on the version you want to remove
Finish uninstall wizard
After uninstall, manua…