You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pydantic_core._pydantic_core.ValidationError: 3 validation errors for DirectMessage
user_id
Input should be a valid string [type=string_type, input_value=521272456, input_type=int]
For further information visit https://errors.pydantic.dev/2.5/v/string_type
timestamp
Input should be a valid datetime, dates after 9999 are not supported as unix timestamps [type=datetime_parsing, input_value=1709318517654998, input_type=int]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
clip
Field required [type=missing, input_value={'item_id': '315313612356...4329931787682361376768'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.5/v/missing
The text was updated successfully, but these errors were encountered:
the same one, pydantic_core._pydantic_core.ValidationError: 1 validation error for DirectThread
business_thread_folder
Field required [type=missing, input_value={'has_older': False, 'has...one, placeholder=None)]}, input_type=dict]
pydantic_core._pydantic_core.ValidationError: 3 validation errors for DirectMessage
user_id
Input should be a valid string [type=string_type, input_value=521272456, input_type=int]
For further information visit https://errors.pydantic.dev/2.5/v/string_type
timestamp
Input should be a valid datetime, dates after 9999 are not supported as unix timestamps [type=datetime_parsing, input_value=1709318517654998, input_type=int]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
clip
Field required [type=missing, input_value={'item_id': '315313612356...4329931787682361376768'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.5/v/missing
The text was updated successfully, but these errors were encountered: