You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2021. It is now read-only.
The bot becomes unstable and unresponsive when using CommandIntegrator 1.2.7 after passing a command, with the following traceback:
CommandIntegrator ERROR: Error occured in CommandProcessor _interpret function: cannot pickle '_asyncio.Future' objectException ignored in: <function BaseEventLoop.__del__ at 0x7f1bbb164ca0>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 653, in __del__
if not self.is_closed():
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 650, in is_closed
return self._closed
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_closed'
The bot becomes unstable and unresponsive when using CommandIntegrator 1.2.7 after passing a command, with the following traceback: