Advertisement
casual_kikoo

Untitled

Apr 4th, 2019
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Apr 04 08:00:10 parmigiano python3[26085]: Exception in thread 1:
  2. Apr 04 08:00:10 parmigiano python3[26085]: Traceback (most recent call last):
  3. Apr 04 08:00:10 parmigiano python3[26085]: File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  4. Apr 04 08:00:10 parmigiano python3[26085]: self.run()
  5. Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 45, in run
  6. Apr 04 08:00:10 parmigiano python3[26085]: self.fct(*self.args)
  7. Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 321, in message_type_received
  8. 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)
  9. Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 435, in ai_processing
  10. Apr 04 08:00:10 parmigiano python3[26085]: if self.get_feedback(user_response, striped_text, bot_response) is True:
  11. Apr 04 08:00:10 parmigiano python3[26085]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 495, in get_feedback
  12. Apr 04 08:00:10 parmigiano python3[26085]: answer = message_received.text.strip('--tr:c--')
  13. 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