Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. 10/21/2018 12:02:44 PM - asyncio - ERROR - unhandled exception during asyncio.run() shutdown
  2. task: <Task finished coro=<UpdateMethods._update_loop() done, defined at /home/ali/bua/python7/lib/python3.7/site-packages/telethon/client/updates.py:214> exception=RuntimeError('Task cannot await on itself: <Task pending coro=<UpdateMethods._update_loop() running at /home/ali/bua/python7/lib/python3.7/site-packages/telethon/client/updates.py:226> cb=[gather.<locals>._done_callback() at /usr/lib/python3.7/asyncio/tasks.py:660]>')>
  3. Traceback (most recent call last):
  4. File "/home/ali/bua/python7/lib/python3.7/site-packages/telethon/client/updates.py", line 226, in _update_loop
  5. await self.disconnect()
  6. File "/home/ali/bua/python7/lib/python3.7/site-packages/telethon/client/telegrambaseclient.py", line 330, in disconnect
  7. await self._disconnect()
  8. File "/home/ali/bua/python7/lib/python3.7/site-packages/telethon/client/telegrambaseclient.py", line 348, in _disconnect
  9. await self._updates_handle
  10. RuntimeError: Task cannot await on itself: <Task pending coro=<UpdateMethods._update_loop() running at /home/ali/bua/python7/lib/python3.7/site-packages/telethon/client/updates.py:226> cb=[gather.<locals>._done_callback() at /usr/lib/python3.7/asyncio/tasks.py:660]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement