Advertisement
casual_kikoo

Untitled

Apr 2nd, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Apr 02 21:46:54 parmigiano python3[10025]: log: message sent to the server
  2. Apr 02 21:46:54 parmigiano python3[10025]: Exception in thread 2:
  3. Apr 02 21:46:54 parmigiano python3[10025]: Traceback (most recent call last):
  4. Apr 02 21:46:54 parmigiano python3[10025]: File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  5. Apr 02 21:46:54 parmigiano python3[10025]: self.run()
  6. Apr 02 21:46:54 parmigiano python3[10025]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 44, in run
  7. Apr 02 21:46:54 parmigiano python3[10025]: self.fct(*self.args)
  8. Apr 02 21:46:54 parmigiano python3[10025]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 308, in message_type_received
  9. Apr 02 21:46:54 parmigiano python3[10025]: self.ai_processing(text.strip('--tr:c--')) if training_mode <= 1 else self.teach_precision_chatbot(local=False, user=user_message)
  10. Apr 02 21:46:54 parmigiano python3[10025]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 406, in ai_processing
  11. Apr 02 21:46:54 parmigiano python3[10025]: self.db.add_userlog('messages_log', user_response.user_id, user_response.text, sentiment_tuple)
  12. Apr 02 21:46:54 parmigiano python3[10025]: AttributeError: 'str' object has no attribute 'user_id'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement