Emoji not show? #952
-
Bug DescriptionSteps to ReproduceIt show when I use command. Expected ResultJust want it to show! Debug Output[ERROR] [RestAction]: RestAction queue returned failure: [ErrorResponseException] 10014: Unknown Emoji
net.dv8tion.jda.api.exceptions.ContextException: null
at net.dv8tion.jda.api.exceptions.ContextException.here(ContextException.java:54)
at net.dv8tion.jda.api.requests.Request.<init>(Request.java:71)
at net.dv8tion.jda.internal.requests.RestActionImpl.queue(RestActionImpl.java:197)
at net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:573)
at net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:539)
at com.jagrosh.jdautilities.command.CommandEvent.react(CommandEvent.java:910)
at com.jagrosh.jdautilities.command.CommandEvent.reactSuccess(CommandEvent.java:864)
at com.jagrosh.jdautilities.command.impl.CommandClientImpl.lambda$null$0(CommandClientImpl.java:170)
at com.jagrosh.jdautilities.command.CommandEvent.lambda$sendMessage$19(CommandEvent.java:960)
at net.dv8tion.jda.api.requests.Request.lambda$onSuccess$0(Request.java:95)
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) Additional InfoNo response Checklist
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
About Emoij Error ,You can refer to my question |
Beta Was this translation helpful? Give feedback.
-
Use unicode encoding for your config file, and use valid emojis in the config for the success/warning/error emojis |
Beta Was this translation helpful? Give feedback.
-
If you use Notepad: If you open your config.txt file and its not using UTF-8: Then press Ctrl+Shift+S (or File -> Save as...), choose your config file from the explorer & change the encoding to UTF-8: Hit save. Your file should now use the UTF-8 encoding, which should now work. Copy-paste your emojis again, save, and it should hopefully work |
Beta Was this translation helpful? Give feedback.
If you use Notepad: If you open your config.txt file and its not using UTF-8:
Then press Ctrl+Shift+S (or File -> Save as...), choose your config file from the explorer & change the encoding to UTF-8:
Hit save. Your file should now use the UTF-8 encoding, which should now work. Copy-paste your emojis again, save, and it should hopefully work