bolt-python icon indicating copy to clipboard operation
bolt-python copied to clipboard

A framework to build Slack apps using Python

Results 48 bolt-python issues
Sort by recently updated
recently updated
newest added

I want to perform operations when a member has joined a channel which takes more than 5 seconds, but I'm getting **BrokenPipeError: [Errno 32] Broken pipe**. The minimal step to...

enhancement
area:adapter
good first issue

Running a bolt app using socket mode inside Flask inside kubernetes works initially but eventually always loses the connection and falls back to a `WebSocketConnectionClosedException` error. Given that auto_reconnect_enabled defaults...

area:adapter
need info

Is there a way to make it so that the lazy function triggers conditionally based on the ack response? For example, I want my ack to do parameter validation and...

enhancement
area:async
area:sync
discussion

### Reproducible in: #### The `slack_bolt` version 1.14.3 #### Python runtime version Python 3.10.4 #### OS info ProductName: macOS ProductVersion: 12.5 BuildVersion: 21G72 #### Steps to reproduce: I am making...

question
auto-triage-stale

I migrated my RTM bot to use OAuth2 with socket mode and the app worked fine until I had multiple instances listening. With RTM each listener receives the events and...

duplicate
server-side
auto-triage-stale

(Filling out the following details about bugs will help us solve your issue sooner.) ### Reproducible in: #### The `slack_bolt` version slack-bolt==1.13.1 slack-sdk==3.16.0 #### Python runtime version Python 3.10.4 ####...

bug
docs
question
server-side

I'm using [dependency_injector](https://python-dependency-injector.ets-labs.org) to provide automatic dependency injection for my application, and I'm encountering an issue with Bolt overriding injected parameters with `None` since it doesn't recognize them. ### Reproducible...

improvement

I have two Slack apps under the same team / workspace: * App 1. Production app that is set to `POST` events to a Request URL / HTTPS endpoint *...

need info
auto-triage-stale

This is difficult to reproduce, but basically I ran into some issues where selecting options in the app configuration UI were not persisted even after selecting "Save Changes" or hitting...

server-side
auto-triage-stale

I noticed this evening when testing my app that I was getting this error: {'error':'account_inactive'} When I checked, I noticed my slack bot was no longer showing up as an...

question