MudaeAutoBot icon indicating copy to clipboard operation
MudaeAutoBot copied to clipboard

Unable to get a list of guilds you are in

Open VineST opened this issue 2 years ago • 5 comments

All the dependencies for the bot appear to be in place, but it looks like Discum's API for getting guilds is broken. Is this true or am I missing something obvious? Can I somehow dump them manually as suggested by your script? Here's the relevant settings and error in question: image

VineST avatar Oct 30 '23 18:10 VineST

Yeah so I think there a separate piece of code I put in as a side script that will just output guilds into a text file Sent from my iPhoneOn Oct 30, 2023, at 2:19 PM, VineST @.***> wrote: All the dependencies for the bot appear to be in place, but it looks like Discum's API for getting guilds is broken. Is this true or am I missing something obvious? Can I somehow dump them manually as suggested by your script? Here's the relevant settings and error in question:

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

vivinano avatar Oct 31 '23 01:10 vivinano

Great; where can I find that? Doesn't seem to be in this repo, unless it's buried in the main mudaeautobot.py somewhere. I see two example text files with guild and user config but no way to succinctly fill them with my appropriate data.

e: Looks like the script keeps running past the initial error, but fails to find the channel with the given ID. I've defined the correct server/guild ID (and put the same value for slash ID as well) and obtained the channel ID for channel_IDs. It might still be breaking due to the undefined guilds from the script despite the variables given in the config being usable.

VineST avatar Oct 31 '23 07:10 VineST

I think this is caused by a limitation of the library im using when the amount of server one joins becomes just really large. I havent tested it yet but as the the script is just there not in the main script

vivinano avatar Mar 23 '24 13:03 vivinano

Fixed in https://github.com/Nixeld/Discord-S.C.U.M/commit/eaa07d0c30ea7aac1d2427f4fb6f26d8dcef2069

Nixeld avatar Jun 27 '24 19:06 Nixeld

Fixed in https://github.com/Nixeld/Discord-S.C.U.M/commit/eaa07d0c30ea7aac1d2427f4fb6f26d8dcef2069

Oh nice I can now worry about the simpler things now

vivinano avatar Jun 28 '24 00:06 vivinano