driver-slack
driver-slack copied to clipboard
botman:listen-on-slack throwing Could not connect to Slack API: Not allowed token type
# 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.
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.
Also the same issue. Events subscription is working fine, but SlackRTM Driver cannot connect.
I have the same issue, team, some fix?
Hello, any news?