Jordan Knight

Results 23 comments of Jordan Knight

I see you can navigate the FlipView using left and right arrows, but the main post list doesn't stay in sync. Perhaps a solution could be to make the posts...

In my experience, errors like this come and go. They seem to play with the API from time to time. I think there is a new problem now though with...

I managed to work around the captcha by grabbing a token in Postman using the built in authentication stuff, then popping it in a json file and removing direct user...

This is the rest. The `START_TOKEN` variable is a json token from .env to get things started (the one manually generated in postman) It looks like this: ```json {"resfresh_token": "",...

Just create a new request and switch to the authorization tab and you should see it. BTW you don't need an account in Postman! ![Capture](https://user-images.githubusercontent.com/5225782/120389058-474dcf80-c36f-11eb-9de5-8864f2b1ba2d.PNG)

I find it to be unintuitive... could be a better UI . There is a problem I've come across now that the code does not refresh the tokens properly, gives...

The auth token works fine, just when it expires the refresh step fails.

@fracai sweet!

@jcam Seems like a lot of extra work around to handle Capcha. [This](https://github.com/tdorssers/TeslaPy/commit/22540aba05f41dfc3da12ccf20683d43c82c9e06#diff-cc356f57ad364d88870f17bfd7f933cfa6fb043d9e2ffc0b3a6bf8ba6761a722R288) really looks like a lot of work when perhaps a one time interactive login is needed +...

The thing I like best about built in flows is that no need to update things when Telsla changes their flows a little. On Tue, Sep 28, 2021 at 9:17...