Open Paladin-z opened 4 months ago
I encountered the same error as well, this error seems can be simply ignored and retried
have you found any solutions?
It seems this probably telegram heavily rate limiting free users, when I upgraded to Telegram Premium all the issues stopped.
pip freeze
):Description
Uploading a large file with --large-files split
What I Did
telegram-upload --to [REDACTED] --large-files split somefile.mkv
4Task exception was never retrieved future: <Task finished name='telegram-upload-file-287' coro=<TelegramUploadClient._send_file_part() done, defined at /usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py:330> exception=FloodError('RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest)')> Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py", line 346, in _send_file_part result = await self(request) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 30, in call return await self._call(self._sender, request, ordered=ordered) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 87, in _call result = await future telethon.errors.rpcbaseerrors.FloodError: RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest) Task exception was never retrieved future: <Task finished name='telegram-upload-file-288' coro=<TelegramUploadClient._send_file_part() done, defined at /usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py:330> exception=FloodError('RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest)')> Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py", line 346, in _send_file_part result = await self(request) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 30, in call return await self._call(self._sender, request, ordered=ordered) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 87, in _call result = await future telethon.errors.rpcbaseerrors.FloodError: RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest) Task exception was never retrieved future: <Task finished name='telegram-upload-file-289' coro=<TelegramUploadClient._send_file_part() done, defined at /usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py:330> exception=FloodError('RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest)')> Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py", line 346, in _send_file_part result = await self(request) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 30, in call return await self._call(self._sender, request, ordered=ordered) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 87, in _call result = await future telethon.errors.rpcbaseerrors.FloodError: RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest) Task exception was never retrieved future: <Task finished name='telegram-upload-file-290' coro=<TelegramUploadClient._send_file_part() done, defined at /usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py:330> exception=FloodError('RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest)')> Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/telegram_upload/client/telegram_upload_client.py", line 346, in _send_file_part result = await self(request) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 30, in call return await self._call(self._sender, request, ordered=ordered) File "/usr/local/lib/python3.9/dist-packages/telethon/client/users.py", line 87, in _call result = await future telethon.errors.rpcbaseerrors.FloodError: RPCError 420: FLOOD_PREMIUM_WAIT_3 (caused by SaveBigFilePartRequest) ^C
Aborted!