| 123456789 |
- nohup: ignoring input
- Traceback (most recent call last):
- File "/usr/environments/StartBackend/StartBackend.py", line 31, in <module>
- socketio.run(app, host="0.0.0.0", port=5569, debug=True) # 使用 socketio.run 替换 app.run
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/environments/starter_env/lib/python3.11/site-packages/flask_socketio/__init__.py", line 646, in run
- raise RuntimeError('The Werkzeug web server is not '
- RuntimeError: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkzeug=True to the run() method to disable this error.
|