-
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
logger issue #14
Comments
I am getting this same error - Python 2.7 |
I had the same error on Python 2.7. Python3 gives more info that helped me diagnose this as SlackLoginError. Some googling turned up this link, which suggests using the "Bot User OAuth Access Token" (the second one). I switched and it's good now. |
I did make a hack/fix for Python 2.7 (I can't remember) It was something like adding |
Yep, just confirmed your fix @bkgoodman ... need to:
to get rid of the log handler error on Python 2.7 |
I am getting this issue when trying to start the bot
No handlers could be found for logger "slackclient.client"
Connection failed. Exception traceback printed above.
The text was updated successfully, but these errors were encountered: