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