Vixio Severe Error

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Wynnevir

Well-Known Member
Jul 9, 2017
1,015
62
48
30
Elsewhere
Bensku Dev 31c(also tried on 29)
MC 1.12.2

Issue: I'm trying to use a simple test code just messing around with vixio, and while it loads fine, executing it results in an error. the code just set a nickname on leaving a channel. the error happens when I leave the channel in discord. No errors on reload. Bot is signed in and server has been restarted.
Any idea why it's giving me this error?

code:
code_language.skript:
on skript load:
    login to user with token "Mjk4OTU0NDQ1NDQ5MDY4NTU1.DOWN4A.ZBPYPITztONYfb3wrRoGBy3OkRo" with name "testbot"

on user leave voice-channel seen by "testbot":
    set nickname of user "3990" to "derp" with "testbot in guild "elsehwere"

Error:
code_language.skript:
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! [Skript] Severe Error:
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Something went horribly wrong with Skript.
09.11 02:30:58 [Server] ERROR #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
09.11 02:30:58 [Server] ERROR #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
09.11 02:30:58 [Server] ERROR #!#! Here is full list of them:
09.11 02:30:58 [Server] ERROR #!#! skRayFall (http://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) WolvSK SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) MundoSK (https://forums.skunity.com/resources/mundosk.69/) SharpSK
09.11 02:30:58 [Server] ERROR #!#! We could not identify which of those are specially related, so this might also be Skript issue.
09.11 02:30:58 [Server] ERROR #!#! You should try disabling those plugins one by one, trying to find which one causes it.
09.11 02:30:58 [Server] ERROR #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
09.11 02:30:58 [Server] ERROR #!#! In that case, you will be given instruction on how should you report it.
09.11 02:30:58 [Server] ERROR #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
09.11 02:30:58 [Server] ERROR #!#! Only if the author tells you to do so, report it as Skript issue (url below)
09.11 02:30:58 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Stack trace:
09.11 02:30:58 [Server] ERROR #!#! java.lang.NumberFormatException: The specified ID is not a valid snowflake (elsehwere). Expecting a valid long value!
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.utils.MiscUtil.parseSnowflake(MiscUtil.java:139)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.entities.impl.JDAImpl.getGuildById(JDAImpl.java:404)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.setNickname(EffSetUserNickname.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.execute(EffSetUserNickname.java:33)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.jdaEvents.UserLeaveVc.onGuildVoiceLeave(UserLeaveVc.java:15)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:553)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:84)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleGuildVoiceState(VoiceStateUpdateHandler.java:127)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleInternally(VoiceStateUpdateHandler.java:56)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.SocketHandler.handle(SocketHandler.java:37)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:910)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.onTextMessage(WebSocketClient.java:603)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ListenerManager.callOnTextMessage(ListenerManager.java:352)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:260)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:238)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleTextFrame(ReadingThread.java:963)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:746)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Version Information:
09.11 02:30:58 [Server] ERROR #!#!   Skript: 2.2-dev31c (latest)
09.11 02:30:58 [Server] ERROR #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
09.11 02:30:58 [Server] ERROR #!#!   Minecraft: 1.12.2
09.11 02:30:58 [Server] ERROR #!#!   Java: 1.8.0_144 (Java HotSpot(TM) 64-Bit Server VM 25.144-b01)
09.11 02:30:58 [Server] ERROR #!#!   OS: Linux amd64 3.13.0-85-generic
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Running CraftBukkit: false
09.11 02:30:58 [Server] ERROR #!#! Running Spigot (or compatible): true
09.11 02:30:58 [Server] ERROR #!#! Running Paper (or compatible): false
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Current node: null
09.11 02:30:58 [Server] ERROR #!#! Current item: null
09.11 02:30:58 [Server] ERROR #!#! Thread: JDA MainWS-ReadThread
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Language: english
[CODE=SKRIPT]09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! [Skript] Severe Error:
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Something went horribly wrong with Skript.
09.11 02:30:58 [Server] ERROR #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
09.11 02:30:58 [Server] ERROR #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
09.11 02:30:58 [Server] ERROR #!#! Here is full list of them:
09.11 02:30:58 [Server] ERROR #!#! skRayFall (http://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) WolvSK SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) MundoSK (https://forums.skunity.com/resources/mundosk.69/) SharpSK
09.11 02:30:58 [Server] ERROR #!#! We could not identify which of those are specially related, so this might also be Skript issue.
09.11 02:30:58 [Server] ERROR #!#! You should try disabling those plugins one by one, trying to find which one causes it.
09.11 02:30:58 [Server] ERROR #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
09.11 02:30:58 [Server] ERROR #!#! In that case, you will be given instruction on how should you report it.
09.11 02:30:58 [Server] ERROR #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
09.11 02:30:58 [Server] ERROR #!#! Only if the author tells you to do so, report it as Skript issue (url below)
09.11 02:30:58 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Stack trace:
09.11 02:30:58 [Server] ERROR #!#! java.lang.NumberFormatException: The specified ID is not a valid snowflake (elsehwere). Expecting a valid long value!
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.utils.MiscUtil.parseSnowflake(MiscUtil.java:139)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.entities.impl.JDAImpl.getGuildById(JDAImpl.java:404)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.setNickname(EffSetUserNickname.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.execute(EffSetUserNickname.java:33)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.jdaEvents.UserLeaveVc.onGuildVoiceLeave(UserLeaveVc.java:15)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:553)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:84)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleGuildVoiceState(VoiceStateUpdateHandler.java:127)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleInternally(VoiceStateUpdateHandler.java:56)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.SocketHandler.handle(SocketHandler.java:37)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:910)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.onTextMessage(WebSocketClient.java:603)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ListenerManager.callOnTextMessage(ListenerManager.java:352)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:260)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:238)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleTextFrame(ReadingThread.java:963)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:746)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Version Information:
09.11 02:30:58 [Server] ERROR #!#!   Skript: 2.2-dev31c (latest) 
09.11 02:30:58 [Server] ERROR #!#! Link parse mode: DISABLED
[B] 


09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! End of Error.
09.11 02:30:58 [Server] ERROR #!#!
[/B]
 
Bensku Dev 31c(also tried on 29)
MC 1.12.2

Issue: I'm trying to use a simple test code just messing around with vixio, and while it loads fine, executing it results in an error. the code just set a nickname on leaving a channel. the error happens when I leave the channel in discord. No errors on reload. Bot is signed in and server has been restarted.
Any idea why it's giving me this error?

code:
code_language.skript:
on skript load:
    login to user with token "Mjk4OTU0NDQ1NDQ5MDY4NTU1.DOWN4A.ZBPYPITztONYfb3wrRoGBy3OkRo" with name "testbot"

on user leave voice-channel seen by "testbot":
    set nickname of user "3990" to "derp" with "testbot in guild "elsehwere"

Error:
code_language.skript:
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! [Skript] Severe Error:
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Something went horribly wrong with Skript.
09.11 02:30:58 [Server] ERROR #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
09.11 02:30:58 [Server] ERROR #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
09.11 02:30:58 [Server] ERROR #!#! Here is full list of them:
09.11 02:30:58 [Server] ERROR #!#! skRayFall (http://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) WolvSK SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) MundoSK (https://forums.skunity.com/resources/mundosk.69/) SharpSK
09.11 02:30:58 [Server] ERROR #!#! We could not identify which of those are specially related, so this might also be Skript issue.
09.11 02:30:58 [Server] ERROR #!#! You should try disabling those plugins one by one, trying to find which one causes it.
09.11 02:30:58 [Server] ERROR #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
09.11 02:30:58 [Server] ERROR #!#! In that case, you will be given instruction on how should you report it.
09.11 02:30:58 [Server] ERROR #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
09.11 02:30:58 [Server] ERROR #!#! Only if the author tells you to do so, report it as Skript issue (url below)
09.11 02:30:58 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Stack trace:
09.11 02:30:58 [Server] ERROR #!#! java.lang.NumberFormatException: The specified ID is not a valid snowflake (elsehwere). Expecting a valid long value!
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.utils.MiscUtil.parseSnowflake(MiscUtil.java:139)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.entities.impl.JDAImpl.getGuildById(JDAImpl.java:404)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.setNickname(EffSetUserNickname.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.execute(EffSetUserNickname.java:33)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.jdaEvents.UserLeaveVc.onGuildVoiceLeave(UserLeaveVc.java:15)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:553)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:84)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleGuildVoiceState(VoiceStateUpdateHandler.java:127)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleInternally(VoiceStateUpdateHandler.java:56)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.SocketHandler.handle(SocketHandler.java:37)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:910)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.onTextMessage(WebSocketClient.java:603)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ListenerManager.callOnTextMessage(ListenerManager.java:352)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:260)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:238)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleTextFrame(ReadingThread.java:963)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:746)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Version Information:
09.11 02:30:58 [Server] ERROR #!#!   Skript: 2.2-dev31c (latest)
09.11 02:30:58 [Server] ERROR #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
09.11 02:30:58 [Server] ERROR #!#!   Minecraft: 1.12.2
09.11 02:30:58 [Server] ERROR #!#!   Java: 1.8.0_144 (Java HotSpot(TM) 64-Bit Server VM 25.144-b01)
09.11 02:30:58 [Server] ERROR #!#!   OS: Linux amd64 3.13.0-85-generic
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Running CraftBukkit: false
09.11 02:30:58 [Server] ERROR #!#! Running Spigot (or compatible): true
09.11 02:30:58 [Server] ERROR #!#! Running Paper (or compatible): false
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Current node: null
09.11 02:30:58 [Server] ERROR #!#! Current item: null
09.11 02:30:58 [Server] ERROR #!#! Thread: JDA MainWS-ReadThread
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Language: english
[CODE=SKRIPT]09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! [Skript] Severe Error:
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Something went horribly wrong with Skript.
09.11 02:30:58 [Server] ERROR #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
09.11 02:30:58 [Server] ERROR #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
09.11 02:30:58 [Server] ERROR #!#! Here is full list of them:
09.11 02:30:58 [Server] ERROR #!#! skRayFall (http://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) WolvSK SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) MundoSK (https://forums.skunity.com/resources/mundosk.69/) SharpSK
09.11 02:30:58 [Server] ERROR #!#! We could not identify which of those are specially related, so this might also be Skript issue.
09.11 02:30:58 [Server] ERROR #!#! You should try disabling those plugins one by one, trying to find which one causes it.
09.11 02:30:58 [Server] ERROR #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
09.11 02:30:58 [Server] ERROR #!#! In that case, you will be given instruction on how should you report it.
09.11 02:30:58 [Server] ERROR #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
09.11 02:30:58 [Server] ERROR #!#! Only if the author tells you to do so, report it as Skript issue (url below)
09.11 02:30:58 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Stack trace:
09.11 02:30:58 [Server] ERROR #!#! java.lang.NumberFormatException: The specified ID is not a valid snowflake (elsehwere). Expecting a valid long value!
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.utils.MiscUtil.parseSnowflake(MiscUtil.java:139)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.entities.impl.JDAImpl.getGuildById(JDAImpl.java:404)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.setNickname(EffSetUserNickname.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffSetUserNickname.execute(EffSetUserNickname.java:33)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
09.11 02:30:58 [Server] ERROR #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
09.11 02:30:58 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
09.11 02:30:58 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.jdaEvents.UserLeaveVc.onGuildVoiceLeave(UserLeaveVc.java:15)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:553)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:84)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleGuildVoiceState(VoiceStateUpdateHandler.java:127)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.VoiceStateUpdateHandler.handleInternally(VoiceStateUpdateHandler.java:56)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.handle.SocketHandler.handle(SocketHandler.java:37)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:910)
09.11 02:30:58 [Server] ERROR #!#!     at net.dv8tion.jda.core.requests.WebSocketClient.onTextMessage(WebSocketClient.java:603)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ListenerManager.callOnTextMessage(ListenerManager.java:352)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:260)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:238)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleTextFrame(ReadingThread.java:963)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:746)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
09.11 02:30:58 [Server] ERROR #!#!     at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! Version Information:
09.11 02:30:58 [Server] ERROR #!#!   Skript: 2.2-dev31c (latest)
09.11 02:30:58 [Server] ERROR #!#! Link parse mode: DISABLED
[B]


09.11 02:30:58 [Server] ERROR #!#!
09.11 02:30:58 [Server] ERROR #!#! End of Error.
09.11 02:30:58 [Server] ERROR #!#!
[/B]
You've got to give it a proper id and bot. the bot name is the name you logged in with
 
You've got to give it a proper id and bot. the bot name is the name you logged in with
It's logged in with the name testbot, so I think that portion is right? What do you mean by ID, is that for the user, bot or guild?
 
It's logged in with the name testbot, so I think that portion is right? What do you mean by ID, is that for the user, bot or guild?
all of them. You probably want this
code_language.skript:
set nickname of event-user to "derp" with event-bot in event-guild
 
all of them. You probably want this
code_language.skript:
set nickname of event-user to "derp" with event-bot in event-guild
Ah it seems like I was trying to over complicate it. I'll give this a shot, thank you!
[doublepost=1510293092,1510284922][/doublepost]No dice, that one generates a "there is no such world" error and in messing around with it, every time I find something that reloads with no errors it throws that error on triggering the event :c. The lack of decent examples makes working with it especially difficult

Another example, using one of their posted examples, here's my code which reloads properly, and the error it generates. It additionally now has an internal error occurred in chat.

code_language.skript:
command /test <text>:
    trigger:
        give role "Newcomer" to user "%arg-1%" in guild "Elsewhere" with "testbot"

code_language.skript:
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! [Skript] Severe Error:
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Something went horribly wrong with Skript.
10.11 00:59:52 [Server] ERROR #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
10.11 00:59:52 [Server] ERROR #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
10.11 00:59:52 [Server] ERROR #!#! Here is full list of them:
10.11 00:59:52 [Server] ERROR #!#! skRayFall (http://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) WolvSK SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) MundoSK (https://forums.skunity.com/resources/mundosk.69/) SharpSK
10.11 00:59:52 [Server] ERROR #!#! We could not identify which of those are specially related, so this might also be Skript issue.
10.11 00:59:52 [Server] ERROR #!#! You should try disabling those plugins one by one, trying to find which one causes it.
10.11 00:59:52 [Server] ERROR #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
10.11 00:59:52 [Server] ERROR #!#! In that case, you will be given instruction on how should you report it.
10.11 00:59:52 [Server] ERROR #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
10.11 00:59:52 [Server] ERROR #!#! Only if the author tells you to do so, report it as Skript issue (url below)
10.11 00:59:52 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Stack trace:
10.11 00:59:52 [Server] ERROR #!#! java.lang.NumberFormatException: The specified ID is not a valid snowflake (Elsewhere). Expecting a valid long value!
10.11 00:59:52 [Server] ERROR #!#!     at net.dv8tion.jda.core.utils.MiscUtil.parseSnowflake(MiscUtil.java:139)
10.11 00:59:52 [Server] ERROR #!#!     at net.dv8tion.jda.core.entities.impl.JDAImpl.getGuildById(JDAImpl.java:404)
10.11 00:59:52 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffGiveRole.execute(EffGiveRole.java:38)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)
10.11 00:59:52 [Server] ERROR #!#!     at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
10.11 00:59:52 [Server] ERROR #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10.11 00:59:52 [Server] ERROR #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1384)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1227)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
10.11 00:59:52 [Server] ERROR #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10.11 00:59:52 [Server] ERROR #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
10.11 00:59:52 [Server] ERROR #!#!     at java.lang.Thread.run(Thread.java:748)
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Version Information:
10.11 00:59:52 [Server] ERROR #!#!   Skript: 2.2-dev31c (latest)
10.11 00:59:52 [Server] ERROR #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
10.11 00:59:52 [Server] ERROR #!#!   Minecraft: 1.12.2
10.11 00:59:52 [Server] ERROR #!#!   Java: 1.8.0_144 (Java HotSpot(TM) 64-Bit Server VM 25.144-b01)
10.11 00:59:52 [Server] ERROR #!#!   OS: Linux amd64 3.13.0-85-generic
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Running CraftBukkit: false
10.11 00:59:52 [Server] ERROR #!#! Running Spigot (or compatible): true
10.11 00:59:52 [Server] ERROR #!#! Running Paper (or compatible): false
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Current node: null
10.11 00:59:52 [Server] ERROR #!#! Current item: me.iblitzkriegi.vixio.effects.effGuildManagement.EffGiveRole
10.11 00:59:52 [Server] ERROR #!#! Thread: Server thread
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Language: english
10.11 00:59:52 [Server] ERROR #!#! Link parse mode: DISABLED
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! End of Error.
10.11 00:59:52 [Server] ERROR #!#!
 
Last edited:
Ah it seems like I was trying to over complicate it. I'll give this a shot, thank you!
[doublepost=1510293092,1510284922][/doublepost]No dice, that one generates a "there is no such world" error and in messing around with it, every time I find something that reloads with no errors it throws that error on triggering the event :c. The lack of decent examples makes working with it especially difficult

Another example, using one of their posted examples, here's my code which reloads properly, and the error it generates. It additionally now has an internal error occurred in chat.

code_language.skript:
command /test <text>:
    trigger:
        give role "Newcomer" to user "%arg-1%" in guild "Elsewhere" with "testbot"

code_language.skript:
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! [Skript] Severe Error:
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Something went horribly wrong with Skript.
10.11 00:59:52 [Server] ERROR #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
10.11 00:59:52 [Server] ERROR #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
10.11 00:59:52 [Server] ERROR #!#! Here is full list of them:
10.11 00:59:52 [Server] ERROR #!#! skRayFall (http://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) WolvSK SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) MundoSK (https://forums.skunity.com/resources/mundosk.69/) SharpSK
10.11 00:59:52 [Server] ERROR #!#! We could not identify which of those are specially related, so this might also be Skript issue.
10.11 00:59:52 [Server] ERROR #!#! You should try disabling those plugins one by one, trying to find which one causes it.
10.11 00:59:52 [Server] ERROR #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
10.11 00:59:52 [Server] ERROR #!#! In that case, you will be given instruction on how should you report it.
10.11 00:59:52 [Server] ERROR #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
10.11 00:59:52 [Server] ERROR #!#! Only if the author tells you to do so, report it as Skript issue (url below)
10.11 00:59:52 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Stack trace:
10.11 00:59:52 [Server] ERROR #!#! java.lang.NumberFormatException: The specified ID is not a valid snowflake (Elsewhere). Expecting a valid long value!
10.11 00:59:52 [Server] ERROR #!#!     at net.dv8tion.jda.core.utils.MiscUtil.parseSnowflake(MiscUtil.java:139)
10.11 00:59:52 [Server] ERROR #!#!     at net.dv8tion.jda.core.entities.impl.JDAImpl.getGuildById(JDAImpl.java:404)
10.11 00:59:52 [Server] ERROR #!#!     at me.iblitzkriegi.vixio.effects.effGuildManagement.EffGiveRole.execute(EffGiveRole.java:38)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)
10.11 00:59:52 [Server] ERROR #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)
10.11 00:59:52 [Server] ERROR #!#!     at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
10.11 00:59:52 [Server] ERROR #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10.11 00:59:52 [Server] ERROR #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
10.11 00:59:52 [Server] ERROR #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1384)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1227)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
10.11 00:59:52 [Server] ERROR #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10.11 00:59:52 [Server] ERROR #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
10.11 00:59:52 [Server] ERROR #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
10.11 00:59:52 [Server] ERROR #!#!     at java.lang.Thread.run(Thread.java:748)
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Version Information:
10.11 00:59:52 [Server] ERROR #!#!   Skript: 2.2-dev31c (latest)
10.11 00:59:52 [Server] ERROR #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
10.11 00:59:52 [Server] ERROR #!#!   Minecraft: 1.12.2
10.11 00:59:52 [Server] ERROR #!#!   Java: 1.8.0_144 (Java HotSpot(TM) 64-Bit Server VM 25.144-b01)
10.11 00:59:52 [Server] ERROR #!#!   OS: Linux amd64 3.13.0-85-generic
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Running CraftBukkit: false
10.11 00:59:52 [Server] ERROR #!#! Running Spigot (or compatible): true
10.11 00:59:52 [Server] ERROR #!#! Running Paper (or compatible): false
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Current node: null
10.11 00:59:52 [Server] ERROR #!#! Current item: me.iblitzkriegi.vixio.effects.effGuildManagement.EffGiveRole
10.11 00:59:52 [Server] ERROR #!#! Thread: Server thread
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! Language: english
10.11 00:59:52 [Server] ERROR #!#! Link parse mode: DISABLED
10.11 00:59:52 [Server] ERROR #!#!
10.11 00:59:52 [Server] ERROR #!#! End of Error.
10.11 00:59:52 [Server] ERROR #!#!
I'm guessing you gave it a username? In vixio (and discord for that matter) everything is based around IDs.
 
I'm guessing you gave it a username? In vixio (and discord for that matter) everything is based around IDs.
I've got a client ID and User ID for vixio specifically, but I'm not sure what other one you'd mean, and neither reload with the examples. It's name is testbot, it logs in in the initial code with the name testbot. My discord/guild is Just "Elsewhere". I cant see any other ID it'd be listed by
 
I've got a client ID and User ID for vixio specifically, but I'm not sure what other one you'd mean, and neither reload with the examples. It's name is testbot, it logs in in the initial code with the name testbot. My discord/guild is Just "Elsewhere". I cant see any other ID it'd be listed by
What argument did you give the command? Part of the issue is you're giving it a guild name - (almost) no syntax in Vixio takes a name over an ID. You can get the guild id by right clicking the guild and pressing copy id (assuming you have dev options on)
[doublepost=1510297499,1510297169][/doublepost]
Give this a shot
code_language.skript:
discord set nickname of user "%event-user%" to "derp" with "testbot" in guild "%event-guild%"
 
What argument did you give the command? Part of the issue is you're giving it a guild name - (almost) no syntax in Vixio takes a name over an ID. You can get the guild id by right clicking the guild and pressing copy id (assuming you have dev options on)
[doublepost=1510297499,1510297169][/doublepost]
Give this a shot
code_language.skript:
discord set nickname of user "%event-user%" to "derp" with "testbot" in guild "%event-guild%"
Ah, I hadn't even know what developer mode was, that helps.
that one you just gave me reloads with this error
09dad532bd.jpg
This one loads properly with the Id's and doesnt throw an error, it just does nothing.
code_language.skript:
on user leave voice-channel seen by "298954445449068555":
    discord set nickname of user "%event-user%" to "derp" with bot "298954445449068555" in guild "298899604127088641"
it's the same for swapping the bot ID out with the name, ok reload, but does nothing.
[doublepost=1510298985][/doublepost]It feels like it should be working>.< is there an addon conflict potentially with vixio? I've got a lot of addons.
 
Ah, I hadn't even know what developer mode was, that helps.
that one you just gave me reloads with this error
09dad532bd.jpg
This one loads properly with the Id's and doesnt throw an error, it just does nothing.
code_language.skript:
on user leave voice-channel seen by "298954445449068555":
    discord set nickname of user "%event-user%" to "derp" with bot "298954445449068555" in guild "298899604127088641"
it's the same for swapping the bot ID out with the name, ok reload, but does nothing.
[doublepost=1510298985][/doublepost]It feels like it should be working>.< is there an addon conflict potentially with vixio? I've got a lot of addons.
Well you need to use the bot name you log in with in the bot name field. you can just be using event-bot and event-guild instead though. Min was for use in a vixio event, not a command event. if you want it in a command event you'll need to hardcode the id
 
Status
Not open for further replies.