-
Notifications
You must be signed in to change notification settings - Fork 10
Error while running the export.js file #9
Comments
Hello, Seems similar as #8. Cheers! |
Also just a quick suggestion, Maybe incorporating a logging of Discord ID & tag, not just name. So instead of it's current printout of (as an example), "DyteSprite" as the name, it would be "DyteSprite#9999, 987654321123456789". This would help a lot of keeping track of users if they changed their name. Thanks! |
that is indeed a great suggestion |
Seems like discord blocked the ability to use method for fetching members of the guild for user token. The error message that is returned: {"message": "Missing Access", "code": 50001} |
Maybe it's possible to obtain via cache or something? |
I tried all the possible ways that I'm aware of. I couldn't find anything that would work. |
Took your scripts and used Discord.js instead. Works like a charm so far. |
oh, interesting format for json files was simply following the api responses: |
I'm currently re-working your Here's the Discord.js method I used to fetch members from different guilds Here's the 'homemade' script I used :
|
hm, but how are you fetching the guilds current user belongs to? or am i missing something? |
Yup, this was for testing! |
if you find a way to do this, that would be amazing |
So I'm not the only who is having the same problem. |
yea, unfortunately, seems like discord decided to block the ability to do this |
That would make sense considering how many problems they had with bots using user accounts to join the servers and spam DMs. They might have limited that functionality only to bot users that require owner invitation to join |
yea, I can't say I disagree with how essentially unsecure all of that stuff was :D |
@prrjn any progress so far? :) |
Was hoping to use this to check on spies from other guilds in a guild of an MMO I'm playing. |
@ayyneya maybe you will benefit from server management bot like Tatsumaki, Mee6 or Miki |
Anyone have an updates on the status of this, or is it still completely broken? |
no updates, most likely it is, i doubt discord made any changes in that regards |
When running "node export.js [token]", console returns multiple similar errors.
The text was updated successfully, but these errors were encountered: