From 6040c3273728712cc6b3431fff4b397072f47f40 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sat, 11 Aug 2018 16:04:20 +0200 Subject: [PATCH] Destroyed having problem in python 3.6 (markdown) --- having-problem-in-python-3.6.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 having-problem-in-python-3.6.md diff --git a/having-problem-in-python-3.6.md b/having-problem-in-python-3.6.md deleted file mode 100644 index 00cae85..0000000 --- a/having-problem-in-python-3.6.md +++ /dev/null @@ -1,16 +0,0 @@ -Traceback (most recent call last): - File "C:\Users\Googliness\AppData\Local\Programs\Python\Python36\telegrame.py", line 8, in - 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 \ No newline at end of file