A few days ago I encountered an issue with new private channels, seems like Slack is creating the channels in a new way.
Here are the details:
I was using this command for every project, the same token, all channels are private, it was working like a sharm
/usr/local/bin/slack-cli -d ${SLACK_CHANNEL} -t ${SLACK_TOKEN} -f ${ANDROID_BUILD_PATH}${PROJECT_NAME}.apk
Now for the old channels it is still working
For the new channels it says -> Channel, group or user 'build_test' does not existBuild step 'Execute shell' marked build as failure
If I use a new public channel it is working, but we can't use public channels.
Hello,
A few days ago I encountered an issue with new private channels, seems like Slack is creating the channels in a new way.
Here are the details:
I was using this command for every project, the same token, all channels are private, it was working like a sharm /usr/local/bin/slack-cli -d ${SLACK_CHANNEL} -t ${SLACK_TOKEN} -f ${ANDROID_BUILD_PATH}${PROJECT_NAME}.apk
Now for the old channels it is still working
For the new channels it says -> Channel, group or user 'build_test' does not existBuild step 'Execute shell' marked build as failure
If I use a new public channel it is working, but we can't use public channels.