zudvin

Test #33 Log Detect

Aug 19th, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.37 KB | None | 0 0
  1. (venv) stend@stend-Z390-UD:~/stend/person-recognizer$ python detect.py
  2. 08/19/2021 06:57:33 PM starting person recognizer
  3. 08/19/2021 06:57:54 PM detection 1
  4. 08/19/2021 06:57:55 PM detection 2
  5. 08/19/2021 06:57:56 PM sent to player: {'intent': 'appearance', 'found': True, 'alone': True, 'age': 29}
  6. 08/19/2021 06:58:37 PM no detection 1
  7. 08/19/2021 06:58:38 PM no detection 2
  8. 08/19/2021 06:58:39 PM no detection 3
  9. 08/19/2021 06:58:40 PM no detection 4
  10. 08/19/2021 06:58:41 PM no detection 5
  11. 08/19/2021 06:58:42 PM no detection 6
  12. 08/19/2021 06:58:43 PM no detection 7
  13. 08/19/2021 06:58:44 PM no detection 8
  14. 08/19/2021 06:58:45 PM no detection 9
  15. 08/19/2021 06:58:46 PM sent to player: {'intent': 'appearance', 'found': False}
  16. 08/19/2021 06:58:51 PM detection 1
  17. ^CTraceback (most recent call last):
  18.   File "detect.py", line 138, in <module>
  19.     loop.run_until_complete(start())
  20.   File "/usr/lib/python3.7/asyncio/base_events.py", line 574, in run_until_complete
  21.     self.run_forever()
  22.   File "/usr/lib/python3.7/asyncio/base_events.py", line 541, in run_forever
  23.     self._run_once()
  24.   File "/usr/lib/python3.7/asyncio/base_events.py", line 1750, in _run_once
  25.     event_list = self._selector.select(timeout)
  26.   File "/usr/lib/python3.7/selectors.py", line 468, in select
  27.     fd_event_list = self._selector.poll(timeout, max_ev)
  28. (venv) stend@stend-Z390-UD:~/stend/person-recognizer$
  29.  
Advertisement
Add Comment
Please, Sign In to add comment