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

Text chat broken #190

Open
wasnertobias opened this issue Jan 15, 2025 · 1 comment
Open

Text chat broken #190

wasnertobias opened this issue Jan 15, 2025 · 1 comment

Comments

@wasnertobias
Copy link

File "/Users/tobiaswasner/git/Pyris/app/web/routers/pipelines.py", line 128, in run_text_exercise_chat_pipeline_worker
    callback = TextExerciseChatCallback(
               ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/tobiaswasner/git/Pyris/app/web/status/status_update.py", line 255, in __init__
    TextExerciseChatStatusUpdateDTO(stages=stages),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/tobiaswasner/git/Pyris/env/lib/python3.12/site-packages/pydantic/main.py", line 212, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 1 validation error for TextExerciseChatStatusUpdateDTO
result
  Field required [type=missing, input_value={'stages': [StageDTO(name...ARTED'>, message=None)]}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.9/v/missing
@wasnertobias
Copy link
Author

(also on test server, unrelated to my changes)

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