You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone and congratulations on this project.
I have a Dacia Spring and I write from Italy.
I would like to ask for information and help because I don't have much experience with Raspberry.
I list the steps I took;
pip installs renault-api
I copied the example and entered the email and password of the MY DACIA app and saved it as TEST.PY
I wrote PYTHON TEST.PY
the program started and wrote many things between curly brackets, square brackets and superscripts, which seem correct (I didn't paste that information because I think there is private account data, I see the kameron token and much more... in the end I see DACIA ACCOUNT ACTIVE... )
then at the end of those written I see these, which I think are errors... I'll attach them below;
Traceback (most recent call last):
File "/home/pi/test.py", line 22, in
loop.run_until_complete(main())
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/pi/test.py", line 14, in main
print(f"Vehicles: {await account.get_vehicles()}") # List available vehicles, make a note of vehicle VIN
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/renault_account.py", line 62, in get_vehicles
return await self.session.get_account_vehicles(
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/renault_session.py", line 188, in get_account_vehicles
return await kamereon.get_account_vehicles(
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/init.py", line 240, in get_account_vehicles
await request(
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/init.py", line 158, in request
kamereon_response.raise_for_error_code()
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/models.py", line 139, in raise_for_error_code
error.raise_for_error_code()
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/models.py", line 101, in raise_for_error_code
raise exceptions.KamereonResponseException(
renault_api.kamereon.exceptions.KamereonResponseException: ('err.func.wired.not-found', 'The specified url does not exist')
pi@raspberrypi:~ $
I tried to launch the program on different days but I always get the same messages...
I use Python 3.9.7
Am I doing something wrong?
Thank you very much, I hope it can be resolved.
Good day
Mauro
The text was updated successfully, but these errors were encountered:
Hello everyone and congratulations on this project.
I have a Dacia Spring and I write from Italy.
I would like to ask for information and help because I don't have much experience with Raspberry.
I list the steps I took;
the program started and wrote many things between curly brackets, square brackets and superscripts, which seem correct (I didn't paste that information because I think there is private account data, I see the kameron token and much more... in the end I see DACIA ACCOUNT ACTIVE... )
then at the end of those written I see these, which I think are errors... I'll attach them below;
Traceback (most recent call last):
File "/home/pi/test.py", line 22, in
loop.run_until_complete(main())
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/pi/test.py", line 14, in main
print(f"Vehicles: {await account.get_vehicles()}") # List available vehicles, make a note of vehicle VIN
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/renault_account.py", line 62, in get_vehicles
return await self.session.get_account_vehicles(
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/renault_session.py", line 188, in get_account_vehicles
return await kamereon.get_account_vehicles(
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/init.py", line 240, in get_account_vehicles
await request(
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/init.py", line 158, in request
kamereon_response.raise_for_error_code()
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/models.py", line 139, in raise_for_error_code
error.raise_for_error_code()
File "/home/pi/.local/lib/python3.9/site-packages/renault_api/kamereon/models.py", line 101, in raise_for_error_code
raise exceptions.KamereonResponseException(
renault_api.kamereon.exceptions.KamereonResponseException: ('err.func.wired.not-found', 'The specified url does not exist')
pi@raspberrypi:~ $
I tried to launch the program on different days but I always get the same messages...
I use Python 3.9.7
Am I doing something wrong?
Thank you very much, I hope it can be resolved.
Good day
Mauro
The text was updated successfully, but these errors were encountered: