botman / driver-slack

BotMan Slack Driver
MIT License
51 stars 54 forks source link

botman:listen-on-slack throwing Could not connect to Slack API: Not allowed token type #55

Open bkintanar opened 4 years ago

bkintanar commented 4 years ago
# php artisan botman:listen-on-slack
Error: Could not connect to Slack API: Not allowed token type

Botman is not replying to any messages that it supposed to hear. running it in botman tinker works.

jamiesykescreode commented 4 years ago

I have the same issue also. This is after I had to add "users.read" permissions to my app since the response in botman/driver-slack/src/SlackDriver.php:459 was returning an error with it listed as a missing scope.

Outsidaz commented 4 years ago

Also the same issue. Events subscription is working fine, but SlackRTM Driver cannot connect.

huzzidiel commented 2 years ago

I have the same issue, team, some fix?

kissifrot commented 1 year ago

Hello, any news?