question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Slack interactive messages not firing

See original GitHub issue

Version

4.9.3

Describe the bug

I have followed the tutorial on setting up a Slack channel on my bot, which is using ABS https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-slack?view=azure-bot-service-4.0&tabs=abs

I have used a Choice Prompt, to display some buttons using the HeroCard ListStyle. The choices renders correctly, however, when I click them, no requests are comming into my webserver.

To Reproduce

Steps to reproduce the behavior:

  1. Add a simple choice prompt with HeroCard ListStyle
  2. Add the slack channel to ABS following the guide here https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-slack?view=azure-bot-service-4.0&tabs=abs
  3. Follow the optional step and enable Interactive messages
  4. When clicking on the buttons in slack, no api request is firing on the bot’s webserver

Expected behavior

I would expect the buttons fires a request on the webserver

Additional context

I have also created a SO post, where I in detail show the configurations I have made from the Slack channel tutorial. https://stackoverflow.com/questions/62790848/slack-interactive-message-not-triggering-post-request-on-my-bot

[bug]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
youyu16commented, Jul 17, 2020

@UlrichBodentien The fix is checked in please confirm. image

1reaction
youyu16commented, Jul 8, 2020

Slack deprecated some of the API methods and trigger an error in Slack Channel. The fix is on its way.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Slack interactive message not triggering Post request on ...
I'm working on a bot using the Microsoft Bot Framework. I'm trying to get it up and running on Slack, and got blocked...
Read more >
Interactive messages not working after enabling oauth ...
I have a slash command that replies with an interactive message with a button. When I developed the app using the workspace's bot...
Read more >
Error troubleshooting
Troubleshooting errors can be tricky between your development environment, the Slack CLI, and those encountered when running your code.
Read more >
Creating an interactive message
Interactive messages are messages containing interactive Block Kit elements. Send interactive messages to users to collect dynamic input from users, ...
Read more >
Handling user interaction in your Slack apps
If your app received an interaction payload after an interactive component was used inside of a message, you can use response_url to update...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found