Skip to content
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

Handle SlackApiError exceptions in the space open/close plugin #112

Merged
merged 1 commit into from
May 21, 2024

Conversation

sam57719
Copy link
Collaborator

Added error handling for SlackApiError exceptions within the space_open and space_closed methods in the space open/close plugin. This commit aims to prevent any interruptions in communication with the slack API. Also, the default value of SPACE_OPEN_ANNOUNCE_CHANNEL_ID was changed to 'space-open-announce' in the config file.

Added error handling for SlackApiError exceptions within the `space_open` and `space_closed` methods in the space open/close plugin. This commit aims to prevent any interruptions in communication with the slack API. Also, the default value of `SPACE_OPEN_ANNOUNCE_CHANNEL_ID` was changed to 'space-open-announce' in the config file.
@sam57719 sam57719 linked an issue May 20, 2024 that may be closed by this pull request
Copy link
Member

@sjefferson99 sjefferson99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good.

@sjefferson99 sjefferson99 merged commit 5564bcf into develop May 21, 2024
@sjefferson99 sjefferson99 deleted the 97-space-state-error-handling-improvements branch May 21, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Space state message Errors when no/invalid channel ID is provided
2 participants