Role sync not working

Hey,

Nice Mod, exactly what I need. But one thing. It unfortunately not work.

I've got installed all requirements. But when I do the /auth Process my Group doesn't get assigned.

I give on by my Config (BOT-Token censored)

{
"Discord Bot Token": "xxxxxxxxxxxxXXXXXXXXXXXXX.XXXxxx.XXxXxXxXxXxXx-XxXxXxXxXxXXxx",
"Role Setup": [
{
"OxideGroup": "default",
"DiscordRole": "Member"
},
{
"OxideGroup": "vip",
"DiscordRole": "VIP"
},
{
"OxideGroup": "moderator",
"DiscordRole": "Moderator"
},
{
"OxideGroup": "admin",
"DiscordRole": "Admin"
},
{
"OxideGroup": "owner",
"DiscordRole": "Owner"
}
]
}

Thanks in advance

*Of course I set the Group to the Player in Better chat first

Merged post

Logs say: 

(18:30:41) | Unloaded plugin Discord Auth v1.1.0 by Tricky

(18:30:41) | Loaded plugin Discord Auth v1.1.0 by Tricky

Maybe this is important?



Merged post

Meanwhile the Bot completely logged out
Hello, i cant make this plugin work...
i use Discord Auth and works perfect, but this one, no
Hello, Please see my last post. Will the Plugin ever work? Else I hire an developer who makes a working version
good day, can anyone tell me how to make this plugin work?
thank you.

{
"Discord Bot Token": "who knows :D",
"Role Setup": [
{
"OxideGroup": "default",
"DiscordRole": "Survivor Playing"
},
{
"OxideGroup": "authenticated",
"DiscordRole": "Member"
}
]
}​
I'm a little late to the party but in it's current state as far as I'm aware the plugin doesn't work at all. The developer added "Please be patient, a better version is getting written. This includes checking for updates every X seconds, Checking for update OnAuth, Syncing of Bans and Nick etc" in the description, so I guess just wait on that to come out. I've been waiting for like 5 months now.

this plugin only sync if you add people on server in some group.

And only after that, it will sync with discord.

Not discord with server.

Is this even a working?

I have all the required plugins and extensions but roles wont sync. There is also a whole thread of people saying its just plain broken...

{
  "Discord Bot Token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "Update Interval (Minutes)": 10,
  "Enable Nick Syncing": false,
  "Enable Ban Syncing": false,
  "Enable Role Syncing": true,
  "Role Setup": [
    {
      "Oxide Group": "default",
      "Discord Role": "Player"
    },
    {
      "Oxide Group": "VIP",
      "Discord Role": "VIPBronze"
    },
    {
      "Oxide Group": "VIP2",
      "Discord Role": "VIPGold"
    }
  ]
}​
The latest works fine, there were no known issues with that, Are you sure the bot has the privileges? 
I've noticed roles have stopped syncing but I'm not sure how long this has been the case. I've been trying to get it to work for a couple of hours with no luck.

i have my config to sync my vip players, i use the same bot that does /auth (for discord auth)
the bot has admin permissions and is above all roles in discord

{
  "Discord Bot Token": "xxxxxxxxx",
  "Update Interval (Minutes)": 1,
  "Enable Nick Syncing": false,
  "Enable Ban Syncing": true,
  "Enable Role Syncing": true,
  "Role Setup": [
    {
      "Oxide Group": "default",
      "Discord Role": "Member"
    },
    {
      "Oxide Group": "verified",
      "Discord Role": "Verified"
    },
    {
      "Oxide Group": "vip1",
      "Discord Role": "VIP 1"
    },
    {
      "Oxide Group": "vip2",
      "Discord Role": "VIP 2"
    },
    {
      "Oxide Group": "vip3",
      "Discord Role": "VIP 3"
    }
  ]
}

console is updating every min "checking for user changes" but nothing after that
i set update interval to 1 min to see if it would grab roles at all but it wont update in discord with their corresponding role, not sure what i am doing wrong?? ive waited about 40 mins for the roles to update but no luck here

The users are required to auth ._.
5cfb5683d21ab.png Tricky
The users are required to auth ._.

correct me if i am wrong, please. 
a new player joins my server and decides to join the discord, -- dadada joins discord, their role is "member" which is fine.
then that player does /auth to become authorized and their role updates to "Verified" ingame and in server with Discord Auth,
that SAME player when they decide to purchase VIP their role updated in the server FIRST (keep in mind they are still authorized) but the plugin/bot is not detecting that the said player is in the new VIP group -- despite being authorized. am i missing a step?
--
Discord Auth works perfectly fine as it will update player to verified, just cannot quite get Discord Status to detect their new VIP group while still verified.. 

edit: really a useful plugin and just what i was looking for! that is why i am determined to find my error:)

5cfb5683d21ab.png Tricky
The users are required to auth ._.

Same issue here, sync isn't working. I have checked auth and all that stuff, and that is working but then it doesn' not sync role. Please, may you release a fixed version ASAP? Thank you ^^.

Please show the configuration you're using