member scraping issue
See original GitHub issuetrying to fetch members from a server:
error:
Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x000002345D235210>>
Traceback (most recent call last):
File "C:\Users\joooo\AppData\Local\Programs\Python\Python310\lib\site-packages\discum\gateway\gateway.py", line 300, in _response_loop
function(resp, **params)
File "C:\Users\joooo\AppData\Local\Programs\Python\Python310\lib\site-packages\discum\gateway\guild\combo.py", line 89, in fetchMembers
ranges = self.getRanges(index, multiplier, self.gatewayobj.session.guild(guild_id).memberCount) if not endFetching else [[0],[0]]
File "C:\Users\joooo\AppData\Local\Programs\Python\Python310\lib\site-packages\discum\gateway\session.py", line 376, in memberCount
return Session.settings_ready['guilds'][self.guildID]['member_count']
KeyError: 'guilds'
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Problem Fix | All member Scrap With One Account Live Count
Contact Us:- On Instagram Instagram ID:- https://www.instagram.com/infotech4youGithub Code ...
Read more >Help: problem running Python telegram scraper using telethon
Hi everyone, I found a code that scrapes telegram group members from ... Help: problem running Python telegram scraper using telethon.
Read more >problem in scraping user details from telegram channel
I have written this code to scarpe user details of telegram channel from telethon.sync import TelegramClient from ...
Read more >An update on scraping - LinkedIn Pressroom
Unauthorized scraping of member data violates LinkedIn's Use Agreement, and LinkedIn continues taking legal and proactive technical measures to ...
Read more >ChatAdminRequiredError when scraping members from channel
When trying to scrape members from a Channel, I get the following error: telethon.errors.rpcerrorlist.ChatAdminRequiredError: Chat admin ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

same wtf is the cause?
Same error again and again