Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bot.py:40 #INFO [2021-06-22 07:56:17,750] - __main__ - Starting bot
- dispatcher.py:360 #INFO [2021-06-22 07:56:22,648] - aiogram.dispatcher.dispatcher - Start polling.
- dispatcher.py:407 #WARNING [2021-06-22 07:58:02,493] - aiogram.dispatcher.dispatcher - Polling is stopped.
- bot.py:71 #ERROR [2021-06-22 07:58:02,496] - __main__ - Bot stopped!
- base_events.py:1608 #ERROR [2021-06-22 07:58:02,651] - asyncio - Fatal write error on socket transport
- protocol: <asyncio.sslproto.SSLProtocol object at 0x7f79f8388438>
- transport: <_SelectorSocketTransport fd=6>
- Traceback (most recent call last):
- File "/usr/lib/python3.7/asyncio/selector_events.py", line 857, in write
- n = self._sock.send(data)
- OSError: [Errno 9] Bad file descriptor
- base_events.py:1608 #ERROR [2021-06-22 07:58:02,664] - asyncio - Fatal error on SSL transport
- protocol: <asyncio.sslproto.SSLProtocol object at 0x7f79f8388438>
- transport: <_SelectorSocketTransport closing fd=6>
- Traceback (most recent call last):
- File "/usr/lib/python3.7/asyncio/selector_events.py", line 857, in write
- n = self._sock.send(data)
- OSError: [Errno 9] Bad file descriptor
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/lib/python3.7/asyncio/sslproto.py", line 676, in _process_write_backlog
- self._transport.write(chunk)
- File "/usr/lib/python3.7/asyncio/selector_events.py", line 861, in write
- self._fatal_error(exc, 'Fatal write error on socket transport')
- File "/usr/lib/python3.7/asyncio/selector_events.py", line 670, in _fatal_error
- self._force_close(exc)
- File "/usr/lib/python3.7/asyncio/selector_events.py", line 682, in _force_close
- self._loop.call_soon(self._call_connection_lost, exc)
- File "/usr/lib/python3.7/asyncio/base_events.py", line 688, in call_soon
- self._check_closed()
- File "/usr/lib/python3.7/asyncio/base_events.py", line 480, in _check_closed
- raise RuntimeError('Event loop is closed')
- RuntimeError: Event loop is closed
- dispatcher.py:435 #INFO [2021-06-22 07:58:02,669] - aiogram.dispatcher.dispatcher - Stop polling...
- Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment