-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
bugSomething isn't workingSomething isn't workingserver-sideServer-sider issue with the Slack Platform or Slack APIServer-sider issue with the Slack Platform or Slack API
Description
Reproducible in:
pip freeze | grep slack
slack-bolt==1.23.0
slack-sdk==3.35.0
python --version
Python 3.12
Deployment context: AWS Lambda (x86_64 architecture)
The slack_bolt
version
slack-bolt==1.23.0
slack-sdk==3.35.0
Python runtime version
Python 3.12
OS info
AWS Lambda, x86_64
Steps to reproduce:
-
Deploy a Slack AI App using Bolt for Python (
slack-bolt==1.23.0
,slack-sdk==3.35.0
) in an AWS Lambda environment. -
In any handler, call:
set_status("thinking... thinking hard...")
-
Check the status message shown in Slack while processing.
Expected result:
Slack should display the custom status message ("thinking... thinking hard...") provided to set_status()
.
Actual result:
Slack always displays the default “<App name> is typing” message.
Custom status messages set with set_status()
are ignored.
No code changes have been made in the environment; this behavior started recently.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingserver-sideServer-sider issue with the Slack Platform or Slack APIServer-sider issue with the Slack Platform or Slack API