- Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
bugSomething isn't workingSomething isn't working
Description
client = await tdesk.ToTelethon(f"sessions/{self.unique_id}/{self.unique_id}.session", CreateNewSession, api, proxy=proxy, password=password, timeout=15)
I get a flood wait error when creating a new session. If I use "useCurrentSession" I don't get any error.
File "/opt/homebrew/anaconda3/envs/py38/lib/python3.8/site-packages/opentele/td/tdesktop.py", line 560, in ToTelethon return await tl.TelegramClient.FromTDesktop( File "/opt/homebrew/anaconda3/envs/py38/lib/python3.8/site-packages/opentele/tl/telethon.py", line 919, in FromTDesktop return await client.QRLoginToNewClient( File "/opt/homebrew/anaconda3/envs/py38/lib/python3.8/site-packages/opentele/tl/telethon.py", line 643, in QRLoginToNewClient await qr_login.wait(time_out) File "/opt/homebrew/anaconda3/envs/py38/lib/python3.8/site-packages/telethon/tl/custom/qrlogin.py", line 108, in wait resp = await self._client(self._request) File "/opt/homebrew/anaconda3/envs/py38/lib/python3.8/site-packages/telethon/client/users.py", line 30, in __call__ return await self._call(self._sender, request, ordered=ordered) File "/opt/homebrew/anaconda3/envs/py38/lib/python3.8/site-packages/telethon/client/users.py", line 87, in _call result = await future telethon.errors.rpcerrorlist.FloodWaitError: A wait of 3600 seconds is required (caused by ExportLoginTokenRequest) Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working