one4many

Results 16 comments of one4many

I'm depending on this ... when does it get reviewed?

+1 one here! I would like to use this with Issue #100

I will add a resp.text() and log the output. I happens very rarely though. I hope I can catch it in the future.

Just found another Tesla Server oddity. I get an response with the correct header (and mimetype) but no body data at all. This causes a `None` response in `await resp.json()`...

Hmmm, not sure if it is a WAF. WAFs typically block IP addresses and not single sessions. All other connections my servers hold (talking to the API-Servers) work without a...

The challenge is to obtain the token in the first place (at least in a server based environment). Username and password alone are not going to cut it anymore without...

@ralequi for token renewal you might need #38 as well (which will end up in #39 eventually)

email/username and password is deprecated because Tesla deprecated in their API a while ago (around the time I opened this issue) and they enforce it since yesterday (29.01.21). When you...

@timdorr interesting point. I have MFA enabled which makes it hard to implement in the library unless we play around with server side JS libs like pyppeteer (puppeteer port for...

> I think at the moment we should assume the refresh token is long lived, in order to keep the current behaviour. If we find out it's not, we can...