-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection failed. #10
Comments
Managed to work it around by removing (with_team_state=False): But now receiving following error: File "starterbot3.py", line 66, in |
Did you ensure that you exported the SLACK_BOT_TOKEN environmental variable? |
I've managed to fix it by downgrading Python version - apparently there was some conflict between windows 10 and python 3.6.4 (if I remember well) around TCPIP |
Ah, understood. Good to know! |
I've followed the guide and did all the actions but still recieve an error when trying to run a bot:
Traceback (most recent call last):
File "c:\Bot\starterbot\lib\site-packages\slackclient\client.py", line 52, in rtm_connect
self.server.rtm_connect(use_rtm_start=with_team_state, **kwargs)
File "c:\Bot\starterbot\lib\site-packages\slackclient\server.py", line 85, in rtm_connect
raise SlackLoginError(reply=reply)
slackclient.server.SlackLoginError
Connection failed. Exception traceback printed above.
Any idea?
The text was updated successfully, but these errors were encountered: