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

'VehicleGuidModel' object has no attribute 'model_dump_json' #373

Open
AndreaCovelli opened this issue Oct 27, 2024 · 0 comments
Open

'VehicleGuidModel' object has no attribute 'model_dump_json' #373

AndreaCovelli opened this issue Oct 27, 2024 · 0 comments

Comments

@AndreaCovelli
Copy link

When running simple_client_example.py and decommenting the line
pp.pprint(car._dump_all()) # pylint: disable=W0212

the python script returns an error saying:

AttributeError: 'VehicleGuidModel' object has no attribute 'model_dump_json'

Investigating the code, I found that the attribute isn't specified inside the code, maybe because it should be retrieved by the api for my specific car model. For info, the car is a toyota yaris cross. Thanks for reading.

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