Skip to content

Why is group sync broken?

Robin edited this page Aug 28, 2021 · 17 revisions

Spigot->Website (mostly broken)

  • group sync code on the website was broken, fixed in commit 5880e06
  • however reportedly the endpoint is still not fixed. More debugging is needed. If you have time, please test and open an issue with your findings.
  • serverInfo API response is stored in a suboptimal way, if you have even just a couple groups and online players it's too much and it breaks. See issue 2179. Update august 2021: there have been some improvements, it's much better now.

Discord->Website (working in pr12+ or pr11 with patches)

  • The bot needs to use members intent or rank events won't work
  • Several bugs in the API endpoint, fixed for pr10
  • Discord needs to approve our request for members intent (waiting since feb 14...). Self-hosting the bot will work, bots in fewer than 100 guilds don't need verification. (August update: sent an application to Discord again, this time we got approved!)
  • More group sync logic issues (issue 2384)
  • API error 0 when removing all roles (couldn't reproduce, probably fixed) (issue 2375)

Website->Discord (working in pr10+)

  • Various website issues, we ended up rewriting the entire thing. Fixed with PR 2226 and latest Nameless-Link version