cordless icon indicating copy to clipboard operation
cordless copied to clipboard

Users missing from user list

Open avahe-kellenberger opened this issue 5 years ago • 4 comments

How have you installed cordless

  • [x] Arch User Repository
  • [ ] Snap
  • [ ] scoop
  • [ ] brew
  • [ ] go get
  • [x] Direct download from github (release)

What happened

Users are missing from the user/member list.

How do you reproduce this bug

Run cordless, check the user list

Root Cause Analysis

I've ran cordless in 3 states - The most recent commit, the most recent release, and the release from 2019-11-19 (which did not have this issue). The issue of missing members exists in every method I've tried, which suggests there was an API change on Discord's end.

Solution?

We should check the main fork of discordgo and see if they have fixed this issue or are tracking the problem. It seems to only have started a few days ago.

avahe-kellenberger avatar Feb 07 '20 17:02 avahe-kellenberger

This appears to be related to smth with permissions. If I use a non admin user, i get this too.

EDIT: I already got the latest commits from discordgo and updated our fork. Doesn't change a thing.

Bios-Marcel avatar Feb 08 '20 13:02 Bios-Marcel

This is a pretty bad bug, since it prevents you from @'ing people properly.

L-as avatar Feb 18 '20 14:02 L-as

You need this to get the list of users nowadays: https://luna.gitlab.io/discord-unofficial-docs/lazy_guilds.html#op-14-lazy-request

NilsIrl avatar Aug 30 '20 16:08 NilsIrl

Thanks for linking that, seems pretty useful.

Bios-Marcel avatar Aug 30 '20 16:08 Bios-Marcel