Advertisement
casual_kikoo

Untitled

Apr 15th, 2019
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. log: message received from server
  2. log: object type received message
  3. log: message content if message type: --tr:p--start
  4. Starting thread id: 3
  5. log: message sent to the server
  6. Exception in thread 3:
  7. Traceback (most recent call last):
  8. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  9. self.run()
  10. File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 45, in run
  11. self.fct(*self.args)
  12. File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 333, in message_type_received
  13. self.ai_processing(user_message) if training_mode <= 1 else self.teach_precision_chatbot(local=False, user=user_message)
  14. TypeError: teach_precision_chatbot() got an unexpected keyword argument 'user'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement