Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Apr 04 08:00:10 parmigiano python3[26085]: Exception in thread 1:
- Apr 04 08:00:10 parmigiano python3[26085]: Traceback (most recent call last):
- Apr 04 08:00:10 parmigiano python3[26085]: File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
- Apr 04 08:00:10 parmigiano python3[26085]: self.run()
- Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 45, in run
- Apr 04 08:00:10 parmigiano python3[26085]: self.fct(*self.args)
- Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 321, in message_type_received
- Apr 04 08:00:10 parmigiano python3[26085]: self.ai_processing(user_message) if training_mode <= 1 else self.teach_precision_chatbot(local=False, user=user_message)
- Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 435, in ai_processing
- Apr 04 08:00:10 parmigiano python3[26085]: if self.get_feedback(user_response, striped_text, bot_response) is True:
- Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 495, in get_feedback
- Apr 04 08:00:10 parmigiano python3[26085]: answer = message_received.text.strip('--tr:c--')
- Apr 04 08:00:10 parmigiano python3[26085]: AttributeError: 'bytes' object has no attribute 'text'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement