Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login error: Please confirm that you are not a robot by clicking the captcha box #278

Open
qrq opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@qrq
Copy link

qrq commented Jan 6, 2025

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.

@qrq qrq added the bug Something isn't working label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants