You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clickbot stops and displays an error message after completing not more than 15 tasks. ERROR:telethon.client.updates:Unhandled exception on join_start
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/telethon/client/updates.py", line 443, in _dispatch_update
await callback(event)
File "main.py", line 267, in join_start
await client(JoinChannelRequest(channel_name))
File "/data/data/com.termux/files/usr/lib/python3.8/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.8/site-packages/telethon/client/users.py", line 77, in _call
result = await future
telethon.errors.rpcerrorlist.FloodWaitError: A wait of 166 seconds is required (caused by JoinChannelRequest)
The text was updated successfully, but these errors were encountered:
The clickbot stops and displays an error message after completing not more than 15 tasks. ERROR:telethon.client.updates:Unhandled exception on join_start
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/telethon/client/updates.py", line 443, in _dispatch_update
await callback(event)
File "main.py", line 267, in join_start
await client(JoinChannelRequest(channel_name))
File "/data/data/com.termux/files/usr/lib/python3.8/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.8/site-packages/telethon/client/users.py", line 77, in _call
result = await future
telethon.errors.rpcerrorlist.FloodWaitError: A wait of 166 seconds is required (caused by JoinChannelRequest)
The text was updated successfully, but these errors were encountered: