dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
683 stars 162 forks source link

KeyError: 'guilds' #358

Closed Le-git-hub closed 2 years ago

Le-git-hub commented 2 years ago

Summary

yesterday i ran a program that uses discum and it worked just fine. today i do the same thing and i got this error

Reproduction Steps

yesterday i ran a program that uses discum and it worked just fine. today i do the same thing and i got this error

Code

File "C:\Users\Admin\AppData\Roaming\Python\Python310\site-packages\discum\gateway\guild\combo.py", line 70, in fetchMembers
    if not self.gatewayobj.session.guild(guild_id).hasMembers and reset:
  File "C:\Users\Admin\AppData\Roaming\Python\Python310\site-packages\discum\gateway\session.py", line 233, in hasMembers
    if self.guildID not in Session.settings_ready['guilds']:
KeyError: 'guilds'

Expected Results

yesterday i ran a program that uses discum and it worked just fine. today i do the same thing and i got this error

Actual Results

yesterday i ran a program that uses discum and it worked just fine. today i do the same thing and i got this error

System Information

yesterday i ran a program that uses discum and it worked just fine. today i do the same thing and i got this error

Checklist

Additional Information

No response

dolfies commented 2 years ago

Wrong repo buddy.