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

Dacia Spring #1460

Open
maurofilippo opened this issue Jan 30, 2025 · 0 comments
Open

Dacia Spring #1460

maurofilippo opened this issue Jan 30, 2025 · 0 comments

Comments

@maurofilippo
Copy link

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;

  1. pip installs renault-api
  2. I copied the example and entered the email and password of the MY DACIA app and saved it as TEST.PY
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant