Bud Bach
Bud Bach
Are you using "https://"? Docs aren't very clear on this.
@alexeiser This is sorely needed but without handling pagination (https://api.slack.com/docs/pagination), the implementation of `get_all_channels()` will be pretty broken I think. By default, `https://slack.com/api/conversations.list` returns only the first 100 items (https://api.slack.com/methods/conversations.list).
Agree. Just spent 30 minutes figuring out hot to do this. Thanks for the workaround @heitorPB
Yeah, for this app the user mostly goes to the messages tab to interact conversationally with an AI backed chatbot. The home tab also has some features that are important...
Don't know what is causing this but I've been noticing it too. It might be related to timeouts. I'm deploying with serverless and the AWS gateway times out after 30...
I added some debugging and It looks like it is trying to get: https://{SLACK_INSTALLATION_S3_BUCKET_NAME}.s3.amazonaws.com/{SLACK_CLIENT_ID}/{enterprise-id}-none/installer-latest The bucket exists but currently has no data in it. How does the installation bucket get...
Getting closer, realized to get the content in the bucket, I needed to visit the "install" url for the app with a web browser and authenticate. `https://{id}.execute-api.us-east-1.amazonaws.com/slack/install` So the data...