Created having problem in python 3.6 (markdown)

Sundar Lal Baror 2018-08-05 16:13:23 +05:30
parent 3ba306df4f
commit a1835b95b1

@ -0,0 +1,16 @@
Traceback (most recent call last):
File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\telegrame.py", line 8, in <module>
client = TelegramClient('session_name', api_id, api_hash).start()
File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\lib\site-packages\telethon\client\auth.py", line 111, in start
else self.loop.run_until_complete(coro)
File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\lib\asyncio\base_events.py", line 466, in run_until_complete
return future.result()
File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\lib\site-packages\telethon\client\auth.py", line 118, in _start
await self.connect()
File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\lib\site-packages\telethon\client\telegrambaseclient.py", line 307, in connect
self.session.server_address, self.session.port)
File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\lib\site-packages\telethon\network\mtprotosender.py", line 126, in connect
await self._connect()
File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\lib\site-packages\telethon\network\mtprotosender.py", line 251, in _connect
.format(self._retries))
ConnectionError: Connection to Telegram failed 5 times