Skip to content

Instantly share code, notes, and snippets.

View aquada's full-sized avatar

Daniel Phillips aquada

View GitHub Profile
Traceback (most recent call last):
File "tg-recover.py", line 13, in <module>
client.start()
File "/home/dan/.local/lib/python3.8/site-packages/telethon/client/auth.py", line 133, in start
else self.loop.run_until_complete(coro)
File "/usr/lib64/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/dan/.local/lib/python3.8/site-packages/telethon/client/auth.py", line 189, in _start
await self.send_code_request(phone, force_sms=force_sms)
File "/home/dan/.local/lib/python3.8/site-packages/telethon/client/auth.py", line 514, in send_code_request