Replies: 2 comments 3 replies
-
Yes, same problem here |
Beta Was this translation helpful? Give feedback.
3 replies
-
I like the idea of checking If captcha is present. Right now I am just
basing it off what my users tell me and using flags to turn on and off
captcha.
As far as I know it’s still captcha enabled right ??
…On Sat, Jul 10, 2021 at 12:59 PM JonG67x ***@***.***> wrote:
When you do the authorize call, if you get http_code =200 its looking for
further authorisation. I check for /mfa/verify in the body and if that
exists it wants the MFA code (which is a different branch of logic), if it
doesn't I assume its after the capture value. I do a call to
https://auth.tesla.com/captcha
<https://urldefense.com/v3/__https://auth.tesla.com/captcha__;!!IKRxdwAv5BmarQ!NGMdm7VeVkndSSHUJfjM1dhqDSkO6mmsr_6PA-VuMkMVHmJWRYNehIvgO9U03Q$>
with all the usual values (I use Curl with CURLOPT_HEADER = 0) and take the
result which is the captcha image. I take that and embed it in a simple web
page with a form to capture the result and then feed that back into the
authroize call with all the same values.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/timdorr/tesla-api/discussions/410*discussioncomment-989032__;Iw!!IKRxdwAv5BmarQ!NGMdm7VeVkndSSHUJfjM1dhqDSkO6mmsr_6PA-VuMkMVHmJWRYNehIuzvm5g2w$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABU4JYATE45PF3VOKQMVE3LTXCRDRANCNFSM47735NOQ__;!!IKRxdwAv5BmarQ!NGMdm7VeVkndSSHUJfjM1dhqDSkO6mmsr_6PA-VuMkMVHmJWRYNehItq1t0DNA$>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tesla api not working again. Any ideas ? Did something change on the site ?
It appears they activated captcha again. Just set to 'True' in latest code here and enter captcha api key:
This might be temporary, but who knows I will keep this posted. It does appear as of 8pm today, the code didn't work without out captcha codes, and last time this lasted about 48 hours and then they disabled captcha check.
Beta Was this translation helpful? Give feedback.
All reactions