Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.76 KB | None | 0 0
  1. S D:\Works\Python\parsing> & D:/Python/python.exe d:/Works/Python/parsing/parsing.py
  2. Exception ignored in: <function BaseBot.__del__ at 0x0000019D1D3320D0>
  3. Traceback (most recent call last):
  4.   File "D:\Python\lib\site-packages\aiogram\bot\base.py", line 109, in __del__
  5.   File "D:\Python\lib\asyncio\events.py", line 758, in new_event_loop
  6.   File "D:\Python\lib\asyncio\events.py", line 656, in new_event_loop
  7.   File "D:\Python\lib\asyncio\windows_events.py", line 310, in __init__
  8.   File "D:\Python\lib\asyncio\proactor_events.py", line 633, in __init__
  9. ImportError: sys.meta_path is None, Python is likely shutting down
  10. ERROR:asyncio:Unclosed client session
  11. client_session: <aiohttp.client.ClientSession object at 0x0000019D1D36FFA0>
  12. PS D:\Works\Python\parsing>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement