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

async error when hooked into dynmap #17

Open
stevewall85 opened this issue Dec 24, 2012 · 1 comment
Open

async error when hooked into dynmap #17

stevewall85 opened this issue Dec 24, 2012 · 1 comment

Comments

@stevewall85
Copy link

now i get this error and the towny chat peps say this would be on your side i have version .3

2012-12-21 15:16:14 [SEVERE] Could not pass event AsyncPlayerChatEvent to TownyChat v0.35
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:903)
at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:853)
at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
at net.minecraft.server.v1_4_6.NetworkManager.i(NetworkManager.java:208)
at net.minecraft.server.v1_4_6.NetworkManager.c(NetworkManager.java:344)
at net.minecraft.server.v1_4_6.NetworkReaderThread.run(SourceFile:93)
Caused by: java.lang.NullPointerException
at org.dynmap.bukkit.DynmapPlugin.postPlayerMessageToWeb(DynmapPlugin.java:934)
at com.palmergames.bukkit.TownyChat.channels.StandardChannel.chatProcess(Unknown Source)
at com.palmergames.bukkit.TownyChat.listener.TownyChatPlayerListener.onPlayerChat(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
... 9 more

@mikeprimm
Copy link
Member

Looks like they are calling us with a null player - not supported.

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