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

Prevent image uploads from failing if exif data cannot be parsed #3001

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thomasdax98
Copy link
Member

Description

Previously, image upload would sometimes fail because the exif data couldn't be parsed.

In my opinion, the exif data is nice-to-have but isn't important enough to justify a failing upload. Thus, I now prevent a hard error if the exif parse fails, instead just leaving the exif data empty.

Acceptance criteria

Screenshots/screencasts

Before:

Bildschirmfoto 2024-12-31 um 12 54 51

Further information

@thomasdax98 thomasdax98 marked this pull request as ready for review December 31, 2024 12:03
@auto-assign auto-assign bot requested a review from johnnyomair December 31, 2024 12:03
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

Successfully merging this pull request may close these issues.

1 participant