What's this error about?

  • 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.

dudle

Active Member
Jan 31, 2017
135
0
16
It was working perfectly until today. I started up my server and it gave me the following error, why though? I haven't modified anything in my scripts..
Spigot version: 1.7.10 (Supports 1.8)

code_language.skript:
25.02 13:45:47 [Server] ERROR #!#!
25.02 13:45:47 [Server] ERROR #!#! [Skript] Severe Error:
25.02 13:45:47 [Server] ERROR #!#! Could not load TestPlugin.sk
25.02 13:45:47 [Server] ERROR #!#!
25.02 13:45:47 [Server] ERROR #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
25.02 13:45:47 [Server] ERROR #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
25.02 13:45:47 [Server] ERROR #!#! and check whether this error has already been reported.
25.02 13:45:47 [Server] ERROR #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
25.02 13:45:47 [Server] ERROR #!#! and describe what you did before it happened and/or what you think caused the error.
25.02 13:45:47 [Server] ERROR #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
25.02 13:45:47 [Server] ERROR #!#! By following this guide fixing the error should be easy and done fast.
25.02 13:45:47 [Server] ERROR #!#!
25.02 13:45:47 [Server] ERROR #!#! Stack trace:
25.02 13:45:47 [Server] ERROR #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
25.02 13:45:47 [Server] ERROR #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
 
is that the full error? if you could show the "current item", "current node" and "Skript version" part of that stack trace.
 
is that the full error? if you could show the "current item", "current node" and "Skript version" part of that stack trace.
Here:
code_language.skript:
25.02 17:00:32 [Server] ERROR #!#! [Skript] Severe Error:
25.02 17:00:32 [Server] ERROR #!#! Unexpected error while checking for a new version of Skript
25.02 17:00:32 [Server] ERROR #!#!
25.02 17:00:32 [Server] ERROR #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
25.02 17:00:32 [Server] ERROR #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
25.02 17:00:32 [Server] ERROR #!#! and check whether this error has already been reported.
25.02 17:00:32 [Server] ERROR #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
25.02 17:00:32 [Server] ERROR #!#! and describe what you did before it happened and/or what you think caused the error.
25.02 17:00:32 [Server] ERROR #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
25.02 17:00:32 [Server] ERROR #!#! By following this guide fixing the error should be easy and done fast.
25.02 17:00:32 [Server] ERROR #!#!
25.02 17:00:32 [Server] ERROR #!#! Stack trace:
25.02 17:00:32 [Server] ERROR #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
25.02 17:00:32 [Server] ERROR #!#!     at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:596)
25.02 17:00:32 [Server] ERROR #!#!     at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
25.02 17:00:32 [Server] ERROR #!#!     at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
25.02 17:00:32 [Server] ERROR #!#!     at ch.njol.skript.Updater$2.run(Updater.java:210)
25.02 17:00:32 [Server] ERROR #!#!     at java.lang.Thread.run(Thread.java:745)
25.02 17:00:32 [Server] ERROR #!#!
25.02 17:00:32 [Server] ERROR #!#! Version Information:
25.02 17:00:32 [Server] ERROR #!#!   Skript: 2.1.2
25.02 17:00:32 [Server] ERROR #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
25.02 17:00:32 [Server] ERROR #!#!   Minecraft: 1.7.10
25.02 17:00:32 [Server] ERROR #!#!   Java: 1.8.0_121
25.02 17:00:32 [Server] ERROR #!#!
25.02 17:00:32 [Server] ERROR #!#! Running CraftBukkit: false
 
That error is because you have to disable the updater of Skript, for that you have to go to the Skript folder and open the config.sk, then search where it says "check new version" and set it to false.
 
That error is because you have to disable the updater of Skript, for that you have to go to the Skript folder and open the config.sk, then search where it says "check new version" and set it to false.
Ok I disabled that but it still doesn't load the scripts..
[doublepost=1488110601,1488042603][/doublepost]Oh, I managed to fix the error myself. Apparently, it didn't work because of @LimeGlass's skellett plugin (Using the latest version of it). Could you fix it please? Thank you
 
@dudle Update your Skellett and/or go into your SyntaxToggles.yml found at plugins/Skellett/SyntaxToggles.yml and set the node Main.Brewing to false. Will fix your issue.
 
Status
Not open for further replies.