question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

member scraping issue

See original GitHub issue

trying 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:open
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
scripted-1337commented, Mar 20, 2022

same wtf is the cause?

0reactions
yelnadycommented, May 4, 2022

Same error again and again

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found