You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2 fixed the problem only for opening conversations. I still keep getting URLErrors during send, reply etc. Need the same error handling for all slack.WebClient() calls.
Also an option to either raise the errors or let them pass would make sense (in the ClusterBot.__init__)
The text was updated successfully, but these errors were encountered:
#2 fixed the problem only for opening conversations. I still keep getting
URLError
s duringsend
,reply
etc. Need the same error handling for allslack.WebClient()
calls.Also an option to either raise the errors or let them pass would make sense (in the
ClusterBot.__init__
)The text was updated successfully, but these errors were encountered: