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

[BUG] 3 validation errors for DirectMessage #7

Open
poeshead32 opened this issue Mar 4, 2024 · 2 comments
Open

[BUG] 3 validation errors for DirectMessage #7

poeshead32 opened this issue Mar 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@poeshead32
Copy link

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

@poeshead32 poeshead32 added the bug Something isn't working label Mar 4, 2024
@noneherel
Copy link

same problem did you find a solution?

@IZIme07
Copy link

IZIme07 commented Jun 12, 2024

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]

can't find solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants