-
Notifications
You must be signed in to change notification settings - Fork 23
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
Invalid Auth #119
Comments
Yeah, having the same issue |
I am also having the same issue. Trying to connect an existing TeamCity to a new copy of the app. |
It seems that Slack has deprecated some APIs https://api.slack.com/changelog |
@constantnoise @Black-Stork @Deams51 I've replaced Itiviti/simple-slack-api with official library from Slack team and need some time to test the plugin. Basic functionality works fine. Even new bot apps, not only classic. If you interested in testing I can publish beta version and you can use it. |
That would be great, thanks! |
I wouldn't mind re-configuring the Slack integration with the APIs on my test platform as well, do please include me on the beta if this means a meaningful test :). |
@nikolaigauss @constantnoise I’ve just published beta.1 version https://github.com/alexkvak/teamcity-slack/releases/tag/v2.0.0-beta.1 I tested simple positive cases – the plugin posts notifications to the channels, stores the configuration in Administration section. I have doubts if the proxy works. And if there is an error on configuration page – it does not shown. Take a look at not permission list in readme https://github.com/alexkvak/teamcity-slack/blob/release/2.0.0/README.md |
I've tested this now. It appears to work. Pasting in the OAuth access token, and hitting Submit resulted in no errors. I have only tested using the "Try it" button, and it sends to the correct channel. Will verify with daily and continuous build notifications. Thanks! |
Just checked your case, it works fine. I see Could you check teamcity-server.log ( |
Thanks alexkvak! False alarm. I'm new to TC and Slack, In my haste I hadn't installed the app to the workspace! |
Just published beta.4 version. In previous versions private messages should not work. |
2.0.0 stable release, this issue can be closed. Thanks for help! |
Just started to set up a new TeamCity server.
I've followed the setup in the Readme (creating a classic app...).
But when trying to set it up on Teamcity, I am getting an
invalid_auth
error.Same error when trying
https://slack.com/api/rtm.start?token=xoxp-my-long-token-here
Version: 1.8.1
The text was updated successfully, but these errors were encountered: