Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Error starting bot #2

Open
Auroric opened this issue Jul 28, 2018 · 2 comments
Open

Error starting bot #2

Auroric opened this issue Jul 28, 2018 · 2 comments

Comments

@Auroric
Copy link

Auroric commented Jul 28, 2018

Traceback (most recent call last):
  File "launch.py", line 8, in <module>
    opt_start(bot_type, int(ind))
  File "launcher.py", line 33, in launcher.opt_start
TypeError: 'int' object is not subscriptable
Traceback (most recent call last):
  File "launch.py", line 8, in <module>
    opt_start(bot_type, int(ind))
  File "launcher.py", line 30, in launcher.opt_start
TypeError: 'int' object is not subscriptable
Ignoring exception in on_ready
Traceback (most recent call last):
  File "C:\Users\aaron\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\client.py", line 224, in _run_event
    yield from coro(*args, **kwargs)
TypeError: 'coroutine' object is not iterable
Ignoring exception in on_ready
Traceback (most recent call last):
  File "C:\Users\aaron\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\client.py", line 224, in _run_event
    yield from coro(*args, **kwargs)
TypeError: 'coroutine' object is not iterable
@Hyperclaw79
Copy link

Hmm looks like a coro was forgotten to be awaited.
@xKynn Are you still working on this?

@xKynn
Copy link
Owner

xKynn commented Aug 8, 2018

Nah

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants