runoob.log 1.2 KB

1234567891011121314151617181920212223
  1. * Serving Flask app 'main' (lazy loading)
  2. * Environment: production
  3. WARNING: This is a development server. Do not use it in a production deployment.
  4. Use a production WSGI server instead.
  5. * Debug mode: on
  6. * Running on all addresses.
  7. WARNING: This is a development server. Do not use it in a production deployment.
  8. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  9. * Restarting with stat
  10. * Debugger is active!
  11. * Debugger PIN: 141-089-509
  12. Traceback (most recent call last):
  13. File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
  14. app.run(host='0.0.0.0', port=7777, debug=True)
  15. File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
  16. run_simple(t.cast(str, host), port, self, **options)
  17. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 1002, in run_simple
  18. _rwr(
  19. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 418, in run_with_reloader
  20. ensure_echo_on()
  21. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 398, in ensure_echo_on
  22. termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
  23. termios.error: (4, 'Interrupted system call')