Advertisement
Guest User

new

a guest
Jul 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.17 KB | None | 0 0
  1. 2018-07-21 07:55:34 7cc2efa7e8c4 Traceback (most recent call last):
  2. 2018-07-21 07:55:34 7cc2efa7e8c4   File "/home/app/.local/lib/python3.6/site-packages/pyrogram/client/dispatcher/dispatcher.py", line 174, in update_worker
  3. 2018-07-21 07:55:34 7cc2efa7e8c4     else None)
  4. 2018-07-21 07:55:34 7cc2efa7e8c4   File "/home/app/.local/lib/python3.6/site-packages/pyrogram/client/dispatcher/dispatcher.py", line 128, in dispatch
  5. 2018-07-21 07:55:34 7cc2efa7e8c4     handler.callback(*args)
  6. 2018-07-21 07:55:34 7cc2efa7e8c4   File "boi.py", line 19, in hello
  7. 2018-07-21 07:55:34 7cc2efa7e8c4     x = chatbot.get_response(message.text)
  8. 2018-07-21 07:55:34 7cc2efa7e8c4   File "/home/app/.local/lib/python3.6/site-packages/chatterbot/chatterbot.py", line 117, in get_response
  9. 2018-07-21 07:55:34 7cc2efa7e8c4     input_statement = preprocessor(self, input_statement)
  10. 2018-07-21 07:55:34 7cc2efa7e8c4   File "/home/app/.local/lib/python3.6/site-packages/chatterbot/preprocessors.py", line 14, in clean_whitespace
  11. 2018-07-21 07:55:34 7cc2efa7e8c4     statement.text = statement.text.replace('\n', ' ').replace('\r', ' ').replace('\t', ' ')
  12. 2018-07-21 07:55:34 7cc2efa7e8c4 AttributeError: can't set attribute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement