CommunityBridge icon indicating copy to clipboard operation
CommunityBridge copied to clipboard

Not changing permissions group

Open ghost opened this issue 10 years ago • 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

ghost avatar Feb 05 '15 19:02 ghost

Sorry for the late response. I will look at this asap.

TEKAA92 avatar Feb 25 '15 11:02 TEKAA92

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

connorbking avatar Jun 01 '15 21:06 connorbking