#Random On_Connect Issue (Different from Normal Recent One)

1 messages · Page 1 of 1 (latest)

wanton niche
#

Just got this really random one after adding a new subcommand group, never seen it before.

Traceback (most recent call last):
  File "C:\virtualenvs\django_iis_demo_env\lib\site-packages\discord\client.py", line 352, in _run_event
    await coro(*args, **kwargs)
  File "C:\virtualenvs\django_iis_demo_env\lib\site-packages\discord\bot.py", line 793, in on_connect
    await self.register_commands()
  File "C:\virtualenvs\django_iis_demo_env\lib\site-packages\discord\bot.py", line 286, in register_commands
    if key2 in match[key][i].keys():
IndexError: list index out of range

Have never seen this one before. Any ideas?

#

If I need to update to the dev branch I can, was just trying to wait on the stable/official patch.