Guest User

error

a guest
Oct 15th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. * Restarting with stat
  2. * Debugger is active!
  3. * Debugger pin code: 147-044-892
  4. * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
  5. 127.0.0.1 - - [15/Oct/2016 20:21:43] "GET / HTTP/1.1" 200 -
  6. 127.0.0.1 - - [15/Oct/2016 20:21:45] "GET /video_feed HTTP/1.1" 200 -
  7. Exception in thread Thread-3:
  8. Traceback (most recent call last):
  9. File "D:\Python27\lib\threading.py", line 530, in __bootstrap_inner
  10. self.run()
  11. File "D:\Python27\lib\threading.py", line 483, in run
  12. self.__target(*self.__args, **self.__kwargs)
  13. File "D:\Python27\lib\SocketServer.py", line 585, in process_request_thread
  14. self.handle_error(request, client_address)
  15. File "D:\Python27\lib\SocketServer.py", line 582, in process_request_thread
  16. self.finish_request(request, client_address)
  17. File "D:\Python27\lib\SocketServer.py", line 323, in finish_request
  18. self.RequestHandlerClass(request, client_address, self)
  19. File "D:\Python27\lib\SocketServer.py", line 639, in __init__
  20. self.handle()
  21. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 216, in handle
  22. rv = BaseHTTPRequestHandler.handle(self)
  23. File "D:\Python27\lib\BaseHTTPServer.py", line 337, in handle
  24. self.handle_one_request()
  25. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 251, in handle_one_request
  26. return self.run_wsgi()
  27. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 193, in run_wsgi
  28. execute(self.server.app)
  29. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 184, in execute
  30. write(data)
  31. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 164, in write
  32. assert isinstance(data, bytes), 'applications must write bytes'
  33. AssertionError: applications must write bytes
  34.  
  35. 127.0.0.1 - - [15/Oct/2016 20:59:24] "GET / HTTP/1.1" 200 -
  36. 127.0.0.1 - - [15/Oct/2016 20:59:26] "GET /video_feed HTTP/1.1" 200 -
  37. Exception in thread Thread-9:
  38. Traceback (most recent call last):
  39. File "D:\Python27\lib\threading.py", line 530, in __bootstrap_inner
  40. self.run()
  41. File "D:\Python27\lib\threading.py", line 483, in run
  42. self.__target(*self.__args, **self.__kwargs)
  43. File "D:\Python27\lib\SocketServer.py", line 585, in process_request_thread
  44. self.handle_error(request, client_address)
  45. File "D:\Python27\lib\SocketServer.py", line 582, in process_request_thread
  46. self.finish_request(request, client_address)
  47. File "D:\Python27\lib\SocketServer.py", line 323, in finish_request
  48. self.RequestHandlerClass(request, client_address, self)
  49. File "D:\Python27\lib\SocketServer.py", line 639, in __init__
  50. self.handle()
  51. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 216, in handle
  52. rv = BaseHTTPRequestHandler.handle(self)
  53. File "D:\Python27\lib\BaseHTTPServer.py", line 337, in handle
  54. self.handle_one_request()
  55. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 251, in handle_one_request
  56. return self.run_wsgi()
  57. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 193, in run_wsgi
  58. execute(self.server.app)
  59. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 184, in execute
  60. write(data)
  61. File "D:\Python27\lib\site-packages\werkzeug\serving.py", line 164, in write
  62. assert isinstance(data, bytes), 'applications must write bytes'
  63. AssertionError: applications must write bytes
Add Comment
Please, Sign In to add comment