NEZNAMY / TAB-Bridge

Backend plugin to extend features on the proxy
31 stars 7 forks source link

Spam to console #26

Closed MrTimotys closed 1 year ago

MrTimotys commented 1 year ago

I got Tab-Bridge to clear the bungeecord. After connecting to the server I get spam of this type:

Purpur 1.20.1

[11:16:07] [TAB-Bridge Thread/WARN]: java.lang.NullPointerException: Cannot invoke "me.neznamy.tab.bridge.shared.features.TabExpansion.setValue(Object, String, String)" because the return value of "me.neznamy.tab.bridge.shared.TABBridge.getExpansion()" is null [11:16:07] [TAB-Bridge Thread/WARN]: at TAB-Bridge v3.1.4.jar//me.neznamy.tab.bridge.shared.DataBridge.processPluginMessage(DataBridge.java:130) [11:16:07] [TAB-Bridge Thread/WARN]: at TAB-Bridge v3.1.4.jar//me.neznamy.tab.bridge.bukkit.BukkitBridge.lambda$onPluginMessageReceived$1(BukkitBridge.java:90) [11:16:07] [TAB-Bridge Thread/WARN]: at TAB-Bridge v3.1.4.jar//me.neznamy.tab.bridge.shared.TABBridge.lambda$submitTask$0(TABBridge.java:51) [11:16:07] [TAB-Bridge Thread/WARN]: at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [11:16:07] [TAB-Bridge Thread/WARN]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [11:16:07] [TAB-Bridge Thread/WARN]: at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [11:16:07] [TAB-Bridge Thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [11:16:07] [TAB-Bridge Thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [11:16:07] [TAB-Bridge Thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)

NEZNAMY commented 1 year ago

TAB version? Do you have multiple proxies?

MrTimotys commented 1 year ago

TAB.v4.0.4 No, I only have one proxy server running the tab.

NEZNAMY commented 1 year ago

Try restarting the server if it continues. Did you get any errors before that?

MrTimotys commented 1 year ago

It's a completely new installation - no modifications

the server has been restarted x times

MrTimotys commented 1 year ago

Isn't it because there is no placeholderapi on the server yet?

MrTimotys commented 1 year ago

Looks like it stopped after adding PAPI, thank you very much.

NEZNAMY commented 1 year ago

Apparently that was it. I will fix it.