You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
'{"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
The text was updated successfully, but these errors were encountered: