slack-ruby / slack-ruby-bot-server-events

Slack commands, interactive buttons, and events extension for slack-ruby-bot-server.
MIT License
71 stars 10 forks source link

Exceptions in events don't say where the error has occurred #7

Open dblock opened 3 years ago

dblock commented 3 years ago

See https://github.com/slack-ruby/slack-ruby-bot-server-events/issues/5 where an error was difficult to track down to the line that caused it.

theasteve commented 2 years ago

I'm experiencing the same in Grape::Exceptions::ValidationErrors: type is missing when trying to get the slack-ruby-bot-server-events-sample up and running.