Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. Uh oh! You've found an error in CHDiscord.
  2. This happened while running your code, so you may be able to find a workaround, but is ultimately an issue in CHDiscord.
  3. The following code caused the error:
  4. @text = ''
  5. discord_broadcast('console', @text)
  6. on or around D:\Cadabra\plugins\CommandHelper\auto_include.ms:142.
  7. Please report this to the developers, and be sure to include the version numbers:
  8. Server version: 1.12.2-R0.1-SNAPSHOT;
  9. CommandHelper version: 3.3.2;
  10. Loaded extensions and versions:
  11. CHFiles (2.1.2)
  12. CHDiscord (1.2.1)
  13. CHLogBlock (0.1.1)
  14. CHDangerous (1.0.2)
  15. SKCompat (2.1.1)
  16. Core (3.3.2)
  17. CHSpigot (1.5.1)
  18. Here's the stacktrace:
  19. java.lang.IllegalArgumentException: Provided text for message may not be empty
  20. at net.dv8tion.jda.core.utils.Checks.notEmpty(Checks.java:63)
  21. at net.dv8tion.jda.core.entities.MessageChannel.sendMessage(MessageChannel.java:328)
  22. at net.dv8tion.jda.core.entities.impl.TextChannelImpl.sendMessage(TextChannelImpl.java:315)
  23. at me.pseudoknight.chdiscord.Functions$discord_broadcast.exec(Functions.java:135)
  24. at com.laytonsmith.core.Script.eval(Script.java:372)
  25. at com.laytonsmith.core.Procedure.execute(Procedure.java:217)
  26. at com.laytonsmith.core.Procedure.cexecute(Procedure.java:167)
  27. at com.laytonsmith.core.Script.eval(Script.java:301)
  28. at com.laytonsmith.core.Procedure.execute(Procedure.java:217)
  29. at com.laytonsmith.core.Procedure.cexecute(Procedure.java:167)
  30. at com.laytonsmith.core.Script.eval(Script.java:301)
  31. at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:2197)
  32. at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:2156)
  33. at com.laytonsmith.core.constructs.CClosure.execute(CClosure.java:186)
  34. at com.laytonsmith.abstraction.bukkit.BukkitMCCommand.handleCustomCommand(BukkitMCCommand.java:256)
  35. at com.laytonsmith.commandhelper.CommandHelperPlugin.onCommand(CommandHelperPlugin.java:606)
  36. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  37. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  38. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648)
  39. at com.laytonsmith.abstraction.bukkit.BukkitMCServer.runasConsole(BukkitMCServer.java:357)
  40. at com.laytonsmith.core.functions.Meta$runas.exec(Meta.java:139)
  41. at com.laytonsmith.core.Script.eval(Script.java:372)
  42. at com.laytonsmith.core.Script.seval(Script.java:244)
  43. at com.laytonsmith.core.functions.BasicLogic$_if.execs(BasicLogic.java:85)
  44. at com.laytonsmith.core.Script.eval(Script.java:330)
  45. at com.laytonsmith.core.Script.eval(Script.java:340)
  46. at com.laytonsmith.core.Script.seval(Script.java:244)
  47. at com.laytonsmith.core.functions.BasicLogic$_if.execs(BasicLogic.java:85)
  48. at com.laytonsmith.core.Script.eval(Script.java:330)
  49. at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:2197)
  50. at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:2156)
  51. at com.laytonsmith.core.events.AbstractEvent.execute(AbstractEvent.java:115)
  52. at com.laytonsmith.core.events.BoundEvent.execute(BoundEvent.java:300)
  53. at com.laytonsmith.core.events.BoundEvent.trigger(BoundEvent.java:257)
  54. at com.laytonsmith.core.events.EventUtils.FireListeners(EventUtils.java:307)
  55. at com.laytonsmith.core.events.EventUtils.TriggerListener(EventUtils.java:294)
  56. at me.pseudoknight.chdiscord.DiscordListener.lambda$onGuildMessageReceived$0(DiscordListener.java:32)
  57. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftFuture.run(CraftFuture.java:85)
  58. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
  59. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
  60. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  61. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  62. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  63. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement