Not changing permissions group
Opened this issue ยท 2 comments
I got an issue where this is being spammed everytime a player connects and disconnects. Also when interval sync.
[CommunityBridge] Not changing permissions group due to permissions system group name lookup failure for web application group ID: . Player 'PLAYERNAME' primary group state unchanged.
Here's my config:
http://pastebin.com/7aN2LfQw
hey there, ive encountered the same problem and I have a solution! Community bridge is trying to sync the user from your website when the user has never been to your website before, and therefore does not have a user_id in the MySQL database on your website. Since it doesn't exist, it doesn't know which group to put the user in.
Simply find in your config.yml where it asks for "unregistered-player-group" and set the default group. (in my case it is "Guest") so it looks like this for me:
unregistered-player-group: Guest
Hopefully it works for you too,
- scungilli