Replies: 11 comments 45 replies
-
While testing I can see that I sometime manage to download step 1 but then it fails on step 2. Not sure what is going on here.. |
Beta Was this translation helpful? Give feedback.
-
I am also now experiencing this issue on Teslascope and no accounts are able to authenticate. It appears to be failing regardless of the codebase (tried PHP and Python). This seems troubling. Is this impacting the main repository? @timdorr |
Beta Was this translation helpful? Give feedback.
-
It seems if you send no headers at all, it suddenly works. I now only send the User-Agent in my script and no additional headers.:
|
Beta Was this translation helpful? Give feedback.
-
Still struggeling here, today step 1 & 2 looks to be ok. But on step 3 when getting the code the redirect message has changed. There is no more "code" in it.
what the fudge is going on.. |
Beta Was this translation helpful? Give feedback.
-
I am timing out getting the access token now so appears Tesla changed something yesterday times out at at auth page login. |
Beta Was this translation helpful? Give feedback.
-
I ended up just stripping headers, cause its 11pm Sunday night and tomorrow I have to ensure my powerwalls as well as others are programmed correctly. Really hoping this is the final fix. If they block no header requests, let us know, cause then I will have to re-update the code as well. Latest commit to patch: |
Beta Was this translation helpful? Give feedback.
-
So far the stripped headers is still working, I guess we keep with it for a while |
Beta Was this translation helpful? Give feedback.
-
MAke sure to remove usage agent from headers
…On Fri, Feb 26, 2021 at 12:39 PM salvesen ***@***.***> wrote:
Same for me again... Worked fine for four days but now: 400 Bad Request at
this step or timeout with empty headers.
yeah timing out again here to. Now on step1 again. Also tried the
@tomhollander <https://github.com/tomhollander> example. and it is also
failing :/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#320 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABU4JYA2RZZDR5BJWKIL5XLTA72I3ANCNFSM4X5TJ3OA>
.
|
Beta Was this translation helpful? Give feedback.
-
So far do we thinking removing the headers is best way to fix this issue ? I have to fix 2 customers devices cause they do not give remote access rasberry pi |
Beta Was this translation helpful? Give feedback.
-
Long time listener, first time caller... :-) I have been hitting a timeout on the .../token call since doing this. I have had problems sometimes when the JSON body is wrong, but other times even sending no body and it just times out. Looks like the WAF is expecting very specific things. I have tried all the above header adds and removes suggested, no consistent behaviour. I have also tried two different source IPs but only have my own account to test with (which works fine on web and real app). Is there any reliance on earlier stages (session cookie etc.) working or is it purely the code and code_verifier? Last replies here over a week ago, so just wondering if it's still working for others properly? Update: On a hunch I tried forcing TLS1.3 and got a different response. Going to now try reworking my real test |
Beta Was this translation helpful? Give feedback.
-
"Last replies here over a week ago, so just wondering if it's still working for others properly?" |
Beta Was this translation helpful? Give feedback.
-
Not sure what is going on today. This has been working for weeks for me now and this morning I am just getting timeouts on step 1. I tried adding the optional hint, no change. Could this be due to the WAF? I do not have a fix for this in my code, but since https://auth.tesla.com/oauth2/v3/authorize is just timing out when trying to download data I have no idea how to bypass it. Any ideas?
Exception getLoginPageHTML: System.Net.WebException: The operation has timed out
Beta Was this translation helpful? Give feedback.
All reactions