Skip to content

IV. Troubleshooting

rexbordz edited this page Apr 9, 2026 · 10 revisions

❌ Nothing happens when I trigger an action

  • Check if the MCP server is running by opening this page in the browser - http://localhost:9090/health. It should return the following message:

    {"status":"ok","AppConnected":true}

    If you didn't get that, just rerun the MCP server by right clicking the Streamer.bot Started trigger in Stream Deck MCP action then click Test Trigger

  • Check that actionInput matches a valid Title or ID

  • Refresh actions using RefreshExecutableActions


❌ My button is not found

  • Ensure the button exists in the MCP Actions page
  • Refresh the action list
  • Verify the Title or ID is correct

❌ Plugin action doesn’t work

  • Some plugins may not fully support MCP
  • Try triggering the button manually in Stream Deck
  • Check if the plugin requires focus or specific conditions

❌ New buttons are not showing

  • Run RefreshExecutableActions
  • Check Global Variables for new [SD] entries

Clone this wiki locally