Error on Skellett

  • 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 community!

    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.

hhch0928

Member
Mar 21, 2017
1
0
0
code_language.skript:
[00:02:34] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1m[0;31;1mIncorrect SkellettProxy details, No socket found or was denied access. For socket at localhost:8215[m
[00:02:34] [Server thread/ERROR]: [Skript] If you're 100% sure your details are correct, this can be caused because some server's want a number host rather than localhost. Try inserting 0.0.0.0 or 127.0.0.1 instead of localhost. Error:
[00:02:34] [Server thread/WARN]: java.io.EOFException
[00:02:34] [Server thread/WARN]:     at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2903)
[00:02:34] [Server thread/WARN]:     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1502)
[00:02:34] [Server thread/WARN]:     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:422)
[00:02:34] [Server thread/WARN]:     at com.gmail.thelimeglass.Sockets.send(Sockets.java:95)
[00:02:34] [Server thread/WARN]:     at com.gmail.thelimeglass.SkellettProxy.ExprBungeePlayerServer.get(ExprBungeePlayerServer.java:69)
[00:02:34] [Server thread/WARN]:     at com.gmail.thelimeglass.SkellettProxy.ExprBungeePlayerServer.get(ExprBungeePlayerServer.java:1)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.effects.EffChange.execute(EffChange.java:268)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[00:02:34] [Server thread/WARN]:     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[00:02:34] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[00:02:34] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[00:02:34] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.PlayerList.onPlayerJoin(PlayerList.java:333)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.PlayerList.a(PlayerList.java:159)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.LoginListener.b(LoginListener.java:144)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.LoginListener.c(LoginListener.java:54)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.NetworkManager.a(NetworkManager.java:233)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.ServerConnection.c(ServerConnection.java:140)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:825)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:399)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:665)
[00:02:34] [Server thread/WARN]:     at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:564)
[00:02:34] [Server thread/WARN]:     at java.lang.Thread.run(Thread.java:745)
[00:02:34] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1m[0;31;1mAttempting to reconnect and fix myself...[m
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[00:02:34] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[00:02:34] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[00:02:34] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[00:02:34] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[00:02:34] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[00:02:34] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! Stack trace:
[00:02:34] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[00:02:34] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.Sockets.stop(Sockets.java:135)
[00:02:34] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.Sockets.send(Sockets.java:105)
[00:02:34] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.SkellettProxy.ExprBungeePlayerServer.get(ExprBungeePlayerServer.java:69)
[00:02:34] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.SkellettProxy.ExprBungeePlayerServer.get(ExprBungeePlayerServer.java:1)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:268)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[00:02:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[00:02:34] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[00:02:34] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[00:02:34] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.PlayerList.onPlayerJoin(PlayerList.java:333)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.PlayerList.a(PlayerList.java:159)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.LoginListener.b(LoginListener.java:144)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.LoginListener.c(LoginListener.java:54)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.NetworkManager.a(NetworkManager.java:233)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.ServerConnection.c(ServerConnection.java:140)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:825)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:399)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:665)
[00:02:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:564)
[00:02:34] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! Version Information:
[00:02:34] [Server thread/ERROR]: #!#!   Skript: 2.2-dev26f
[00:02:34] [Server thread/ERROR]: #!#!   Bukkit: 1.9.4-R0.1-SNAPSHOT
[00:02:34] [Server thread/ERROR]: #!#!   Minecraft: 1.9.4
[00:02:34] [Server thread/ERROR]: #!#!   Java: 1.8.0_121 (OpenJDK 64-Bit Server VM 25.121-b13)
[00:02:34] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.8.0-46-generic
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! Current node: null
[00:02:34] [Server thread/ERROR]: #!#! Current item: set {_server}(as java.lang.Object) to [the] [(skellett[ ][(cord|proxy)]|bungee[ ][cord])] [(connected|current)] server of [(player|uuid)] %string%
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! Thread: Server thread
[00:02:34] [Server thread/ERROR]: #!#!
[00:02:34] [Server thread/ERROR]: #!#! End of Error.
[00:02:34] [Server thread/ERROR]: #!#!
 
Status
Not open for further replies.