Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while calling car.get_trips() #356

Open
Tony763 opened this issue Jul 1, 2024 · 0 comments
Open

Error while calling car.get_trips() #356

Tony763 opened this issue Jul 1, 2024 · 0 comments
Labels

Comments

@Tony763
Copy link

Tony763 commented Jul 1, 2024

Describe the bug
I just tried to pull info about our cars fleet and hit a problem with car.get_trips().

client.get_vehicles() return list of cars and I can get dashboard/odometer/fuel_level from it but no success with trips.

Last month it worked perfectly.

To Reproduce
Steps to reproduce the behavior:

Calling trips = await car.get_trips(date_start, date_end, full_route=False) will fail with:

Exception has occurred: ToyotaApiError
Request Failed.  403, {
 "status": {
   "messages": [
     {
       "responseCode": "APIGW-403",
       "description": "Unauthorized",
       "detailedDescription": "invalid token could not authorize"
     }
   ]
 }
}.

Expected behavior
Retrieve list of trips for given car.

Additional context

@CM000n CM000n changed the title Probably another API change Error while calling car.get_trips() Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants