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

Question for Configuration #22

Open
mikedolx opened this issue Aug 28, 2024 · 2 comments
Open

Question for Configuration #22

mikedolx opened this issue Aug 28, 2024 · 2 comments

Comments

@mikedolx
Copy link

Hi,

i'm just trying to use the sample from the Readme. Somehow, the example does not seem to work on my machine. I'm getting the exception:

Exception has occurred: ValidationError
3 validation errors for Configuration
editable
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.8/v/missing
title
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.8/v/missing
value
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.8/v/missing

I don't understand how to properly configure the Configuration object. I have tried to find it out by browsing the source code, but i didn't get it.

Could you help me out?

Thanks

@Barrow1990
Copy link

I seem to have this exact issue with the example they provide with the Host url changed

@Barrow1990
Copy link

Seems that the documentation isnt correct. I have tried to auto generate it again using the newer docs but same issue.
Seems #21 is the same issue and has a workaround / solution

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

2 participants