Skip to content

Custom status message in set_status() is ignored; always shows default "App name is typing" #1337

@noelmendoza-sam

Description

@noelmendoza-sam

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:

  1. Deploy a Slack AI App using Bolt for Python (slack-bolt==1.23.0, slack-sdk==3.35.0) in an AWS Lambda environment.

  2. In any handler, call:

    set_status("thinking... thinking hard...")
  3. 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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingserver-sideServer-sider issue with the Slack Platform or Slack API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions