-
Notifications
You must be signed in to change notification settings - Fork 40
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
('err.func.wired.not-found', 'The specified url does not exist') -- get_vehicles() #994
Comments
Please try again later. Renault servers are sometimes misbehaving. |
Note: if you know the VIN of your vehicle, you can skip directly to the next step. |
Thanks.
Le jeudi 12 octobre 2023 à 08:43:43 UTC+2, epenet ***@***.***> a écrit :
Please try again later. Renault servers are sometimes misbehaving.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
The endpoint to get the kamereon account id (and the vehicles) seems to have been deleted by Renault. It doesn't work anymore since more than one week
|
It is still working for me... but maybe it stopped working for new clients? |
When executing the sample script:
The get_person call is successful, however the get_vehicles fails with the following exception....
File "/home/matt/Documents/shareddocs-synced-local-copy/Development/python/ev/getVehicleInfo.py", line 22, in
loop.run_until_complete(main())
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/matt/Documents/shareddocs-synced-local-copy/Development/python/ev/getVehicleInfo.py", line 14, in main
print(f"Vehicles: {await account.get_vehicles()}") # List available vehicles, make a note of vehicle VIN
File "/home/matt/.local/lib/python3.10/site-packages/renault_api/renault_account.py", line 62, in get_vehicles
return await self.session.get_account_vehicles(
File "/home/matt/.local/lib/python3.10/site-packages/renault_api/renault_session.py", line 188, in get_account_vehicles
return await kamereon.get_account_vehicles(
File "/home/matt/.local/lib/python3.10/site-packages/renault_api/kamereon/init.py", line 241, in get_account_vehicles
await request(
File "/home/matt/.local/lib/python3.10/site-packages/renault_api/kamereon/init.py", line 159, in request
kamereon_response.raise_for_error_code()
File "/home/matt/.local/lib/python3.10/site-packages/renault_api/kamereon/models.py", line 135, in raise_for_error_code
error.raise_for_error_code()
File "/home/matt/.local/lib/python3.10/site-packages/renault_api/kamereon/models.py", line 97, in raise_for_error_code
raise exceptions.KamereonResponseException(
renault_api.kamereon.exceptions.KamereonResponseException: ('err.func.wired.not-found', 'The specified url does not exist')
The text was updated successfully, but these errors were encountered: