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

PUT /reactions/.../@me returns 404 for certain emojis #18

Open
xgedev opened this issue Aug 27, 2024 · 0 comments · May be fixed by #21
Open

PUT /reactions/.../@me returns 404 for certain emojis #18

xgedev opened this issue Aug 27, 2024 · 0 comments · May be fixed by #21

Comments

@xgedev
Copy link

xgedev commented Aug 27, 2024

Hello,
I discovered that nirn-proxy does not allow you to add certain emojis as reactions to messages.

Emojis not working (the only ones that were discovered yet):

  • #️⃣
  • *️⃣

Error thrown by discord.js (only when the api url is nirn-proxy, without it it works fine):
DiscordAPIError[0]: 404: Not Found {
requestBody: { files: undefined, json: undefined },
rawError: { message: '404: Not Found', code: 0 },
code: 0,
status: 404,
method: 'PUT',
url: 'http://localhost:3000/api/v10/channels/.../messages/.../reactions/%23%EF%B8%8F%E2%83%A3/@me'
}

@bsian03 bsian03 linked a pull request Nov 8, 2024 that will close this issue
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 a pull request may close this issue.

1 participant