Skip to content

Commit b0b7625

Browse files
committed
Updated exceptions section
1 parent 6014632 commit b0b7625

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ As of September 3, 2021, Tesla has added ReCaptcha to the login form. This cause
417417

418418
As of January 12, 2022, Tesla has deprecated the use of [RFC 7523](https://tools.ietf.org/html/rfc7523) tokens and requires the SSO tokens to be used for API access. If you get a `requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://owner-api.teslamotors.com/api/1/vehicles` and you are using correct credentials then you are probably using an old version of this module.
419419

420+
As of January 7, 2024, Tesla has removed the VEHICLE_LIST endpoint. If you get a `requests.exceptions.HTTPError: 412 Client Error: Endpoint is only available on fleetapi. Visit https://developer.tesla.com/docs for more info` then you are probably using an old version of this module.
421+
420422
## Demo applications
421423

422424
The source repository contains three demo applications that *optionally* use [pywebview](https://pypi.org/project/pywebview/) version 3.0 or higher or [selenium](https://pypi.org/project/selenium/) version 3.13.0 or higher to automate weblogin. Selenium 4.0.0 or higher is required for Edge Chromium.
@@ -427,7 +429,7 @@ The source repository contains three demo applications that *optionally* use [py
427429
usage: cli.py [-h] -e EMAIL [-f FILTER] [-a API [KEYVALUE ...]] [-k KEYVALUE]
428430
[-c COMMAND] [-t TIMEOUT] [-p PROXY] [-R REFRESH] [-U URL] [-l]
429431
[-o] [-v] [-w] [-g] [-b] [-n] [-m] [-s] [-d] [-r] [-S] [-H] [-V]
430-
[-L] [-u] [--chrome] [--opera] [--edge]
432+
[-L] [-u] [--chrome] [--edge]
431433
432434
Tesla Owner API CLI
433435
@@ -462,7 +464,6 @@ optional arguments:
462464
-L, --logout clear token from cache and logout
463465
-u, --user get user account details
464466
--chrome use Chrome WebDriver
465-
--opera use Opera WebDriver
466467
--edge use Edge WebDriver
467468
```
468469

0 commit comments

Comments
 (0)