Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users.txt is not getting data. #924

Open
JithinJose555 opened this issue Aug 4, 2023 · 1 comment
Open

Users.txt is not getting data. #924

JithinJose555 opened this issue Aug 4, 2023 · 1 comment

Comments

@JithinJose555
Copy link

When I run pythonscrape.py, I'm getting this error -

KeyError: 'guilds' [gateway] < [gateway] websocket closed [gateway] Connection forcibly closed using Keyboard Interrupt. Traceback (most recent call last): File "E:\Programming Files\Discord project member scrape\scrape.py", line 26, in <module> members = get_members('868524158743633981', '908010004206977074') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\Programming Files\Discord project member scrape\scrape.py", line 24, in get_members return bot.gateway.session.guild(guild_id).members ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\Programming Apps\Python Programming language\Lib\site-packages\discum\gateway\session.py", line 239, in members return Session.settings_ready['guilds'][self.guildID]['members']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@JithinJose555 and others