0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

slackbotのinvalid_authエラーについて

Posted at

#概要
今回は、勤怠管理アプリをslackbotを用いて開発しました。いつも通り、作成したものをgithubに入れました。次の日にそのアプリを起動すると、invalid_auth というエラーが出て、起動出来なくなってしまいました。

#解決法
簡単に言ってしまうと、slackbot_settings.pyをgithubに上げてしまい、tokenが無効化されたようでした。(githubにあげた瞬間に来たメールがその警告だったっぽい)なので、tokenを再生成して保存すればokです!
https://api.slack.com/apps
ここから、「your apps」に飛んで、Botsのtokenを再生成、下の方に行って、保存を押す。あとはtokenをslackbot_settings.pyに入れてあげるだけです。
出先で焦ったので、なるべくそのような人が減りますように😏

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?