Skip to content

Why is group sync broken?

Robin edited this page May 22, 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 (source: someone in #v2-spigot-plugin)
  • 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

Discord->Website (works in pr10 only for self-hosted bots)

  • 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.

Website->Discord (works in pr10!)

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