Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with reqn/skript-json #9

Open
Duartteno opened this issue Dec 2, 2018 · 3 comments
Open

Issue with reqn/skript-json #9

Duartteno opened this issue Dec 2, 2018 · 3 comments
Labels

Comments

@Duartteno
Copy link

Duartteno commented Dec 2, 2018

[18:05:36 ERROR]:               java.util.WeakHashMap.get(WeakHashMap.java:403)
[18:05:36 ERROR]:               ch.njol.skript.variables.Variables.setVariable(Variables.java:352)
[18:05:36 ERROR]:               ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:84)
[18:05:36 ERROR]:               ch.njol.skript.lang.function.Function.execute(Function.java:119)
[18:05:36 ERROR]:               ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:204)
[18:05:36 ERROR]:               ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53)
[18:05:36 ERROR]:               ch.njol.skript.lang.Effect.run(Effect.java:52)
[18:05:36 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[18:05:36 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:05:36 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[18:05:36 ERROR]:               ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152)
[18:05:36 ERROR]:               ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110)
[18:05:36 ERROR]:               co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[18:05:36 ERROR]:               org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:05:36 ERROR]:               org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513)
[18:05:36 ERROR]:               com.pie.tlatoani.CustomEvent.EffCallCustomEvent.execute(EffCallCustomEvent.java:42)
[18:05:36 ERROR]:               ch.njol.skript.lang.Effect.run(Effect.java:52)
[18:05:36 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[18:05:36 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:05:36 ERROR]:               com.btk5h.reqn.skript.EffRequest.lambda$null$1(EffRequest.java:112)
[18:05:36 ERROR]:               com.btk5h.reqn.skript.EffRequest$$Lambda$653/1985622394.run(Unknown Source)
[18:05:36 ERROR]:               org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63)
[18:05:36 ERROR]:               org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423)
[18:05:36 ERROR]:               net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:840)
[18:05:36 ERROR]:               net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
[18:05:36 ERROR]:               net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774)
[18:05:36 ERROR]:               net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666)
[18:05:36 ERROR]:               java.lang.Thread.run(Thread.java:748)

on join:
  send request to "xxxx/api?player=%player%"
  map json last response's body to {player::%player%::*}
  call custom event "load" to details player

using this script i'm load statistics, level, coins etc. everything works great but after some time server get crash and nobody can join to server.

@btk5h btk5h added the bug label Dec 2, 2018
@btk5h
Copy link
Owner

btk5h commented Dec 2, 2018

Please post the full, unmodified stack trace/error log. There is not enough information in your report to diagnose the issue.

@Duartteno
Copy link
Author

@btk5h
Copy link
Owner

btk5h commented Dec 3, 2018

The paste you posted is expired. You can paste the log directly into a comment using

a code block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants