Guest User

Untitled

a guest
Nov 24th, 2020
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.89 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/project/anonymouse_telegram_bot/venv/lib/python3.9/site-packages/aiogram/utils/executor.py", line 309, in start_polling
  3.     loop.run_until_complete(self._startup_polling())
  4.   File "/usr/lib/python3.9/asyncio/base_events.py", line 618, in run_until_complete
  5.     self._check_running()
  6.   File "/usr/lib/python3.9/asyncio/base_events.py", line 578, in _check_running
  7.     raise RuntimeError('This event loop is already running')
  8. RuntimeError: This event loop is already running
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13.   File "/home/project/anonymouse_telegram_bot/src/main.py", line 75, in <module>
  14.     loop.run_until_complete(service.main(arg.build))
  15.   File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
  16.     return future.result()
  17.   File "/home/project/anonymouse_telegram_bot/src/main.py", line 54, in main
  18.     executor.start_polling(self.dp, on_shutdown=self.shutdown, loop=self.loop)
  19.   File "/home/project/anonymouse_telegram_bot/venv/lib/python3.9/site-packages/aiogram/utils/executor.py", line 41, in start_polling
  20.     executor.start_polling(reset_webhook=reset_webhook, timeout=timeout, relax=relax, fast=fast)
  21.   File "/home/project/anonymouse_telegram_bot/venv/lib/python3.9/site-packages/aiogram/utils/executor.py", line 317, in start_polling
  22.     loop.run_until_complete(self._shutdown_polling())
  23.   File "/usr/lib/python3.9/asyncio/base_events.py", line 618, in run_until_complete
  24.     self._check_running()
  25.   File "/usr/lib/python3.9/asyncio/base_events.py", line 578, in _check_running
  26.     raise RuntimeError('This event loop is already running')
  27. RuntimeError: This event loop is already running
  28. sys:1: RuntimeWarning: coroutine 'Executor._startup_polling' was never awaited
  29. sys:1: RuntimeWarning: coroutine 'Executor._shutdown_polling' was never awaited
Advertisement
Add Comment
Please, Sign In to add comment