yasintoy / Slack-Gitsin

A beautiful Slack command line interface.
GNU General Public License v3.0
606 stars 26 forks source link

Doesnt seem to work #24

Closed nhumrich closed 7 years ago

nhumrich commented 8 years ago

readme shows you start by running python main.py, but all I get is the following

$ python main.py 
Traceback (most recent call last):
  File "main.py", line 29, in <module>
    from utils import TextUtils
  File "/home/nhumrich/open-source/Slack-Gitsin/slackClient/utils.py", line 13, in <module>
    from completions import META_LOOKUP
  File "/home/nhumrich/open-source/Slack-Gitsin/slackClient/completions.py", line 13, in <module>
    user_id = response["user_id"]
KeyError: 'user_id'
yigitozkavci commented 8 years ago

Did you add your api key to settings.py?

yigitozkavci commented 8 years ago

We should give user a helpful error when s/he is using a wrong api key. I'm working on it.