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

NullPointerException #1

Open
Cubxity opened this issue Jul 31, 2017 · 2 comments
Open

NullPointerException #1

Cubxity opened this issue Jul 31, 2017 · 2 comments

Comments

@Cubxity
Copy link

Cubxity commented Jul 31, 2017

There is random NullPointerException error while console is printing resources when i use search api

@InventivetalentDev
Copy link
Owner

Be more specific please. E.g. Code, Stack trace, ...

@Cubxity
Copy link
Author

Cubxity commented Jul 31, 2017

[11:51:38 WARN]: java.lang.NullPointerException
[11:51:38 WARN]: 	at tk.cubestudio.plugloader.PluginLoad.lambda$pGet$0(PluginLoad.java:44)
[11:51:38 WARN]: 	at org.inventivetalent.spiget.client.spiget.client.DefaultSortedRequest.lambda$getSorted$1(DefaultSortedRequest.java:28)
[11:51:38 WARN]: 	at org.inventivetalent.spiget.client.spiget.client.SpigetClient.lambda$getDirect$2(SpigetClient.java:53)
[11:51:38 WARN]: 	at org.inventivetalent.spiget.client.spiget.client.SpigetClient.execute(SpigetClient.java:45)
[11:51:38 WARN]: 	at org.inventivetalent.spiget.client.spiget.client.SpigetClient.getDirect(SpigetClient.java:49)
[11:51:38 WARN]: 	at org.inventivetalent.spiget.client.spiget.client.DefaultSortedRequest.getSorted(DefaultSortedRequest.java:26)
[11:51:38 WARN]: 	at tk.cubestudio.plugloader.PluginLoad.pGet(PluginLoad.java:40)
[11:51:38 WARN]: 	at tk.cubestudio.plugloader.PluginLoad.onCommand(PluginLoad.java:28)
[11:51:38 WARN]: 	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[11:51:38 WARN]: 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[11:51:38 WARN]: 	at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13)
[11:51:38 WARN]: 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[11:51:38 WARN]: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
[11:51:38 WARN]: 	at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
[11:51:38 WARN]: 	at java.lang.Thread.run(Thread.java:748)

Here you go

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

No branches or pull requests

2 participants