LuckPerms-Bungee Crash/PermissionCheckEvent
Closed this issue · 11 comments
My server runs fine for a few hours, however; after those few hours we start to get some errors. Eventually after a while it crashes.
Here's the errors: https://pastebin.com/yMShTZXn
https://pastebin.com/1qa7gB9V
Here's another one. Could someone please help?
A few questions:
Are you running a cracked server?
Are you running a server network with Bungee?
If so, what database and messaging service have you set up?
Feel free to respond on the discord, just let us know who you are and be ready to link this page!
A few questions:
Are you running a cracked server?
Are you running a server network with Bungee?
If so, what database and messaging service have you set up?Feel free to respond on the discord, just let us know who you are and be ready to link this page!
Are you running a cracked server? No
Are you running a server network with Bungee? Yes those are from the Bungee
If so, what database and messaging service have you set up? MySQL/phpMyAdmin
I already tried contacting on discord and I was directed here. Could you maybe speak to me personally on discord? Riley#2020
The exception messages posted above are triggered when a plugin checks for a permission on a player which LuckPerms doesn't have any loaded data for.
This can occur:
- When other plugins alter UUIDs during or sometime after the login process
- When other plugins check for permissions after a player disconnects from the proxy
- If due to some bug, LuckPerms unloads data for a user prematurely, or doesn't load any data in the first place.
However, the errors above don't give much of an indication as to which of these it is.
The whole proxy crashing is different to those exceptions being printed - I'd need to see the crash log to comment further on that.
You full log file might prove more useful in finding the issue.
I've also made the logging a little less verbose: c71742a
Good to know that BungeeChat is not the only plugin "causing" these errors. So @FisherGee I think it should be absolutely clear that it's not a BungeeChat issue.
Good to know that BungeeChat is not the only plugin "causing" these errors. So @FisherGee I think it should be absolutely clear that it's not a BungeeChat issue.
I removed BungeeChat though and I haven’t seen any of those errors yet. I’ll keep you updated.
Your full log file might prove more useful in finding the issue.
That's why Luck closed the issue btw.
I've made some commits to hopefully fix this.
Please test and let me know :)
Thanks, however; we just removed BungeeChat and that seemed to do the trick.