您好 我调用 application.run_polling(),然后就报错了:RuntimeError: This event loop is already running
During handling of the above exception, another exception occurred:
RuntimeError Traceback (most recent call last)
RuntimeError: This event loop is already running
During handling of the above exception, another exception occurred:
RuntimeError Traceback (most recent call last)
/usr/lib/python3.9/asyncio/selector_events.py in close(self)
82 def close(self):
83 if self.is_running():
---> 84 raise RuntimeError("Cannot close a running event loop")
85 if self.is_closed():
86 return
RuntimeError: Cannot close a running event loop