-
Notifications
You must be signed in to change notification settings - Fork 193
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
Session.connect failure #5
Comments
yes, I'll fix that for the next version, thanks for the feedback |
bcorne
pushed a commit
that referenced
this issue
Mar 27, 2015
Change-Id: I47403b58d2283107bb364d52cde50d192d80b2cc
bcorne
pushed a commit
that referenced
this issue
Mar 27, 2015
Change-Id: I47403b58d2283107bb364d52cde50d192d80b2cc
I've commit a small change to throw the error on connect() failure. |
bcorne
pushed a commit
that referenced
this issue
Jan 6, 2022
Fix #284 - Update param user->users in conversations.invite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the Slack session fails to connect, for instance due to a bad auth token, there is no way to know if you have a valid session or not. It appears the connect() method silently swallows all exceptions. It would be better to throw them so that we can fail early.
The text was updated successfully, but these errors were encountered: