Advertisement
Guest User

Untitled

a guest
May 30th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. [2017-05-30 05:28:14,757: INFO/MainProcess] Received task: Mingo_Bot.views.handle_message[f7e85d21-d48f-4018-bc50-3c2ba0daad26]
  2. [2017-05-30 05:28:16,449: ERROR/PoolWorker-1] Task Mingo_Bot.views.handle_message[f7e85d21-d48f-4018-bc50-3c2ba0daad26] raised unexpected: NotImplementedError()
  3. Traceback (most recent call last):
  4. File "/opt/aerupt/venv/lib/python3.5/site-packages/celery/app/trace.py", line 367, in trace_task
  5. R = retval = fun(*args, **kwargs)
  6. File "/opt/aerupt/venv/lib/python3.5/site-packages/celery/app/trace.py", line 622, in __protected_call__
  7. return self.run(*args, **kwargs)
  8. File "/opt/aerupt/Mingo_Proto/Mingo_Bot/views.py", line 255, in handle_message
  9. user.save()
  10. File "/usr/lib/python3.5/contextlib.py", line 77, in __exit__
  11. self.gen.throw(type, value, traceback)
  12. File "/opt/aerupt/Mingo_Proto/Mingo_Bot/views.py", line 199, in allow_one_interaction
  13. yield
  14. File "/opt/aerupt/Mingo_Proto/Mingo_Bot/views.py", line 245, in handle_message
  15. ).next(bot, user, message).__name__
  16. File "/opt/aerupt/Mingo_Proto/state_machine.py", line 277, in next
  17. bot, user, input)
  18. File "/opt/aerupt/Mingo_Proto/search_states.py", line 311, in next
  19. search_states_dict.get(user.change_state).next(bot, user, input)
  20. File "/opt/aerupt/Mingo_Proto/utils/state_utils.py", line 16, in next
  21. raise NotImplementedError
  22. NotImplementedError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement