We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
api-1 | File "/code/src/modules/ics/routes.py", line 157, in get_sport_current_user_schedule api-1 | ical_bytes = await get_personal_sport_ics(user) api-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ api-1 | File "/code/src/modules/ics/utils.py", line 212, in get_personal_sport_ics api-1 | trainings = type_adapter.validate_python(response.json()) api-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ api-1 | File "/opt/pysetup/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 135, in wrapped api-1 | return func(self, *args, **kwargs) api-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ api-1 | File "/opt/pysetup/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 366, in validate_python api-1 | return self.validator.validate_python(object, strict=strict, from_attributes=from_attributes, context=context) api-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ api-1 | pydantic_core._pydantic_core.ValidationError: 1 validation error for list[Training] api-1 | 110.extendedProps.training_class api-1 | Input should be a valid string [type=string_type, input_value=None, input_type=NoneType] api-1 | For further information visit https://errors.pydantic.dev/2.9/v/string_type
No response
The text was updated successfully, but these errors were encountered:
ZolotarevAlexandr
No branches or pull requests
Describe the bug
Reproduction
Screenshots / Additional context
No response
The text was updated successfully, but these errors were encountered: