So i got a php script the other day to list my online players on my bungeecord server, half of the time it works, the other half it gives me an error in my bungee console:
Error in Bungeecord query - An exceptionCaught() event was fired
Code (text):
io.netty.channel.DefaultChannelPipeline$TailHandler exceptionCaught
WARNING: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.lang.IllegalStateException: No session!
at...
WARNING: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.lang.IllegalStateException: No session!
at...