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

exif data needs to be corrected for datetime type #27

Open
doctorpangloss opened this issue Dec 2, 2024 · 0 comments
Open

exif data needs to be corrected for datetime type #27

doctorpangloss opened this issue Dec 2, 2024 · 0 comments

Comments

@doctorpangloss
Copy link
Member

Expected Behavior

fileCreatedAt and fileModifiedAt have wrong types because json cannot encode datetime objects out of the box

Actual Behavior

Invalid type datetime for attribute 'fileCreatedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types
Invalid type datetime for attribute 'fileModifiedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types

Steps to Reproduce

Debug Logs

-

Other

No response

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