Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Lors de la creation d'un user -->
- Apr 02 19:46:52 parmigiano python3[20671]: log: message sent to the server
- Apr 02 19:46:52 parmigiano python3[20671]: Exception in thread 3:
- Apr 02 19:46:52 parmigiano python3[20671]: Traceback (most recent call last):
- Apr 02 19:46:52 parmigiano python3[20671]: File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
- Apr 02 19:46:52 parmigiano python3[20671]: self.run()
- Apr 02 19:46:52 parmigiano python3[20671]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 44, in run
- Apr 02 19:46:52 parmigiano python3[20671]: self.fct(*self.args)
- Apr 02 19:46:52 parmigiano python3[20671]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 284, in user_creation
- Apr 02 19:46:52 parmigiano python3[20671]: if self.db.check_user(user_object.id) is True:
- Apr 02 19:46:52 parmigiano python3[20671]: File "/home/aura/aura-ia/Chatbot/db_management.py", line 29, in check_user
- Apr 02 19:46:52 parmigiano python3[20671]: self.db_cursors['user_database'].execute("""SELECT count(*) from user WHERE id=?""", (user_id,))
- Apr 02 19:46:52 parmigiano python3[20671]: sqlite3.OperationalError: no such table: user
- <!-- Lors de la reception d'un message depuis l'application mobile -->
- Apr 02 19:47:17 parmigiano python3[20671]: log: message sent to the server
- Apr 02 19:47:17 parmigiano python3[20671]: Exception in thread 2:
- Apr 02 19:47:17 parmigiano python3[20671]: Traceback (most recent call last):
- Apr 02 19:47:17 parmigiano python3[20671]: File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
- Apr 02 19:47:17 parmigiano python3[20671]: self.run()
- Apr 02 19:47:17 parmigiano python3[20671]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 44, in run
- Apr 02 19:47:17 parmigiano python3[20671]: self.fct(*self.args)
- Apr 02 19:47:17 parmigiano python3[20671]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 307, in message_type_received
- Apr 02 19:47:17 parmigiano python3[20671]: training_mode = self.training_message_parsing(user_message)
- Apr 02 19:47:17 parmigiano python3[20671]: File "/home/aura/aura-ia/Chatbot/chatbot_core.py", line 139, in training_message_parsing
- Apr 02 19:47:17 parmigiano python3[20671]: if message.startswith('--tr:c--'):
- Apr 02 19:47:17 parmigiano python3[20671]: AttributeError: startswith
Advertisement
Advertisement