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