[bug] Cannot import emojis from manifest #840
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#840
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
f101886709
PostgreSQL version
16.3
What were you trying to do?
Import emojis using
mix pleroma.emoji get-packs neocat -m https://volpeon.ink/emojis/neocat/manifest.json
What did you expect to happen?
The command to complete correctly.
What actually happened?
The command crashes.
Logs
Severity
I cannot use the software
Have you searched for this issue?
I have also found the cause of this. It is due to passing the wrong string type as CWD.
Fix PR incoming.
What elixir and erlang/OTP version are you using?
Current OTP docs really document
CWD = file:filename()
withfilename
being astring() = [char()]
, but nevertheless even the current version works fine for me with elixir 1.17 and OTP 26.I also can’t reproduce your frontend installer issue
yep we've confirmed that OTP27 is to blame here
weh
i will test the fixes on lower OTPs i guess?
BTW theres also other broken things with emojis I cant import from other instances, only the first page actually gets downloaded.