-
Notifications
You must be signed in to change notification settings - Fork 10
Feedback for “Binary” #20
Description
Cant coonect to http://адрес_сервера:8080/init
root@agileknowledge /u/local# sudo journalctl -u ppanel -f
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"initialize/subscribe.go:15","content":"[GORM] SQL Executed","duration":"0.2ms","level":"info","rows":4,"sql":"SELECT * FROM system WHERE category = 'subscribe'","timestamp":"2025-04-11T22:28:10.042+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"initialize/register.go:15","content":"[GORM] SQL Executed","duration":"0.2ms","level":"info","rows":8,"sql":"SELECT * FROM system WHERE category = 'register'","timestamp":"2025-04-11T22:28:10.042+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"initialize/mobile.go:18","content":"[GORM] SQL Executed","duration":"0.2ms","level":"info","rows":1,"sql":"SELECT * FROM auth_method WHERE method = 'mobile' ORDER BY auth_method.id LIMIT 1","timestamp":"2025-04-11T22:28:10.042+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"logger/gorm.go:30","content":"[GORM] System Log Level is info","level":"info","timestamp":"2025-04-11T22:28:10.043+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"internal/server.go:69","content":"[GORM] SQL Executed","duration":"0.4ms","level":"info","rows":0,"sql":"SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM traffic_log WHERE timestamp BETWEEN '2025-04-10 06:00:00' AND '2025-04-11 05:59:59.999' GROUP BY server_id ORDER BY total DESC LIMIT 10","timestamp":"2025-04-11T22:28:10.043+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"internal/server.go:69","content":"[GORM] SQL Executed","duration":"0.2ms","level":"info","rows":0,"sql":"SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM traffic_log WHERE timestamp BETWEEN '2025-04-10 06:00:00' AND '2025-04-11 05:59:59.999' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10","timestamp":"2025-04-11T22:28:10.044+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"initialize/statistics.go:56","content":"初始化昨天的流量数据到缓存成功","level":"info","timestamp":"2025-04-11T22:28:10.044+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"initialize/telegram.go:19","content":"[GORM] SQL Executed","duration":"0.1ms","level":"info","rows":1,"sql":"SELECT * FROM auth_method WHERE method = 'telegram' ORDER BY auth_method.id LIMIT 1","timestamp":"2025-04-11T22:28:10.044+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"trace/agent.go:46","content":"Starting agent","level":"info","timestamp":"2025-04-11T22:28:10.044+02:00"}
Apr 11 22:28:10 agileknowledge.aeza.network ppanel[18563]: {"caller":"internal/server.go:87","content":"server start at 0.0.0.0:8080","level":"info","timestamp":"2025-04-11T22:28:10.044+02:00"}
^Zfish: Job 10, 'sudo journalctl -u ppanel -f' has stopped
root@agileknowledge /u/local# curl -v http://127.0.0.1:8080
- Trying 127.0.0.1:8080...
- Connected to 127.0.0.1 (127.0.0.1) port 8080
GET / HTTP/1.1
Host: 127.0.0.1:8080
User-Agent: curl/8.5.0
Accept: /
< HTTP/1.1 404 Not Found
< Access-Control-Allow-Credentials: true
< Access-Control-Allow-Headers: Content-Type, Origin, X-CSRF-Token, Authorization, AccessToken, Token, Range
< Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE, UPDATE
< Access-Control-Allow-Origin: *
< Access-Control-Expose-Headers: Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers
< Access-Control-Max-Age: 172800
< Content-Type: text/plain
< X-Request-Id: 0196268a-5391-7879-a80d-665658345923
< Date: Fri, 11 Apr 2025 20:28:41 GMT
< Content-Length: 18
<
- Connection #0 to host 127.0.0.1 left intact
404 page not found⏎ root@agileknowledge /u/local#