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

Unable to authenticate using cmd/login #56

Closed
Rudi9719 opened this issue Jul 10, 2021 · 5 comments · Fixed by #57
Closed

Unable to authenticate using cmd/login #56

Rudi9719 opened this issue Jul 10, 2021 · 5 comments · Fixed by #57

Comments

@Rudi9719
Copy link

Was writing a bot and accidentally logged out. Now I can't seem to log back in using my old code, or the cmd/login example.

╭─rudi@imogene ~/tesla/cmd/login  ‹main› 
╰─➤  go run . -o tesla.token
Username: [email protected]
Password: ************************************************************
2021/07/10 11:06:37 list devices: do: Get "https://auth.tesla.com/oauth2/v3/authorize/mfa/factors?transaction_id=[redacted]": net/http: timeout awaiting response headers
exit status 1
@Rudi9719
Copy link
Author

Was able to authenticate using a token generated from a 3rd party, but not using cmd/login

@andig
Copy link
Collaborator

andig commented Jul 11, 2021

Same report here: evcc-io/evcc#1201. I suspect Tesla may have reactivated the captcha, potentially only when MFA is NOT used?

@andig
Copy link
Collaborator

andig commented Jul 11, 2021

Teslamate has done teslamate-org/teslamate@1a90cde

@andig
Copy link
Collaborator

andig commented Jul 11, 2021

fkhera/powerwallCloud@ba4012a has a process of:

  • convert captcha from svg to png
  • use 2captcha to solve (requires API key)
  • use result

@Rudi9719
Copy link
Author

I've noticed a few other apps having issue with Tesla auth recently.

@bogosj bogosj mentioned this issue Jul 11, 2021
@andig andig closed this as completed in #57 Jul 12, 2021
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

Successfully merging a pull request may close this issue.

2 participants