dosubot[bot] commented on issue #31936: URL: https://github.com/apache/superset/issues/31936#issuecomment-2603765209
<!-- Answer --> The error message "No recipients saved in the report" indicates that the `_get_channels` method is returning an empty list, meaning no recipient channels were found or specified in the report configuration. This results in a `NotificationParamException` being raised <sup>[[1]](https://github.com/apache/superset/blob/master/superset/reports/notifications/slackv2.py)</sup>. To resolve this issue, ensure that the report configuration includes valid recipient channels. You may need to verify that the necessary Slack scopes are correctly configured for the Slack API v2 integration. The required Slack scopes are `incoming-webhook`, `files:write`, `chat:write`, `channels:read`, and `groups:read` <sup>[[2]](https://github.com/apache/superset/blob/master/RELEASING/release-notes-4-1/README.md)</sup><sup>[[3]](https://github.com/apache/superset/blob/master/docs/docs/configuration/alerts-reports.mdx)</sup>. Make sure these scopes are granted to your Slack app to allow proper functionality with the v2 API. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/adbe2f3e-9152-4739-954a-a74654989c23?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/adbe2f3e-9152-4739-954a-a74654989c23?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/adbe2f3e-9152-4739-954a-a74654989c23?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/adbe2f3e-9152-4739-954a-a74654989c23?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/adbe2f3e-9152-4739-954a-a74654989c23?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/adbe2f3e-9152-4739-954a-a74654989c23?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org