Code Monkey home page Code Monkey logo

Comments (5)

ShaneBeee avatar ShaneBeee commented on September 15, 2024

Can you please update the plugin and see if the issue still continues

from skbee.

Galajus avatar Galajus commented on September 15, 2024

After update

[04:46:39] [Craft Scheduler Thread - 116/WARN]: [SkBee] Plugin SkBee v1.5.0 generated an exception while executing task 424
java.lang.NullPointerException: Nodes must be provided.
	at org.yaml.snakeyaml.nodes.NodeTuple.<init>(NodeTuple.java:28) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:164) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:321) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:95) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:65) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:307) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:271) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.yaml.snakeyaml.Yaml.dump(Yaml.java:246) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.bukkit.configuration.file.YamlConfiguration.saveToString(YamlConfiguration.java:39) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:65) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at tk.shanebee.bee.api.virtualfurnace.api.FurnaceManager.saveConfig(FurnaceManager.java:335) ~[?:?]
	at tk.shanebee.bee.api.virtualfurnace.api.FurnaceManager.saveAll(FurnaceManager.java:327) ~[?:?]
	at tk.shanebee.bee.api.virtualfurnace.api.task.FurnaceTick.run(FurnaceTick.java:46) ~[?:?]
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-YAPFA-"2b649f1"]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
	at java.lang.Thread.run(Thread.java:834) [?:?]

Version info etc.
[05:38:28] [Server thread/ERROR]: #!#! Version Information:
[05:38:28] [Server thread/ERROR]: #!#!   Skript: 2.5-beta2 (latest)
[05:38:28] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[05:38:28] [Server thread/ERROR]: #!#!     Date: 2020-08-10
[05:38:28] [Server thread/ERROR]: #!#!   Bukkit: 1.15.2-R0.1-SNAPSHOT
[05:38:28] [Server thread/ERROR]: #!#!   Minecraft: 1.15.2
[05:38:28] [Server thread/ERROR]: #!#!   Java: 11.0.8 (OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04)
[05:38:28] [Server thread/ERROR]: #!#!   OS: Linux amd64 5.4.0-42-generic

[05:38:28] [Server thread/ERROR]: #!#! skRayFall v1.9.21 (https://sk.rayfall.net/) TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) SkBee v1.5.0 (https://github.com/ShaneBeee/SkBee) SkQuery v4.1.3 Skellett v1.9.9 (https://forums.skunity.com/resources/skellett.24/) 

from skbee.

ShaneBeee avatar ShaneBeee commented on September 15, 2024

Ok, thanks for letting me know. Ill try get it fixed

from skbee.

ShaneBeee avatar ShaneBeee commented on September 15, 2024

I've done some small edits to SkBee and the VirtualFurnaceAPI, I'm hoping this issue is fixed.

Since I couldn't replicate it myself, could you please try version 1.6.0 and let me know if you still have this issue.

from skbee.

ShaneBeee avatar ShaneBeee commented on September 15, 2024

Closing due to lack of response.

from skbee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.