I tried to create a tag in a locally hosted container, and received a BadRequest error #6791
Replies: 2 comments
-
The error you're encountering seems to be related to the input format for the The validation error suggests that the input provided did not match these requirements. To resolve this, ensure that the input data for the Additionally, the frontend handles validation errors by displaying them in an alert component, which might help in identifying specific issues with the input data [3]. If the error persists, reviewing the logs for detailed exception messages and stack traces can provide further insights into the root cause [4]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Thanks for the detailed report @abhinabamitra. I've create an issue here to track this bug. Please let us know if you figure out how to reliably reproduce. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was exploring pheonix, when i tried to create a custom tag through dropdown menu in prompts tab, when i pressed on create button, it redirected me to an error page, although the tag was created.
I received the following log on the container when the error happened. Could not replicate it.
Not sure what happened.
My input string for the custom tag was
social_interactions
, so it should not throw the mentioned pydantic errors.Beta Was this translation helpful? Give feedback.
All reactions