Replies: 3 comments 3 replies
-
I have the same issue of getting 302 redirect to same URI when submitting credentials. Code previously worked. I am not getting asked for captcha though. I have tried changing UA strings, changing "cancel" from 1 to 0 (no effect), and removing cancel (get http 200 with login screen again instead of 302). |
Beta Was this translation helpful? Give feedback.
-
Solved my problem by addressing recaptcha. Need to clean up code below a lot, and it currently only works for MFA accounts, but it works.
|
Beta Was this translation helpful? Give feedback.
-
@skimike02 Thanks for pointing me in the right direction. I got it working too. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm facing an issue.
Until now it worked to fetch tokens, now when I send the data with the credentials, captcha, and everything else, I get a 302 redirect but not to the redirect link, but to the one below.
Does anyone have any idea what is wrong and how it can be fixed?
Found. Redirecting to https://auth.tesla.com/void/callback?error=login_cancelled&error_description=User%20cancelled%20login
Beta Was this translation helpful? Give feedback.
All reactions