I’ve been trying to integrate rasa with slack, below attached is my current work:
ngrok: POST /webhooks/slack/webhook 500 Internal Server Error
pycharm error raise when i send message from slack: Exception occurred while handling uri: ‘http://d4fcf0a5e8e0.ngrok.io/webhooks/slack/webhook’ Traceback (most recent call last): File “/home/faran/anaconda3/envs/HeyPeersChatBot/lib/python3.8/site-packages/sanic/app.py”, line 938, in handle_request response = await response File “/home/faran/anaconda3/envs/HeyPeersChatBot/lib/python3.8/site-packages/rasa/core/channels/slack.py”, line 421, in webhook text=self._sanitize_user_message( File “/home/faran/anaconda3/envs/HeyPeersChatBot/lib/python3.8/site-packages/rasa/core/channels/slack.py”, line 230, in _sanitize_user_message for uid_to_remove in uids_to_remove: TypeError: ‘NoneType’ object is not iterable
I am open for further questions. Thanks!