telegram-export
telegram-export copied to clipboard
FloodWaitErrors when retrieving users
This may be occurring as a result of our request sleeping not taking retries into account? Sometimes, the log fills up with message like this:
2018-05-07 21:29:12,689 - telethon.network.mtproto_sender - DEBUG - Processing Remote Procedure Call result
2018-05-07 21:29:12,691 - telethon.network.mtproto_sender - DEBUG - Received response for request with ID 6552938774096794980
2018-05-07 21:29:12,691 - telethon.network.mtproto_sender - DEBUG - Received response for request with ID 6552938774096794980
2018-05-07 21:29:12,694 - telethon.network.mtproto_sender - DEBUG - Confirmed GetFullUserRequest through error A wait of 27 seconds is required
2018-05-07 21:29:12,694 - telethon.network.mtproto_sender - DEBUG - Confirmed GetFullUserRequest through error A wait of 27 seconds is required
2018-05-07 21:29:12,717 - telethon.telegram_bare_client - DEBUG - Receiving items from the network...
2018-05-07 21:29:12,717 - telethon.telegram_bare_client - DEBUG - Receiving items from the network...
2018-05-07 21:29:12,718 - telethon.telegram_bare_client - WARNING - Request invoked too often, wait 27s
2018-05-07 21:29:12,718 - telethon.telegram_bare_client - WARNING - Request invoked too often, wait 27s
2018-05-07 21:29:12,723 - telethon.telegram_bare_client - DEBUG - Invoking GetFullUserRequest
2018-05-07 21:29:12,723 - telethon.telegram_bare_client - DEBUG - Invoking GetFullUserRequest
2018-05-07 21:29:12,724 - telethon.network.mtproto_sender - DEBUG - Sending requests with IDs: GetFullUserRequest: 6552938774430906196
2018-05-07 21:29:12,724 - telethon.network.mtproto_sender - DEBUG - Sending requests with IDs: GetFullUserRequest: 6552938774430906196
2018-05-07 21:29:12,764 - telethon.network.mtproto_sender - DEBUG - Processing Remote Procedure Call result
2018-05-07 21:29:12,764 - telethon.network.mtproto_sender - DEBUG - Processing Remote Procedure Call result
2018-05-07 21:29:12,765 - telethon.network.mtproto_sender - DEBUG - Received response for request with ID 6552938774430906196
2018-05-07 21:29:12,765 - telethon.network.mtproto_sender - DEBUG - Received response for request with ID 6552938774430906196
2018-05-07 21:29:12,774 - telethon.network.mtproto_sender - DEBUG - Confirmed GetFullUserRequest through error A wait of 27 seconds is required
2018-05-07 21:29:12,774 - telethon.network.mtproto_sender - DEBUG - Confirmed GetFullUserRequest through error A wait of 27 seconds is required
2018-05-07 21:29:12,810 - telethon.telegram_bare_client - DEBUG - Receiving items from the network...
2018-05-07 21:29:12,810 - telethon.telegram_bare_client - DEBUG - Receiving items from the network...
2018-05-07 21:29:12,812 - telethon.telegram_bare_client - WARNING - Request invoked too often, wait 27s
2018-05-07 21:29:12,812 - telethon.telegram_bare_client - WARNING - Request invoked too often, wait 27s
2018-05-07 21:29:12,816 - telethon.telegram_bare_client - DEBUG - Invoking GetFullUserRequest
2018-05-07 21:29:12,816 - telethon.telegram_bare_client - DEBUG - Invoking GetFullUserRequest
2018-05-07 21:29:12,818 - telethon.network.mtproto_sender - DEBUG - Sending requests with IDs: GetFullUserRequest: 6552938774806583304
2018-05-07 21:29:12,818 - telethon.network.mtproto_sender - DEBUG - Sending requests with IDs: GetFullUserRequest: 6552938774806583304
2018-05-07 21:29:12,894 - telethon.network.mtproto_sender - DEBUG - Processing Remote Procedure Call result
2018-05-07 21:29:12,894 - telethon.network.mtproto_sender - DEBUG - Processing Remote Procedure Call result
2018-05-07 21:29:12,895 - telethon.network.mtproto_sender - DEBUG - Received response for request with ID 6552938774806583304
2018-05-07 21:29:12,895 - telethon.network.mtproto_sender - DEBUG - Received response for request with ID 6552938774806583304
2018-05-07 21:29:12,896 - telethon.network.mtproto_sender - DEBUG - Confirmed GetFullUserRequest through error A wait of 27 seconds is required
2018-05-07 21:29:12,896 - telethon.network.mtproto_sender - DEBUG - Confirmed GetFullUserRequest through error A wait of 27 seconds is required
2018-05-07 21:29:12,910 - telethon.telegram_bare_client - DEBUG - Receiving items from the network...
2018-05-07 21:29:12,910 - telethon.telegram_bare_client - DEBUG - Receiving items from the network...
2018-05-07 21:29:12,911 - telethon.telegram_bare_client - WARNING - Request invoked too often, wait 27s
2018-05-07 21:29:12,911 - telethon.telegram_bare_client - WARNING - Request invoked too often, wait 27s ```