alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

Unable to find channel with name X for private channel #78

Closed ufna closed 4 years ago

ufna commented 4 years ago

Trying to setup notifications into private channel, but got "Unable to find channel with name X". App is added to this channel. What I should do to enable this feature?

alexkvak commented 4 years ago

So your bot can send messages to this channel via Slack API?

ufna commented 4 years ago

I think yes, but I've just followed the tutorial https://github.com/alexkvak/teamcity-slack#install-plugin-

alexkvak commented 4 years ago

While simple-slack-api reads groups list only on connect, you should re-connect to Slack. The only one way to do it now — restart the whole TeamCity server.

alexkvak commented 4 years ago

Just created issue for this #79

ufna commented 4 years ago

Thanks, restart helped!