-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Various commands are not working in CI context since version 2.33.0
.
#438
Comments
The issue initially appeared in version Unfortunately, version Related: |
Output from
No credentials (as expected) since this is a CI context (so using |
Hey @mroy-seedbox 👋🏻 I'm deeply sorry that your deployment setup is affected by this bug 😢 But thank you for including so much detail! We'll look into reproducing your problem and double-checking the other commands with the Without the Slack CLI being open sourced, it's been challenging to get the rich feedback that you provided in this issue. While we have unit test coverage and a E2E test pipeline, these issues can still slip through - unfortunately. On the upside, we've got the go-ahead to open source the Slack CLI, so hopefully we can provide more detailed release information and a dedicated issue tracker for feedback. |
Oh, I would've definitely submitted a PR if it were open source!! Can't wait! 😄 🙌 🚀 And thanks for the response. 🙏 In the meantime, we're pinned on |
The
deno-slack
versionsDeno runtime version
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:
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.
The text was updated successfully, but these errors were encountered: