elizhabs / TGPars

Free Telegram spamer, inviter and parser
MIT License
269 stars 195 forks source link

FloodWaitError #5

Closed apsyhea closed 1 year ago

apsyhea commented 3 years ago

Adding 1041958619 Traceback (most recent call last): File "/data/data/com.termux/files/home/TGPars/invite.py", line 114, in client(InviteToChannelRequest(target_group_entity,[user_to_add])) File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/telethon/sync.py", line 39, in syncified return loop.run_until_complete(coro) File "/data/data/com.termux/files/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete return future.result() File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/telethon/client/users.py", line 30, in call return await self._call(self._sender, request, ordered=ordered) File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/telethon/client/users.py", line 50, in _call raise errors.FloodWaitError(request=r, capture=diff) telethon.errors.rpcerrorlist.FloodWaitError: A wait of 40744 seconds is required (caused by InviteToChannelRequest) [!] Unexpected Error #

boot4root commented 3 years ago

Try to check with another telegram account. make sure that you dont have shadow ban on your account.

its seems like shadow ban.

Tooliehuncho commented 1 year ago

From what I found testing, you might be invited same members from what you already scraped. Im trying to figure out how to delete those members so it does not overlap.