Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Disco doesn't dance (fails on startup) #72

Closed
evaneliasyoung opened this issue Jan 6, 2018 · 3 comments
Closed

Disco doesn't dance (fails on startup) #72

evaneliasyoung opened this issue Jan 6, 2018 · 3 comments

Comments

@evaneliasyoung
Copy link

I receive an error when trying to start my bot, even if I empty out the bot entirely. I have verified there are no errors in my code and that my token is correct.

Traceback (most recent call last):
  File "C:\Users\evany\AppData\Local\Programs\Python\Python36-32\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Users\evany\AppData\Local\Programs\Python\Python36-32\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\evany\AppData\Local\Programs\Python\Python36-32\lib\site-packages\disco\cli.py", line 99, in <module>
    disco_main(True)
  File "C:\Users\evany\AppData\Local\Programs\Python\Python36-32\lib\site-packages\disco\cli.py", line 74, in disco_main
    client = Client(config)
  File "C:\Users\evany\AppData\Local\Programs\Python\Python36-32\lib\site-packages\disco\client.py", line 91, in __init__
    self.events = Emitter(gevent.spawn)
TypeError: __init__() takes 1 positional argument but 2 were given
@b1naryth1ef
Copy link
Owner

What version are you running?

@evaneliasyoung
Copy link
Author

Running pip3 list I can see that I am running disco.py 0.0.11

@evaneliasyoung
Copy link
Author

Rerunning pip3 install disco-py -U several packages were downgraded:

  • six
  • holster
  • requests
  • websocket-client
    It's apparent to me that one of these causes an error is because after they were downgraded it worked. Installing each individually revealed that moving from holster 1.0.16 to holster 2.0.0 caused the issue.

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

2 participants