Full resolve for asyncio.Timeout error in stylepoints
Closed this issue · 1 comments
cysabi commented
Issue
Currently I have implemented a workaround to stop errors when going through the stylepoints portion of the
$profile create
command.A complete fix is desired.
future: <Task finished name='CommandUI.cancel_task' coro=<wait_for() done, defined at C:\Python\Python38-32\lib\asyncio\tasks.py:434> exception=TimeoutError()>
Context
Workaround code:
Additional Context
Most likely to change:
https://github.com/LeptoSpira/offthedialbot/blob/master/offthedialbot/utils/command_ui.py#L204
cysabi commented
(Hopefully) No longer relevant