python-slack-sdk
python-slack-sdk copied to clipboard
Slack Developer Kit for Python
`SlackApiError` raises an error when trying to unpickle it. This is particularly annoying in a Celery task since another [bug in celery](https://github.com/celery/celery/issues/6990) will cause the whole worker node to fail....
One issue we have noticed in our deployment of a Slack app is that when there are a burst of messages being received, the built-in queue can become too large...
Hi, I'm trying to use AsyncOAuthSettings with SQLAlchemyOAuthStateStore. However, I stumbled upon this error and found out that SQLAlchemyOAuthStateStore doesn't support async operations: ``` File "/usr/local/lib/python3.10/site-packages/slack_bolt/oauth/async_oauth_flow.py", line 167, in handle_installation...
Hey there, Today my colleauge step into the problem with ceritificate that time to time appears with other people who use your client. You can read about this problem more...
On iOS devices, the last line of the bullet list is not showing up when the message is sent using blocks. This issue doesn't occur on desktop or Android devices...
## Summary In the official documentation there is only mention of the `slack.com` domain (not `www.slack.com`), for example [here](https://api.slack.com/web) or [here](https://api.slack.com/methods/chat.postMessage). I think we should have the same domain in...
Using the rich text editor widget with the following content: gets you an unordered list, which upon a `view_submission` event gets posted into the state values as: JSON representation of...
This project is used to support the Slack integration for the Home-Assistant project. Home-Assistant uses a single event loop and prevents any calls in the event loop that are blocking....
The behavior characteristics and performance of iterating the cursor through conversations.list is truly awful when it is being used to resolve a channel name to a channel id. For example,...
(Filling out the following details about bugs will help us solve your issue sooner.) ### Reproducible in: python version 3.8 #### The Slack SDK version Not using slack sdk ####...