31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
nohup: python: No such file or directory
|
|
nohup: python: No such file or directory
|
|
Traceback (most recent call last):
|
|
File "/Users/chufeng/.openclaw/workspace-jiangwei/git_webhook_server.py", line 19, in <module>
|
|
from flask import Flask, request, jsonify
|
|
ModuleNotFoundError: No module named 'flask'
|
|
Traceback (most recent call last):
|
|
File "/Users/chufeng/.openclaw/workspace-jiangwei/git_webhook_server.py", line 19, in <module>
|
|
from flask import Flask, request, jsonify
|
|
ModuleNotFoundError: No module named 'flask'
|
|
Traceback (most recent call last):
|
|
File "/Users/chufeng/.openclaw/workspace-jiangwei/git_webhook_server.py", line 19, in <module>
|
|
from flask import Flask, request, jsonify
|
|
ModuleNotFoundError: No module named 'flask'
|
|
============================================
|
|
sanguo_quant_live Git Webhook 服务
|
|
============================================
|
|
|
|
🎯 监听端口: 0.0.0.0:8899
|
|
📜 CI/CD 脚本: /Users/chufeng/.openclaw/workspace-jiangwei/sanguo_nas_ci_cd.sh
|
|
|
|
🚀 等待 Git push 触发自动化部署...
|
|
|
|
* Serving Flask app 'git_webhook_server'
|
|
* Debug mode: off
|
|
[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
|
|
* Running on all addresses (0.0.0.0)
|
|
* Running on http://127.0.0.1:8899
|
|
* Running on http://198.18.0.1:8899
|
|
[33mPress CTRL+C to quit[0m
|