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

fix: pydantic validation error for DifyConfig (url_parsing) #11825

Closed
wants to merge 1 commit into from

Conversation

JiangYingjin
Copy link

@JiangYingjin JiangYingjin commented Dec 19, 2024

Error Messages:

pydantic_core._pydantic_core.ValidationError: 1 validation error for DifyConfig
api-1         | CODE_EXECUTION_ENDPOINT
api-1         |   Input should be a valid URL, relative URL without a base [type=url_parsing, input_value='"http://sandbox:8194/"', input_type=str]
api-1         |     For further information visit https://errors.pydantic.dev/2.9/v/url_parsing

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. 🐞 bug Something isn't working labels Dec 19, 2024
@crazywoola
Copy link
Member

Please do not modify the PR template :)

@bowenliang123
Copy link
Contributor

What's the problem it's fixing here? Why to remove the quotes?

@crazywoola crazywoola closed this Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants