[bug] Internal Server Error when uploading media #636
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#636
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
Fedora release 38 (Linux 6.2.15-300.fc38.aarch64 #1 SMP PREEMPT_DYNAMIC Thu May 11 16:54:06 UTC 2023 aarch64 GNU/Linux)
Version
3.10.4
PostgreSQL version
15.1
What were you trying to do?
Uploading media (regardless of size or type)
What did you expect to happen?
Media upload to be successful.
What actually happened?
Uploading fails with 500.
Logs
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
the implication here is that a genserver is unavailable
quite possible the majic one
do you have file/magic installed? are they in the path given to the service? do you have any upload filters enabled?
what's that?
Only Exiftool and Dedupe
upload filters rely on certain preinstalled programs to function
diagnostics here should be easy
try disabling exiftool - if uploading works, it's perl-exiftool not installed
if it continues to not work, it's magic/file which I believe is called file-devel on fedora
Unfortunately I think followed all package instructions correctly and all needed packages are already installed.
I disabled the Exiftool filter and the issue still persists.
file
andexiftool
are accessible when runningsudo -su akkoma
.