You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created the app, added the oauth permissions as per instruction.
Copy/pasted the SLACK_BOT_TOKEN from the slack app settings "Bot User OAuth Token" , but get this error in my logs and it won't connect to slack.
exception in thread "main" java.lang.IllegalStateException: Failed to the RTM endpoint URL (error: not_allowed_token_type)
at com.github.seratch.jslack.Slack.rtmConnect(Slack.java:157)
at com.github.seratch.jslack.Slack.rtmConnect(Slack.java:132)
at com.github.seratch.jslack.Slack.rtm(Slack.java:123)
at com.botdarr.clients.slack.SlackBootstrap.init(SlackBootstrap.java:36)
at com.botdarr.BotdarrApplication.main(BotdarrApplication.java:13)
I'm using the docker app from the Unraid appdir, and manually added the needed variables from the readme.
Total log seems error free besides a lidarr warning (i dont have lidarr):
May 27, 2024 9:28:20 PM org.flywaydb.core.internal.logging.slf4j.Slf4jLog info
INFO: Flyway Community Edition 6.2.4 by Redgate
May 27, 2024 9:28:20 PM org.flywaydb.core.internal.logging.slf4j.Slf4jLog info
INFO: Database: jdbc:sqlite:database/botdarr.db (SQLite 3.30)
May 27, 2024 9:28:20 PM org.flywaydb.core.internal.logging.slf4j.Slf4jLog info
INFO: Successfully validated 3 migrations (execution time 00:00.010s)
May 27, 2024 9:28:20 PM org.flywaydb.core.internal.logging.slf4j.Slf4jLog info
INFO: Current version of schema "main": 3
May 27, 2024 9:28:20 PM org.flywaydb.core.internal.logging.slf4j.Slf4jLog info
INFO: Schema "main" is up to date. No migration necessary.
Exception in thread "main" java.lang.IllegalStateException: Failed to the RTM endpoint URL (error: not_allowed_token_type)
at com.github.seratch.jslack.Slack.rtmConnect(Slack.java:157)
at com.github.seratch.jslack.Slack.rtmConnect(Slack.java:132)
at com.github.seratch.jslack.Slack.rtm(Slack.java:123)
at com.botdarr.clients.slack.SlackBootstrap.init(SlackBootstrap.java:36)
at com.botdarr.BotdarrApplication.main(BotdarrApplication.java:13)
2024-May-27 21:28:20 PM [main] WARN com.botdarr.Config - Lidarr commands are not enabled, make sure you set the lidarr url, path, token, default profile
** Press ANY KEY to close this window **
The text was updated successfully, but these errors were encountered:
Trying to install this as a slack bot.
Created the app, added the oauth permissions as per instruction.
Copy/pasted the SLACK_BOT_TOKEN from the slack app settings "Bot User OAuth Token" , but get this error in my logs and it won't connect to slack.
I'm using the docker app from the Unraid appdir, and manually added the needed variables from the readme.
Total log seems error free besides a lidarr warning (i dont have lidarr):
The text was updated successfully, but these errors were encountered: