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

Token is None even when providing username and password due to recaptcha_required - is there solution for this? #62

Open
bso0123 opened this issue Dec 7, 2024 · 1 comment

Comments

@bso0123
Copy link

bso0123 commented Dec 7, 2024

'{"error":"Please confirm that you are not a robot by clicking the captcha box.","code":"recaptcha_required"}'

this is the response when posting __sign_in_url = 'https://www.tradingview.com/accounts/signin/'
with data containg username and password

can be reproduced in debug mode in __auth(self, username, password)

thank you

@ddouglas87
Copy link

I thankfully haven't bumped into this issue. There are a few solutions: 1) Login on an actual browser, then say you're not a robot so further logins will hopefully not have that message. 2) Have this plugin open up an actual chromium browser page and have you manually check you are not a robot to continue. I've seen many plugins do this, but I don't think this one is coded to do it. It's a major pita for sure. Maybe someone else has another solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants