[bug] exiftool alt text generator includes stderr (?) #773
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#773
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
From source
Extra details
No response
Version
No response
PostgreSQL version
No response
What were you trying to do?
logging so I remember
posted an image
What did you expect to happen?
the alt text not to have warnings from exiftool
What actually happened?
it did
Logs
Severity
I can manage
Have you searched for this issue?
heh, it currently explicitly redirects stderr to stdout:
stderr_to_stdout: true,
not sure why, maybe to keep exiftool warnings and errors out of Akkoma logs (and (as it turns out mistakenly) assuming anything printing something to stderr won't have a zero exit code)?
Just dropping this redirect probably fixes this. To avoid log spam
-ignoreMinorErrors -q -q
(two-q
!) could be added