-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented
Description
The deno-slack versions
"deno-slack-sdk/": "https://deno.land/x/[email protected]/",
"deno-slack-api/": "https://deno.land/x/[email protected]/",
Deno runtime version
deno 2.2.2 (stable, release, x86_64-unknown-linux-gnu)
v8 13.4.114.9-rusty
typescript 5.7.3
OS info
We are running on AWS Lambda, specifically in Pipedream.
sw_vers: command not found
uname -v: #1 SMP Wed Jan 22 02:58:04 UTC 2025
Describe the bug
We always get this error, even though the file clearly exists:
This is an invalid Slack app project directory (invalid_app_directory)
Suggestion
A valid Slack project includes the Slack hooks file: .slack/hooks.json
Steps to reproduce
slack activity -w something -a deployed --skip-update --no-color --token $SLACK_DATABOT_TOKEN
Or slack datastore bulk-put '{"datastore": "something"}' --from-file data.jsonl --app deployed --skip-update --token $SLACK_DATABOT_TOKEN
And probably other commands as well.
Expected result
It works, just as it did in version 2.32.2 and before.
Actual result
It doesn't work ("invalid Slack app"). See above.
mwbrooks and zimegzimeg
Metadata
Metadata
Assignees
Labels
bugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented