offthedial/bot

Full resolve for asyncio.Timeout error in stylepoints

Closed this issue · 1 comments

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:

https://github.com/LeptoSpira/offthedialbot/blob/master/offthedialbot/commands/profile/create.py#L92-L117

Additional Context

Most likely to change:

https://github.com/LeptoSpira/offthedialbot/blob/master/offthedialbot/utils/command_ui.py#L204

(Hopefully) No longer relevant