Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.
This repository was archived by the owner on May 3, 2021. It is now read-only.

Crashing upon use in discord chatbot #6

@dotchetter

Description

@dotchetter

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'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions