The login was done successfully and when calling file to perform trade related stuff, code started giving error. I"ve made literally no change, just changed the request and access token, that's it. Sometimes error is as silly as "ModuleNotFoundError: No module named 'kiteconnect'" but that's temporary.
Can someone pls guide me what's wrong I'm doing, coz my login flow is using exact same import and it's working, it throws kiteconnect module error when I'm trying to run subprocess to call my main file to trade:
If I run only Trader.py file instead of using subprocess, it works but start giving below error. Is it because I'm trying to run it before market is open?