-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
send_message = Peer Flood Error #398
Comments
You should have used search. There are also other closed issues with this error (look for |
i am sorry but this is not the case: it works with SOME users! i have explitited this in the issue :( |
I actually don't really know when |
ok thanks |
@spam1712 thanks! |
I also got this error. I have grp of 20k members in telegram. But when i run bot, msg send to only 15-20 people and after that it's showing peer flood error. You get any solutions? |
Hello @Vaghasiyayash |
The real question is what are the differences between FloodWaitError and PeerFloodError. |
I get this error too |
Peer flood occurs when the account is likely to be spamming. Telethon cannot fix it. |
result = client.invoke(SendMessageRequest(client.get_input_entity(326296648),'hi there'))
telethon.errors.rpc_error_list.PeerFloodError: (PeerFloodError(...), 'Too many requests')
getting this error for no apparent reason
believe, i use requests very sparingly - once 3-5 minutes so flooderror is not the problem
i have tried every possible combination with invoking the API thingy and other
trashiest bit is that it works with SOME users, which additionaly indicates that there is no problem with flooding
please help!
The text was updated successfully, but these errors were encountered: