JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

facebook Channel error #31

Open amsolu opened 5 years ago

amsolu commented 5 years ago

Hi, I was working with telegram channel for a while with no issues. Then I decided to get a try to facebook channel, I did setup ngrok with no issues but I am getting this error when iniciate a chat from messenger in my phone ....... File "/home/python/anaconda3/envs/bot36/lib/python3.6/site-packages/rasa_core/channels/facebook.py", line 62, in message self._handle_user_message(text, self.get_user_id()) File "/home/python/anaconda3/envs/bot36/lib/python3.6/site-packages/rasa_core/channels/facebook.py", line 77, in _handle_user_message input_channel=self.name()) AttributeError: 'Messenger' object has no attribute 'name' 127.0.0.1 - - [2018-10-03 21:46:01] "POST /webhooks/facebook/webhook HTTP/1.1" 500 444 0.004268

I checked everything 10 times and could not find the issue :(

Thanks