Replies: 1 comment 2 replies
-
I got this when I didn't send the Cookie back recieved in the first step. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am following up code in https://github.com/enode-engineering/tesla-oauth2/blob/main/tesla.py and I am facing some issues this week after it was working last week.
After getting the 1st Authorization in the response it gets the csrf and transaction_id, then it executes the 2nd authorization, it return 200 and "<title>Tesla SSO - Sign In</title>" - it never returns 302. Headers does not contain
location so it can pull the code in the "https://auth.tesla.com/void/callback?code
Does anyone know what could be causing it ?
Thanks in advance - Leo.
Beta Was this translation helpful? Give feedback.
All reactions