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
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: