Guest User

Untitled

a guest
Jun 21st, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. bot.py:40 #INFO [2021-06-22 07:56:17,750] - __main__ - Starting bot
  2. dispatcher.py:360 #INFO [2021-06-22 07:56:22,648] - aiogram.dispatcher.dispatcher - Start polling.
  3. dispatcher.py:407 #WARNING [2021-06-22 07:58:02,493] - aiogram.dispatcher.dispatcher - Polling is stopped.
  4. bot.py:71 #ERROR [2021-06-22 07:58:02,496] - __main__ - Bot stopped!
  5. base_events.py:1608 #ERROR [2021-06-22 07:58:02,651] - asyncio - Fatal write error on socket transport
  6. protocol: <asyncio.sslproto.SSLProtocol object at 0x7f79f8388438>
  7. transport: <_SelectorSocketTransport fd=6>
  8. Traceback (most recent call last):
  9. File "/usr/lib/python3.7/asyncio/selector_events.py", line 857, in write
  10. n = self._sock.send(data)
  11. OSError: [Errno 9] Bad file descriptor
  12. base_events.py:1608 #ERROR [2021-06-22 07:58:02,664] - asyncio - Fatal error on SSL transport
  13. protocol: <asyncio.sslproto.SSLProtocol object at 0x7f79f8388438>
  14. transport: <_SelectorSocketTransport closing fd=6>
  15. Traceback (most recent call last):
  16. File "/usr/lib/python3.7/asyncio/selector_events.py", line 857, in write
  17. n = self._sock.send(data)
  18. OSError: [Errno 9] Bad file descriptor
  19.  
  20. During handling of the above exception, another exception occurred:
  21.  
  22. Traceback (most recent call last):
  23. File "/usr/lib/python3.7/asyncio/sslproto.py", line 676, in _process_write_backlog
  24. self._transport.write(chunk)
  25. File "/usr/lib/python3.7/asyncio/selector_events.py", line 861, in write
  26. self._fatal_error(exc, 'Fatal write error on socket transport')
  27. File "/usr/lib/python3.7/asyncio/selector_events.py", line 670, in _fatal_error
  28. self._force_close(exc)
  29. File "/usr/lib/python3.7/asyncio/selector_events.py", line 682, in _force_close
  30. self._loop.call_soon(self._call_connection_lost, exc)
  31. File "/usr/lib/python3.7/asyncio/base_events.py", line 688, in call_soon
  32. self._check_closed()
  33. File "/usr/lib/python3.7/asyncio/base_events.py", line 480, in _check_closed
  34. raise RuntimeError('Event loop is closed')
  35. RuntimeError: Event loop is closed
  36. dispatcher.py:435 #INFO [2021-06-22 07:58:02,669] - aiogram.dispatcher.dispatcher - Stop polling...
  37.  
  38. Process finished with exit code 0
  39.  
Advertisement
Add Comment
Please, Sign In to add comment