After loading the bot, error

After the new version, I tried the WeatherBot tutorial code, but unfortunately after running the dialogue management model, I get the following error.

Bot loaded. Type a message and press enter (use ‘/stop’ to exit): hey /Users/lakindugunasekara/Library/Python/2.7/lib/python/site-packages/sklearn/preprocessing/label.py:151: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use array.size > 0 to check that an array is not empty. if diff: 127.0.0.1 - - [2018-09-26 14:04:40] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 250 0.214404 Exception in thread Thread-1: Traceback (most recent call last): File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py”, line 810, in __bootstrap_inner self.run() File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py”, line 763, in run self.__target(*self.__args, **self.__kwargs) File “/Users/lakindugunasekara/Library/Python/2.7/lib/python/site-packages/rasa_core/channels/console.py”, line 110, in record_messages for response in bot_responses: File “/Users/lakindugunasekara/Library/Python/2.7/lib/python/site-packages/rasa_core/channels/console.py”, line 67, in send_message_receive_stream stream=True) as r: AttributeError: exit

1 Like

yes, got the same issue. Did you found out ?