Can anyone help me in this regard?
Currently I am using PHP 8.0.7 and Composer/KiteConnect v4.
Suppose, if I need to go to v3, I understand that PHP >7.3. If so, should I uninstall composer and reinstall with v3? Or just copying v3-KiteConnect.…
I installed PHP 8.0.7 as you suggested. Now I am getting some error message. (Still Session not generating)
Message: Connection refused for URI https://api.kite.trade/session/token
Thanks for the lead. Earlier I haven't properly installed Composer in the same folder where my connect page was.
After I installed composer in the same folder, I am able to move forward to $kite = new KiteConnect($apikey);
I obtained my request to…
This is the error message I am getting.
From the example you have referred.. I haven't used the
require_once __DIR__ . '/vendor/autoload.php'; bit.
Is this the main problem?
I am not sure about it. What is the autoload.php? What it does? How d…