Login error: Please confirm that you are not a robot by clicking the captcha box
i get : The maximum number of studies per chart has been reached for current subscription hkg*-charts--webchart-@hkg-compute- when i try to login by code :
TradingView.loginUser("userid", "pass", false).then((user) => { console.log('User:', user); console.log('Sessionid:', user.session); console.log('Signature:', user.signature); }).catch((err) => { console.error('Login error:', err.message); });
i get captcha err
Login error: Please confirm that you are not a robot by clicking the captcha box.
@Mathieu2301 !!
@qrq heres a solution if you need it in the meantime
https://github.com/Mathieu2301/TradingView-API/issues/222#issuecomment-1871977425
const client = new Client({
token: "<sessionid>",
signature: "<sessionid_sign>",
});
cheers
@upuxaa i try this before it work in local host but not work with heroku when i upload project , the ssid look like changed or trading view block heroku ip , any one have idea ?