Closed jaynlive closed 2 years ago
This is old issue from madelineProto: https://github.com/danog/MadelineProto/issues/963
There is no ETA for fix. Only workaround i know retry request later, maybe restart client.
This is technically not a bug, you will get these errors if there's a large amount of pending requests being processed by the server, they will go away once the server replies to them.
use getPwrChat methond doc: https://docs.madelineproto.xyz/getPwrChat.html
When the group members are very large,request always error. request this is error
the php server.php log return large
[2022-08-22 20:15:11] [critical] Could not find channels.getParticipants in new_outgoing!
when change a group with a small number of group members,it work well. like
it return ok.
How should I do request with a large member of supergroup.