Replies: 2 comments
-
Привет. Я столкнулся с такой же проблемой как можно решить эту проблему? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has now been fixed, if you update to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried running sketch locally with the given environment variables but I get this error:
157 #
__tracebackhide__
tells pytest and some other tools to omit this function from tracebacks158
__tracebackhide__ = True
--> 159
__pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__
)ValidationError: 1 validation error for Parameters
stop
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.1/v/missing
Do you have any idea how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions